Shades of Persimmon #EC4D11
Tints of Persimmon #EC4D11
RGB
CMYK
RGB Variations
Color information
#EC4D11 (or 0xEC4D11) is known color: Persimmon. HEX triplet: EC, 4D and 11. RGB value is (236,77,17). Sum of RGB (Red+Green+Blue) = 236+77+17=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4D11 is #13B2EE. Grayscale: #767676. Windows color (decimal): -1290991 or 1134060. OLE color: 1134060.
HSL color Cylindrical-coordinate representation of color #EC4D11: hue angle of 16.44º 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 #EC4D11 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.07 |
| HSL | 16.44º | 0.87% | 0.5% | - |
| HSV(B) | 16.44º | 0.93% | 0.93% | - |
| XYZ | 37.35 | 23.18 | 3.04 | - |
| YUV | 117.7 | 71.18 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 17 | 0 | 0.67 | 0.93 | 0.07 | 16.44 | 0.87 | 0.5 |
| Hex | EC | 4D | 11 | 0 | 43 | 5D | 7 | 10 | 57 | 32 |
| Octal | 354 | 115 | 21 | 0 | 103 | 135 | 7 | 20 | 127 | 62 |
| Binary | 11101100 | 1001101 | 10001 | 0 | 1000011 | 1011101 | 111 | 10000 | 1010111 | 110010 |
Color Harmonies of #EC4D11
Complementary color
Monochromatic Colors of #EC4D11
Black with #EC4D11
Text Example
Text Example
White with #EC4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D11; }
p { color: rgb(236,77,17); }
H1.HeaderClassName
{
color: #EC4D11;
}
.AnyTagClassName
{
color: #EC4D11;
}
</style>
background-color css
<style>
a { background-color: #EC4D11; }
a { background-color: rgb(236,77,17); }
div.DivClassName
{
background-color: #EC4D11;
}
.BgClassName
{
background-color: #EC4D11;
}
</style>
border-color css
<style>
span { border-color: #EC4D11; }
span { border-color: rgb(236,77,17); }
td.TdClassName
{
border-color: #EC4D11;
}
.TagClassName
{
border-color: #EC4D11;
}
</style>