Shades of Persimmon #EC4E11
Tints of Persimmon #EC4E11
RGB
CMYK
RGB Variations
Color information
#EC4E11 (or 0xEC4E11) is known color: Persimmon. HEX triplet: EC, 4E and 11. RGB value is (236,78,17). Sum of RGB (Red+Green+Blue) = 236+78+17=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4E11 is #13B1EE. Grayscale: #767676. Windows color (decimal): -1290735 or 1134316. OLE color: 1134316.
HSL color Cylindrical-coordinate representation of color #EC4E11: hue angle of 16.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC4E11 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.07 |
| HSL | 16.71º | 0.87% | 0.5% | - |
| HSV(B) | 16.71º | 0.93% | 0.93% | - |
| XYZ | 37.42 | 23.32 | 3.06 | - |
| YUV | 118.29 | 70.85 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 17 | 0 | 0.67 | 0.93 | 0.07 | 16.71 | 0.87 | 0.5 |
| Hex | EC | 4E | 11 | 0 | 43 | 5D | 7 | 11 | 57 | 32 |
| Octal | 354 | 116 | 21 | 0 | 103 | 135 | 7 | 21 | 127 | 62 |
| Binary | 11101100 | 1001110 | 10001 | 0 | 1000011 | 1011101 | 111 | 10001 | 1010111 | 110010 |
Color Harmonies of #EC4E11
Complementary color
Monochromatic Colors of #EC4E11
Black with #EC4E11
Text Example
Text Example
White with #EC4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E11; }
p { color: rgb(236,78,17); }
H1.HeaderClassName
{
color: #EC4E11;
}
.AnyTagClassName
{
color: #EC4E11;
}
</style>
background-color css
<style>
a { background-color: #EC4E11; }
a { background-color: rgb(236,78,17); }
div.DivClassName
{
background-color: #EC4E11;
}
.BgClassName
{
background-color: #EC4E11;
}
</style>
border-color css
<style>
span { border-color: #EC4E11; }
span { border-color: rgb(236,78,17); }
td.TdClassName
{
border-color: #EC4E11;
}
.TagClassName
{
border-color: #EC4E11;
}
</style>