Shades of Persimmon #EC4913
Tints of Persimmon #EC4913
RGB
CMYK
RGB Variations
Color information
#EC4913 (or 0xEC4913) is known color: Persimmon. HEX triplet: EC, 49 and 13. RGB value is (236,73,19). Sum of RGB (Red+Green+Blue) = 236+73+19=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4913 is #13B6EC. Grayscale: #737373. Windows color (decimal): -1292013 or 1264108. OLE color: 1264108.
HSL color Cylindrical-coordinate representation of color #EC4913: hue angle of 14.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC4913 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 19 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.07 |
| HSL | 14.93º | 0.85% | 0.5% | - |
| HSV(B) | 14.93º | 0.92% | 0.93% | - |
| XYZ | 37.09 | 22.64 | 3.03 | - |
| YUV | 115.58 | 73.5 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 19 | 0 | 0.69 | 0.92 | 0.07 | 14.93 | 0.85 | 0.5 |
| Hex | EC | 49 | 13 | 0 | 45 | 5C | 7 | F | 55 | 32 |
| Octal | 354 | 111 | 23 | 0 | 105 | 134 | 7 | 17 | 125 | 62 |
| Binary | 11101100 | 1001001 | 10011 | 0 | 1000101 | 1011100 | 111 | 1111 | 1010101 | 110010 |
Color Harmonies of #EC4913
Complementary color
Monochromatic Colors of #EC4913
Black with #EC4913
Text Example
Text Example
White with #EC4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4913; }
p { color: rgb(236,73,19); }
H1.HeaderClassName
{
color: #EC4913;
}
.AnyTagClassName
{
color: #EC4913;
}
</style>
background-color css
<style>
a { background-color: #EC4913; }
a { background-color: rgb(236,73,19); }
div.DivClassName
{
background-color: #EC4913;
}
.BgClassName
{
background-color: #EC4913;
}
</style>
border-color css
<style>
span { border-color: #EC4913; }
span { border-color: rgb(236,73,19); }
td.TdClassName
{
border-color: #EC4913;
}
.TagClassName
{
border-color: #EC4913;
}
</style>