Shades of Persimmon #EC5014
Tints of Persimmon #EC5014
RGB
CMYK
RGB Variations
Color information
#EC5014 (or 0xEC5014) is known color: Persimmon. HEX triplet: EC, 50 and 14. RGB value is (236,80,20). Sum of RGB (Red+Green+Blue) = 236+80+20=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5014 is #13AFEB. Grayscale: #787878. Windows color (decimal): -1290220 or 1331436. OLE color: 1331436.
HSL color Cylindrical-coordinate representation of color #EC5014: hue angle of 16.67º 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 #EC5014 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 20 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.07 |
| HSL | 16.67º | 0.85% | 0.5% | - |
| HSV(B) | 16.67º | 0.92% | 0.93% | - |
| XYZ | 37.59 | 23.62 | 3.24 | - |
| YUV | 119.8 | 71.68 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 20 | 0 | 0.66 | 0.92 | 0.07 | 16.67 | 0.85 | 0.5 |
| Hex | EC | 50 | 14 | 0 | 42 | 5C | 7 | 11 | 55 | 32 |
| Octal | 354 | 120 | 24 | 0 | 102 | 134 | 7 | 21 | 125 | 62 |
| Binary | 11101100 | 1010000 | 10100 | 0 | 1000010 | 1011100 | 111 | 10001 | 1010101 | 110010 |
Color Harmonies of #EC5014
Complementary color
Monochromatic Colors of #EC5014
Black with #EC5014
Text Example
Text Example
White with #EC5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5014; }
p { color: rgb(236,80,20); }
H1.HeaderClassName
{
color: #EC5014;
}
.AnyTagClassName
{
color: #EC5014;
}
</style>
background-color css
<style>
a { background-color: #EC5014; }
a { background-color: rgb(236,80,20); }
div.DivClassName
{
background-color: #EC5014;
}
.BgClassName
{
background-color: #EC5014;
}
</style>
border-color css
<style>
span { border-color: #EC5014; }
span { border-color: rgb(236,80,20); }
td.TdClassName
{
border-color: #EC5014;
}
.TagClassName
{
border-color: #EC5014;
}
</style>