Shades of Persimmon #EC5312
Tints of Persimmon #EC5312
RGB
CMYK
RGB Variations
Color information
#EC5312 (or 0xEC5312) is known color: Persimmon. HEX triplet: EC, 53 and 12. RGB value is (236,83,18). Sum of RGB (Red+Green+Blue) = 236+83+18=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5312 is #13ACED. Grayscale: #797979. Windows color (decimal): -1289454 or 1201132. OLE color: 1201132.
HSL color Cylindrical-coordinate representation of color #EC5312: hue angle of 17.89º 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 #EC5312 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 18 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.07 |
| HSL | 17.89º | 0.86% | 0.5% | - |
| HSV(B) | 17.89º | 0.92% | 0.93% | - |
| XYZ | 37.79 | 24.06 | 3.22 | - |
| YUV | 121.34 | 69.69 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 18 | 0 | 0.65 | 0.92 | 0.07 | 17.89 | 0.86 | 0.5 |
| Hex | EC | 53 | 12 | 0 | 41 | 5C | 7 | 12 | 56 | 32 |
| Octal | 354 | 123 | 22 | 0 | 101 | 134 | 7 | 22 | 126 | 62 |
| Binary | 11101100 | 1010011 | 10010 | 0 | 1000001 | 1011100 | 111 | 10010 | 1010110 | 110010 |
Color Harmonies of #EC5312
Complementary color
Monochromatic Colors of #EC5312
Black with #EC5312
Text Example
Text Example
White with #EC5312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5312; }
p { color: rgb(236,83,18); }
H1.HeaderClassName
{
color: #EC5312;
}
.AnyTagClassName
{
color: #EC5312;
}
</style>
background-color css
<style>
a { background-color: #EC5312; }
a { background-color: rgb(236,83,18); }
div.DivClassName
{
background-color: #EC5312;
}
.BgClassName
{
background-color: #EC5312;
}
</style>
border-color css
<style>
span { border-color: #EC5312; }
span { border-color: rgb(236,83,18); }
td.TdClassName
{
border-color: #EC5312;
}
.TagClassName
{
border-color: #EC5312;
}
</style>