Shades of Persimmon #EC5A04
Tints of Persimmon #EC5A04
RGB
CMYK
RGB Variations
Color information
#EC5A04 (or 0xEC5A04) is known color: Persimmon. HEX triplet: EC, 5A and 04. RGB value is (236,90,4). Sum of RGB (Red+Green+Blue) = 236+90+4=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5A04 is #13A5FB. Grayscale: #7C7C7C. Windows color (decimal): -1287676 or 285420. OLE color: 285420.
HSL color Cylindrical-coordinate representation of color #EC5A04: hue angle of 22.24º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC5A04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.07 |
| HSL | 22.24º | 0.97% | 0.47% | - |
| HSV(B) | 22.24º | 0.98% | 0.93% | - |
| XYZ | 38.27 | 25.15 | 2.95 | - |
| YUV | 123.85 | 60.37 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 4 | 0 | 0.62 | 0.98 | 0.07 | 22.24 | 0.97 | 0.47 |
| Hex | EC | 5A | 4 | 0 | 3E | 62 | 7 | 16 | 61 | 2F |
| Octal | 354 | 132 | 4 | 0 | 76 | 142 | 7 | 26 | 141 | 57 |
| Binary | 11101100 | 1011010 | 100 | 0 | 111110 | 1100010 | 111 | 10110 | 1100001 | 101111 |
Color Harmonies of #EC5A04
Complementary color
Monochromatic Colors of #EC5A04
Black with #EC5A04
Text Example
Text Example
White with #EC5A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A04; }
p { color: rgb(236,90,4); }
H1.HeaderClassName
{
color: #EC5A04;
}
.AnyTagClassName
{
color: #EC5A04;
}
</style>
background-color css
<style>
a { background-color: #EC5A04; }
a { background-color: rgb(236,90,4); }
div.DivClassName
{
background-color: #EC5A04;
}
.BgClassName
{
background-color: #EC5A04;
}
</style>
border-color css
<style>
span { border-color: #EC5A04; }
span { border-color: rgb(236,90,4); }
td.TdClassName
{
border-color: #EC5A04;
}
.TagClassName
{
border-color: #EC5A04;
}
</style>