Shades of Persimmon #EC5616
Tints of Persimmon #EC5616
RGB
CMYK
RGB Variations
Color information
#EC5616 (or 0xEC5616) is known color: Persimmon. HEX triplet: EC, 56 and 16. RGB value is (236,86,22). Sum of RGB (Red+Green+Blue) = 236+86+22=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5616 is #13A9E9. Grayscale: #7B7B7B. Windows color (decimal): -1288682 or 1464044. OLE color: 1464044.
HSL color Cylindrical-coordinate representation of color #EC5616: hue angle of 17.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC5616 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 22 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.07 |
| HSL | 17.94º | 0.85% | 0.51% | - |
| HSV(B) | 17.94º | 0.91% | 0.93% | - |
| XYZ | 38.06 | 24.55 | 3.49 | - |
| YUV | 123.55 | 70.7 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 22 | 0 | 0.64 | 0.91 | 0.07 | 17.94 | 0.85 | 0.51 |
| Hex | EC | 56 | 16 | 0 | 40 | 5B | 7 | 12 | 55 | 33 |
| Octal | 354 | 126 | 26 | 0 | 100 | 133 | 7 | 22 | 125 | 63 |
| Binary | 11101100 | 1010110 | 10110 | 0 | 1000000 | 1011011 | 111 | 10010 | 1010101 | 110011 |
Color Harmonies of #EC5616
Complementary color
Monochromatic Colors of #EC5616
Black with #EC5616
Text Example
Text Example
White with #EC5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5616; }
p { color: rgb(236,86,22); }
H1.HeaderClassName
{
color: #EC5616;
}
.AnyTagClassName
{
color: #EC5616;
}
</style>
background-color css
<style>
a { background-color: #EC5616; }
a { background-color: rgb(236,86,22); }
div.DivClassName
{
background-color: #EC5616;
}
.BgClassName
{
background-color: #EC5616;
}
</style>
border-color css
<style>
span { border-color: #EC5616; }
span { border-color: rgb(236,86,22); }
td.TdClassName
{
border-color: #EC5616;
}
.TagClassName
{
border-color: #EC5616;
}
</style>