Shades of Persimmon #EC500E
Tints of Persimmon #EC500E
RGB
CMYK
RGB Variations
Color information
#EC500E (or 0xEC500E) is known color: Persimmon. HEX triplet: EC, 50 and 0E. RGB value is (236,80,14). Sum of RGB (Red+Green+Blue) = 236+80+14=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC500E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC500E is #13AFF1. Grayscale: #777777. Windows color (decimal): -1290226 or 938220. OLE color: 938220.
HSL color Cylindrical-coordinate representation of color #EC500E: hue angle of 17.84º 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 #EC500E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.07 |
| HSL | 17.84º | 0.89% | 0.49% | - |
| HSV(B) | 17.84º | 0.94% | 0.93% | - |
| XYZ | 37.54 | 23.6 | 2.99 | - |
| YUV | 119.12 | 68.68 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 14 | 0 | 0.66 | 0.94 | 0.07 | 17.84 | 0.89 | 0.49 |
| Hex | EC | 50 | E | 0 | 42 | 5E | 7 | 12 | 59 | 31 |
| Octal | 354 | 120 | 16 | 0 | 102 | 136 | 7 | 22 | 131 | 61 |
| Binary | 11101100 | 1010000 | 1110 | 0 | 1000010 | 1011110 | 111 | 10010 | 1011001 | 110001 |
Color Harmonies of #EC500E
Complementary color
Monochromatic Colors of #EC500E
Black with #EC500E
Text Example
Text Example
White with #EC500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC500E; }
p { color: rgb(236,80,14); }
H1.HeaderClassName
{
color: #EC500E;
}
.AnyTagClassName
{
color: #EC500E;
}
</style>
background-color css
<style>
a { background-color: #EC500E; }
a { background-color: rgb(236,80,14); }
div.DivClassName
{
background-color: #EC500E;
}
.BgClassName
{
background-color: #EC500E;
}
</style>
border-color css
<style>
span { border-color: #EC500E; }
span { border-color: rgb(236,80,14); }
td.TdClassName
{
border-color: #EC500E;
}
.TagClassName
{
border-color: #EC500E;
}
</style>