Shades of Persimmon #EC5408
Tints of Persimmon #EC5408
RGB
CMYK
RGB Variations
Color information
#EC5408 (or 0xEC5408) is known color: Persimmon. HEX triplet: EC, 54 and 08. RGB value is (236,84,8). Sum of RGB (Red+Green+Blue) = 236+84+8=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5408 is #13ABF7. Grayscale: #797979. Windows color (decimal): -1289208 or 546028. OLE color: 546028.
HSL color Cylindrical-coordinate representation of color #EC5408: hue angle of 20º 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 #EC5408 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 8 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.07 |
| HSL | 20º | 0.93% | 0.48% | - |
| HSV(B) | 20º | 0.97% | 0.93% | - |
| XYZ | 37.81 | 24.19 | 2.91 | - |
| YUV | 120.78 | 64.36 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 8 | 0 | 0.64 | 0.97 | 0.07 | 20 | 0.93 | 0.48 |
| Hex | EC | 54 | 8 | 0 | 40 | 61 | 7 | 14 | 5D | 30 |
| Octal | 354 | 124 | 10 | 0 | 100 | 141 | 7 | 24 | 135 | 60 |
| Binary | 11101100 | 1010100 | 1000 | 0 | 1000000 | 1100001 | 111 | 10100 | 1011101 | 110000 |
Color Harmonies of #EC5408
Complementary color
Monochromatic Colors of #EC5408
Black with #EC5408
Text Example
Text Example
White with #EC5408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5408; }
p { color: rgb(236,84,8); }
H1.HeaderClassName
{
color: #EC5408;
}
.AnyTagClassName
{
color: #EC5408;
}
</style>
background-color css
<style>
a { background-color: #EC5408; }
a { background-color: rgb(236,84,8); }
div.DivClassName
{
background-color: #EC5408;
}
.BgClassName
{
background-color: #EC5408;
}
</style>
border-color css
<style>
span { border-color: #EC5408; }
span { border-color: rgb(236,84,8); }
td.TdClassName
{
border-color: #EC5408;
}
.TagClassName
{
border-color: #EC5408;
}
</style>