Shades of Persimmon #EC5718
Tints of Persimmon #EC5718
RGB
CMYK
RGB Variations
Color information
#EC5718 (or 0xEC5718) is known color: Persimmon. HEX triplet: EC, 57 and 18. RGB value is (236,87,24). Sum of RGB (Red+Green+Blue) = 236+87+24=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5718 is #13A8E7. Grayscale: #7C7C7C. Windows color (decimal): -1288424 or 1595372. OLE color: 1595372.
HSL color Cylindrical-coordinate representation of color #EC5718: hue angle of 17.83º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC5718 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 24 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.07 |
| HSL | 17.83º | 0.85% | 0.51% | - |
| HSV(B) | 17.83º | 0.9% | 0.93% | - |
| XYZ | 38.17 | 24.72 | 3.62 | - |
| YUV | 124.37 | 71.36 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 24 | 0 | 0.63 | 0.90 | 0.07 | 17.83 | 0.85 | 0.51 |
| Hex | EC | 57 | 18 | 0 | 3F | 5A | 7 | 12 | 55 | 33 |
| Octal | 354 | 127 | 30 | 0 | 77 | 132 | 7 | 22 | 125 | 63 |
| Binary | 11101100 | 1010111 | 11000 | 0 | 111111 | 1011010 | 111 | 10010 | 1010101 | 110011 |
Color Harmonies of #EC5718
Complementary color
Monochromatic Colors of #EC5718
Black with #EC5718
Text Example
Text Example
White with #EC5718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5718; }
p { color: rgb(236,87,24); }
H1.HeaderClassName
{
color: #EC5718;
}
.AnyTagClassName
{
color: #EC5718;
}
</style>
background-color css
<style>
a { background-color: #EC5718; }
a { background-color: rgb(236,87,24); }
div.DivClassName
{
background-color: #EC5718;
}
.BgClassName
{
background-color: #EC5718;
}
</style>
border-color css
<style>
span { border-color: #EC5718; }
span { border-color: rgb(236,87,24); }
td.TdClassName
{
border-color: #EC5718;
}
.TagClassName
{
border-color: #EC5718;
}
</style>