Shades of Persimmon #EC4E14
Tints of Persimmon #EC4E14
RGB
CMYK
RGB Variations
Color information
#EC4E14 (or 0xEC4E14) is known color: Persimmon. HEX triplet: EC, 4E and 14. RGB value is (236,78,20). Sum of RGB (Red+Green+Blue) = 236+78+20=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4E14 is #13B1EB. Grayscale: #777777. Windows color (decimal): -1290732 or 1330924. OLE color: 1330924.
HSL color Cylindrical-coordinate representation of color #EC4E14: hue angle of 16.11º 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 #EC4E14 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 20 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.07 |
| HSL | 16.11º | 0.85% | 0.5% | - |
| HSV(B) | 16.11º | 0.92% | 0.93% | - |
| XYZ | 37.44 | 23.33 | 3.19 | - |
| YUV | 118.63 | 72.35 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 20 | 0 | 0.67 | 0.92 | 0.07 | 16.11 | 0.85 | 0.5 |
| Hex | EC | 4E | 14 | 0 | 43 | 5C | 7 | 10 | 55 | 32 |
| Octal | 354 | 116 | 24 | 0 | 103 | 134 | 7 | 20 | 125 | 62 |
| Binary | 11101100 | 1001110 | 10100 | 0 | 1000011 | 1011100 | 111 | 10000 | 1010101 | 110010 |
Color Harmonies of #EC4E14
Complementary color
Monochromatic Colors of #EC4E14
Black with #EC4E14
Text Example
Text Example
White with #EC4E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E14; }
p { color: rgb(236,78,20); }
H1.HeaderClassName
{
color: #EC4E14;
}
.AnyTagClassName
{
color: #EC4E14;
}
</style>
background-color css
<style>
a { background-color: #EC4E14; }
a { background-color: rgb(236,78,20); }
div.DivClassName
{
background-color: #EC4E14;
}
.BgClassName
{
background-color: #EC4E14;
}
</style>
border-color css
<style>
span { border-color: #EC4E14; }
span { border-color: rgb(236,78,20); }
td.TdClassName
{
border-color: #EC4E14;
}
.TagClassName
{
border-color: #EC4E14;
}
</style>