Shades of Persimmon #EC4E16
Tints of Persimmon #EC4E16
RGB
CMYK
RGB Variations
Color information
#EC4E16 (or 0xEC4E16) is known color: Persimmon. HEX triplet: EC, 4E and 16. RGB value is (236,78,22). Sum of RGB (Red+Green+Blue) = 236+78+22=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4E16 is #13B1E9. Grayscale: #777777. Windows color (decimal): -1290730 or 1461996. OLE color: 1461996.
HSL color Cylindrical-coordinate representation of color #EC4E16: hue angle of 15.7º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC4E16 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 22 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.07 |
| HSL | 15.7º | 0.85% | 0.51% | - |
| HSV(B) | 15.7º | 0.91% | 0.93% | - |
| XYZ | 37.46 | 23.34 | 3.29 | - |
| YUV | 118.86 | 73.35 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 22 | 0 | 0.67 | 0.91 | 0.07 | 15.7 | 0.85 | 0.51 |
| Hex | EC | 4E | 16 | 0 | 43 | 5B | 7 | 10 | 55 | 33 |
| Octal | 354 | 116 | 26 | 0 | 103 | 133 | 7 | 20 | 125 | 63 |
| Binary | 11101100 | 1001110 | 10110 | 0 | 1000011 | 1011011 | 111 | 10000 | 1010101 | 110011 |
Color Harmonies of #EC4E16
Complementary color
Monochromatic Colors of #EC4E16
Black with #EC4E16
Text Example
Text Example
White with #EC4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E16; }
p { color: rgb(236,78,22); }
H1.HeaderClassName
{
color: #EC4E16;
}
.AnyTagClassName
{
color: #EC4E16;
}
</style>
background-color css
<style>
a { background-color: #EC4E16; }
a { background-color: rgb(236,78,22); }
div.DivClassName
{
background-color: #EC4E16;
}
.BgClassName
{
background-color: #EC4E16;
}
</style>
border-color css
<style>
span { border-color: #EC4E16; }
span { border-color: rgb(236,78,22); }
td.TdClassName
{
border-color: #EC4E16;
}
.TagClassName
{
border-color: #EC4E16;
}
</style>