Shades of Persimmon #EC5608
Tints of Persimmon #EC5608
RGB
CMYK
RGB Variations
Color information
#EC5608 (or 0xEC5608) is known color: Persimmon. HEX triplet: EC, 56 and 08. RGB value is (236,86,8). Sum of RGB (Red+Green+Blue) = 236+86+8=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5608 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5608 is #13A9F7. Grayscale: #7A7A7A. Windows color (decimal): -1288696 or 546540. OLE color: 546540.
HSL color Cylindrical-coordinate representation of color #EC5608: hue angle of 20.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC5608 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 8 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.07 |
| HSL | 20.53º | 0.93% | 0.48% | - |
| HSV(B) | 20.53º | 0.97% | 0.93% | - |
| XYZ | 37.96 | 24.51 | 2.96 | - |
| YUV | 121.96 | 63.7 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 8 | 0 | 0.64 | 0.97 | 0.07 | 20.53 | 0.93 | 0.48 |
| Hex | EC | 56 | 8 | 0 | 40 | 61 | 7 | 15 | 5D | 30 |
| Octal | 354 | 126 | 10 | 0 | 100 | 141 | 7 | 25 | 135 | 60 |
| Binary | 11101100 | 1010110 | 1000 | 0 | 1000000 | 1100001 | 111 | 10101 | 1011101 | 110000 |
Color Harmonies of #EC5608
Complementary color
Monochromatic Colors of #EC5608
Black with #EC5608
Text Example
Text Example
White with #EC5608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5608; }
p { color: rgb(236,86,8); }
H1.HeaderClassName
{
color: #EC5608;
}
.AnyTagClassName
{
color: #EC5608;
}
</style>
background-color css
<style>
a { background-color: #EC5608; }
a { background-color: rgb(236,86,8); }
div.DivClassName
{
background-color: #EC5608;
}
.BgClassName
{
background-color: #EC5608;
}
</style>
border-color css
<style>
span { border-color: #EC5608; }
span { border-color: rgb(236,86,8); }
td.TdClassName
{
border-color: #EC5608;
}
.TagClassName
{
border-color: #EC5608;
}
</style>