Shades of Persimmon #EC5612
Tints of Persimmon #EC5612
RGB
CMYK
RGB Variations
Color information
#EC5612 (or 0xEC5612) is known color: Persimmon. HEX triplet: EC, 56 and 12. RGB value is (236,86,18). Sum of RGB (Red+Green+Blue) = 236+86+18=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5612 is #13A9ED. Grayscale: #7B7B7B. Windows color (decimal): -1288686 or 1201900. OLE color: 1201900.
HSL color Cylindrical-coordinate representation of color #EC5612: hue angle of 18.72º 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 #EC5612 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 18 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.07 |
| HSL | 18.72º | 0.86% | 0.5% | - |
| HSV(B) | 18.72º | 0.92% | 0.93% | - |
| XYZ | 38.03 | 24.53 | 3.3 | - |
| YUV | 123.1 | 68.7 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 18 | 0 | 0.64 | 0.92 | 0.07 | 18.72 | 0.86 | 0.5 |
| Hex | EC | 56 | 12 | 0 | 40 | 5C | 7 | 13 | 56 | 32 |
| Octal | 354 | 126 | 22 | 0 | 100 | 134 | 7 | 23 | 126 | 62 |
| Binary | 11101100 | 1010110 | 10010 | 0 | 1000000 | 1011100 | 111 | 10011 | 1010110 | 110010 |
Color Harmonies of #EC5612
Complementary color
Monochromatic Colors of #EC5612
Black with #EC5612
Text Example
Text Example
White with #EC5612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5612; }
p { color: rgb(236,86,18); }
H1.HeaderClassName
{
color: #EC5612;
}
.AnyTagClassName
{
color: #EC5612;
}
</style>
background-color css
<style>
a { background-color: #EC5612; }
a { background-color: rgb(236,86,18); }
div.DivClassName
{
background-color: #EC5612;
}
.BgClassName
{
background-color: #EC5612;
}
</style>
border-color css
<style>
span { border-color: #EC5612; }
span { border-color: rgb(236,86,18); }
td.TdClassName
{
border-color: #EC5612;
}
.TagClassName
{
border-color: #EC5612;
}
</style>