Persimmon (#EC5800)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.52:1 — vs black: 5.96:1
Color values
-
HEX
#EC5800 -
RGB
rgb(236, 88, 0) -
HSL
hsl(22, 100%, 92%) -
CMYK
cmyk( 0, 62.71, 100, 7.45 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #EC5800 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#EC5800
Base
#0094EC
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#EC5800
Base
#EC001E
#ECCE00
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#EC5800
Base
#00EC58
#5800EC
Two colors flanking the complement — high contrast with less tension than full complementary.
#EC5800
Base
#00ECCE
#001EEC
Four colors at 90° intervals — rich variety, best when one color dominates.
#EC5800
Base
#1EEC00
#0094EC
#CE00EC
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#EC5800
Base
#531F00
#9F3B00
#C34900
#FF6D16
#FF8339
#FFB386
Darker shades and lighter tints of Persimmon, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0A00
#441900
#6E2900
#983900
#C24800
#EC5800
Base
#FF721F
#FF9150
#FFB182
#FFD0B4
#FFEFE6
Ready-to-use code snippets for #EC5800. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #EC5800;
}
/* Text */
.element {
color: #EC5800;
}
/* Border */
.element {
border: 1px solid #EC5800;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#EC5800,
#D9F1FF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#EC5800,
#D9F1FF
);
}
// SCSS variable
$persimmon: #EC5800;
// With RGB channels (useful for rgba() usage)
$persimmon-r: 236;
$persimmon-g: 88;
$persimmon-b: 0;
// Usage
.element {
background-color: $persimmon;
color: rgba($persimmon-r, $persimmon-g, $persimmon-b, 0.8);
}
How Persimmon appears to people with different types of color vision deficiency.
#EC5800
How the color appears with full color vision.
#989800
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#75750B
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#EE5252
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#888888
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.