Shades of Persimmon #EC5010
Tints of Persimmon #EC5010
RGB
CMYK
RGB Variations
Color information
#EC5010 (or 0xEC5010) is known color: Persimmon. HEX triplet: EC, 50 and 10. RGB value is (236,80,16). Sum of RGB (Red+Green+Blue) = 236+80+16=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5010 is #13AFEF. Grayscale: #777777. Windows color (decimal): -1290224 or 1069292. OLE color: 1069292.
HSL color Cylindrical-coordinate representation of color #EC5010: hue angle of 17.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC5010 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.07 |
| HSL | 17.45º | 0.87% | 0.49% | - |
| HSV(B) | 17.45º | 0.93% | 0.93% | - |
| XYZ | 37.55 | 23.61 | 3.07 | - |
| YUV | 119.35 | 69.68 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 16 | 0 | 0.66 | 0.93 | 0.07 | 17.45 | 0.87 | 0.49 |
| Hex | EC | 50 | 10 | 0 | 42 | 5D | 7 | 11 | 57 | 31 |
| Octal | 354 | 120 | 20 | 0 | 102 | 135 | 7 | 21 | 127 | 61 |
| Binary | 11101100 | 1010000 | 10000 | 0 | 1000010 | 1011101 | 111 | 10001 | 1010111 | 110001 |
Color Harmonies of #EC5010
Complementary color
Monochromatic Colors of #EC5010
Black with #EC5010
Text Example
Text Example
White with #EC5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5010; }
p { color: rgb(236,80,16); }
H1.HeaderClassName
{
color: #EC5010;
}
.AnyTagClassName
{
color: #EC5010;
}
</style>
background-color css
<style>
a { background-color: #EC5010; }
a { background-color: rgb(236,80,16); }
div.DivClassName
{
background-color: #EC5010;
}
.BgClassName
{
background-color: #EC5010;
}
</style>
border-color css
<style>
span { border-color: #EC5010; }
span { border-color: rgb(236,80,16); }
td.TdClassName
{
border-color: #EC5010;
}
.TagClassName
{
border-color: #EC5010;
}
</style>