Shades of Persimmon #EC591C
Tints of Persimmon #EC591C
RGB
CMYK
RGB Variations
Color information
#EC591C (or 0xEC591C) is known color: Persimmon. HEX triplet: EC, 59 and 1C. RGB value is (236,89,28). Sum of RGB (Red+Green+Blue) = 236+89+28=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC591C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC591C is #13A6E3. Grayscale: #7E7E7E. Windows color (decimal): -1287908 or 1858028. OLE color: 1858028.
HSL color Cylindrical-coordinate representation of color #EC591C: hue angle of 17.6º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC591C is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 28 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.07 |
| HSL | 17.6º | 0.85% | 0.52% | - |
| HSV(B) | 17.6º | 0.88% | 0.93% | - |
| XYZ | 38.37 | 25.06 | 3.91 | - |
| YUV | 126 | 72.7 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 28 | 0 | 0.62 | 0.88 | 0.07 | 17.6 | 0.85 | 0.52 |
| Hex | EC | 59 | 1C | 0 | 3E | 58 | 7 | 12 | 55 | 34 |
| Octal | 354 | 131 | 34 | 0 | 76 | 130 | 7 | 22 | 125 | 64 |
| Binary | 11101100 | 1011001 | 11100 | 0 | 111110 | 1011000 | 111 | 10010 | 1010101 | 110100 |
Color Harmonies of #EC591C
Complementary color
Monochromatic Colors of #EC591C
Black with #EC591C
Text Example
Text Example
White with #EC591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC591C; }
p { color: rgb(236,89,28); }
H1.HeaderClassName
{
color: #EC591C;
}
.AnyTagClassName
{
color: #EC591C;
}
</style>
background-color css
<style>
a { background-color: #EC591C; }
a { background-color: rgb(236,89,28); }
div.DivClassName
{
background-color: #EC591C;
}
.BgClassName
{
background-color: #EC591C;
}
</style>
border-color css
<style>
span { border-color: #EC591C; }
span { border-color: rgb(236,89,28); }
td.TdClassName
{
border-color: #EC591C;
}
.TagClassName
{
border-color: #EC591C;
}
</style>