Shades of Persimmon #EC5817
Tints of Persimmon #EC5817
RGB
CMYK
RGB Variations
Color information
#EC5817 (or 0xEC5817) is known color: Persimmon. HEX triplet: EC, 58 and 17. RGB value is (236,88,23). Sum of RGB (Red+Green+Blue) = 236+88+23=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5817 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5817 is #13A7E8. Grayscale: #7D7D7D. Windows color (decimal): -1288169 or 1530092. OLE color: 1530092.
HSL color Cylindrical-coordinate representation of color #EC5817: hue angle of 18.31º 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 #EC5817 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 23 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.07 |
| HSL | 18.31º | 0.85% | 0.51% | - |
| HSV(B) | 18.31º | 0.9% | 0.93% | - |
| XYZ | 38.24 | 24.87 | 3.6 | - |
| YUV | 124.84 | 70.53 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 23 | 0 | 0.63 | 0.90 | 0.07 | 18.31 | 0.85 | 0.51 |
| Hex | EC | 58 | 17 | 0 | 3F | 5A | 7 | 12 | 55 | 33 |
| Octal | 354 | 130 | 27 | 0 | 77 | 132 | 7 | 22 | 125 | 63 |
| Binary | 11101100 | 1011000 | 10111 | 0 | 111111 | 1011010 | 111 | 10010 | 1010101 | 110011 |
Color Harmonies of #EC5817
Complementary color
Monochromatic Colors of #EC5817
Black with #EC5817
Text Example
Text Example
White with #EC5817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5817; }
p { color: rgb(236,88,23); }
H1.HeaderClassName
{
color: #EC5817;
}
.AnyTagClassName
{
color: #EC5817;
}
</style>
background-color css
<style>
a { background-color: #EC5817; }
a { background-color: rgb(236,88,23); }
div.DivClassName
{
background-color: #EC5817;
}
.BgClassName
{
background-color: #EC5817;
}
</style>
border-color css
<style>
span { border-color: #EC5817; }
span { border-color: rgb(236,88,23); }
td.TdClassName
{
border-color: #EC5817;
}
.TagClassName
{
border-color: #EC5817;
}
</style>