Shades of Persimmon #EC5012
Tints of Persimmon #EC5012
RGB
CMYK
RGB Variations
Color information
#EC5012 (or 0xEC5012) is known color: Persimmon. HEX triplet: EC, 50 and 12. RGB value is (236,80,18). Sum of RGB (Red+Green+Blue) = 236+80+18=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5012 is #13AFED. Grayscale: #777777. Windows color (decimal): -1290222 or 1200364. OLE color: 1200364.
HSL color Cylindrical-coordinate representation of color #EC5012: hue angle of 17.06º degrees, saturation: 0.86, 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 #EC5012 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 18 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.07 |
| HSL | 17.06º | 0.86% | 0.5% | - |
| HSV(B) | 17.06º | 0.92% | 0.93% | - |
| XYZ | 37.57 | 23.61 | 3.15 | - |
| YUV | 119.58 | 70.68 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 18 | 0 | 0.66 | 0.92 | 0.07 | 17.06 | 0.86 | 0.5 |
| Hex | EC | 50 | 12 | 0 | 42 | 5C | 7 | 11 | 56 | 32 |
| Octal | 354 | 120 | 22 | 0 | 102 | 134 | 7 | 21 | 126 | 62 |
| Binary | 11101100 | 1010000 | 10010 | 0 | 1000010 | 1011100 | 111 | 10001 | 1010110 | 110010 |
Color Harmonies of #EC5012
Complementary color
Monochromatic Colors of #EC5012
Black with #EC5012
Text Example
Text Example
White with #EC5012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5012; }
p { color: rgb(236,80,18); }
H1.HeaderClassName
{
color: #EC5012;
}
.AnyTagClassName
{
color: #EC5012;
}
</style>
background-color css
<style>
a { background-color: #EC5012; }
a { background-color: rgb(236,80,18); }
div.DivClassName
{
background-color: #EC5012;
}
.BgClassName
{
background-color: #EC5012;
}
</style>
border-color css
<style>
span { border-color: #EC5012; }
span { border-color: rgb(236,80,18); }
td.TdClassName
{
border-color: #EC5012;
}
.TagClassName
{
border-color: #EC5012;
}
</style>