Shades of Persimmon #EC4E0C
Tints of Persimmon #EC4E0C
RGB
CMYK
RGB Variations
Color information
#EC4E0C (or 0xEC4E0C) is known color: Persimmon. HEX triplet: EC, 4E and 0C. RGB value is (236,78,12). Sum of RGB (Red+Green+Blue) = 236+78+12=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4E0C is #13B1F3. Grayscale: #767676. Windows color (decimal): -1290740 or 806636. OLE color: 806636.
HSL color Cylindrical-coordinate representation of color #EC4E0C: hue angle of 17.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC4E0C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.07 |
| HSL | 17.68º | 0.9% | 0.49% | - |
| HSV(B) | 17.68º | 0.95% | 0.93% | - |
| XYZ | 37.38 | 23.31 | 2.88 | - |
| YUV | 117.72 | 68.35 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 12 | 0 | 0.67 | 0.95 | 0.07 | 17.68 | 0.9 | 0.49 |
| Hex | EC | 4E | C | 0 | 43 | 5F | 7 | 12 | 5A | 31 |
| Octal | 354 | 116 | 14 | 0 | 103 | 137 | 7 | 22 | 132 | 61 |
| Binary | 11101100 | 1001110 | 1100 | 0 | 1000011 | 1011111 | 111 | 10010 | 1011010 | 110001 |
Color Harmonies of #EC4E0C
Complementary color
Monochromatic Colors of #EC4E0C
Black with #EC4E0C
Text Example
Text Example
White with #EC4E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E0C; }
p { color: rgb(236,78,12); }
H1.HeaderClassName
{
color: #EC4E0C;
}
.AnyTagClassName
{
color: #EC4E0C;
}
</style>
background-color css
<style>
a { background-color: #EC4E0C; }
a { background-color: rgb(236,78,12); }
div.DivClassName
{
background-color: #EC4E0C;
}
.BgClassName
{
background-color: #EC4E0C;
}
</style>
border-color css
<style>
span { border-color: #EC4E0C; }
span { border-color: rgb(236,78,12); }
td.TdClassName
{
border-color: #EC4E0C;
}
.TagClassName
{
border-color: #EC4E0C;
}
</style>