Shades of Persimmon #EC4E0E
Tints of Persimmon #EC4E0E
RGB
CMYK
RGB Variations
Color information
#EC4E0E (or 0xEC4E0E) is known color: Persimmon. HEX triplet: EC, 4E and 0E. RGB value is (236,78,14). Sum of RGB (Red+Green+Blue) = 236+78+14=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4E0E is #13B1F1. Grayscale: #767676. Windows color (decimal): -1290738 or 937708. OLE color: 937708.
HSL color Cylindrical-coordinate representation of color #EC4E0E: hue angle of 17.3º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC4E0E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 78 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.07 |
| HSL | 17.3º | 0.89% | 0.49% | - |
| HSV(B) | 17.3º | 0.94% | 0.93% | - |
| XYZ | 37.4 | 23.31 | 2.94 | - |
| YUV | 117.95 | 69.35 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 14 | 0 | 0.67 | 0.94 | 0.07 | 17.3 | 0.89 | 0.49 |
| Hex | EC | 4E | E | 0 | 43 | 5E | 7 | 11 | 59 | 31 |
| Octal | 354 | 116 | 16 | 0 | 103 | 136 | 7 | 21 | 131 | 61 |
| Binary | 11101100 | 1001110 | 1110 | 0 | 1000011 | 1011110 | 111 | 10001 | 1011001 | 110001 |
Color Harmonies of #EC4E0E
Complementary color
Monochromatic Colors of #EC4E0E
Black with #EC4E0E
Text Example
Text Example
White with #EC4E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4E0E; }
p { color: rgb(236,78,14); }
H1.HeaderClassName
{
color: #EC4E0E;
}
.AnyTagClassName
{
color: #EC4E0E;
}
</style>
background-color css
<style>
a { background-color: #EC4E0E; }
a { background-color: rgb(236,78,14); }
div.DivClassName
{
background-color: #EC4E0E;
}
.BgClassName
{
background-color: #EC4E0E;
}
</style>
border-color css
<style>
span { border-color: #EC4E0E; }
span { border-color: rgb(236,78,14); }
td.TdClassName
{
border-color: #EC4E0E;
}
.TagClassName
{
border-color: #EC4E0E;
}
</style>