Shades of Persimmon #EC5811
Tints of Persimmon #EC5811
RGB
CMYK
RGB Variations
Color information
#EC5811 (or 0xEC5811) is known color: Persimmon. HEX triplet: EC, 58 and 11. RGB value is (236,88,17). Sum of RGB (Red+Green+Blue) = 236+88+17=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5811 is #13A7EE. Grayscale: #7C7C7C. Windows color (decimal): -1288175 or 1136876. OLE color: 1136876.
HSL color Cylindrical-coordinate representation of color #EC5811: hue angle of 19.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC5811 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 17 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.07 |
| HSL | 19.45º | 0.87% | 0.5% | - |
| HSV(B) | 19.45º | 0.93% | 0.93% | - |
| XYZ | 38.18 | 24.85 | 3.31 | - |
| YUV | 124.16 | 67.53 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 17 | 0 | 0.63 | 0.93 | 0.07 | 19.45 | 0.87 | 0.5 |
| Hex | EC | 58 | 11 | 0 | 3F | 5D | 7 | 13 | 57 | 32 |
| Octal | 354 | 130 | 21 | 0 | 77 | 135 | 7 | 23 | 127 | 62 |
| Binary | 11101100 | 1011000 | 10001 | 0 | 111111 | 1011101 | 111 | 10011 | 1010111 | 110010 |
Color Harmonies of #EC5811
Complementary color
Monochromatic Colors of #EC5811
Black with #EC5811
Text Example
Text Example
White with #EC5811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5811; }
p { color: rgb(236,88,17); }
H1.HeaderClassName
{
color: #EC5811;
}
.AnyTagClassName
{
color: #EC5811;
}
</style>
background-color css
<style>
a { background-color: #EC5811; }
a { background-color: rgb(236,88,17); }
div.DivClassName
{
background-color: #EC5811;
}
.BgClassName
{
background-color: #EC5811;
}
</style>
border-color css
<style>
span { border-color: #EC5811; }
span { border-color: rgb(236,88,17); }
td.TdClassName
{
border-color: #EC5811;
}
.TagClassName
{
border-color: #EC5811;
}
</style>