Shades of Persimmon #EC4C14
Tints of Persimmon #EC4C14
RGB
CMYK
RGB Variations
Color information
#EC4C14 (or 0xEC4C14) is known color: Persimmon. HEX triplet: EC, 4C and 14. RGB value is (236,76,20). Sum of RGB (Red+Green+Blue) = 236+76+20=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4C14 is #13B3EB. Grayscale: #757575. Windows color (decimal): -1291244 or 1330412. OLE color: 1330412.
HSL color Cylindrical-coordinate representation of color #EC4C14: hue angle of 15.56º 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 #EC4C14 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 20 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.07 |
| HSL | 15.56º | 0.85% | 0.5% | - |
| HSV(B) | 15.56º | 0.92% | 0.93% | - |
| XYZ | 37.3 | 23.05 | 3.15 | - |
| YUV | 117.46 | 73.01 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 20 | 0 | 0.68 | 0.92 | 0.07 | 15.56 | 0.85 | 0.5 |
| Hex | EC | 4C | 14 | 0 | 44 | 5C | 7 | 10 | 55 | 32 |
| Octal | 354 | 114 | 24 | 0 | 104 | 134 | 7 | 20 | 125 | 62 |
| Binary | 11101100 | 1001100 | 10100 | 0 | 1000100 | 1011100 | 111 | 10000 | 1010101 | 110010 |
Color Harmonies of #EC4C14
Complementary color
Monochromatic Colors of #EC4C14
Black with #EC4C14
Text Example
Text Example
White with #EC4C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C14; }
p { color: rgb(236,76,20); }
H1.HeaderClassName
{
color: #EC4C14;
}
.AnyTagClassName
{
color: #EC4C14;
}
</style>
background-color css
<style>
a { background-color: #EC4C14; }
a { background-color: rgb(236,76,20); }
div.DivClassName
{
background-color: #EC4C14;
}
.BgClassName
{
background-color: #EC4C14;
}
</style>
border-color css
<style>
span { border-color: #EC4C14; }
span { border-color: rgb(236,76,20); }
td.TdClassName
{
border-color: #EC4C14;
}
.TagClassName
{
border-color: #EC4C14;
}
</style>