Shades of Persimmon #EC5511
Tints of Persimmon #EC5511
RGB
CMYK
RGB Variations
Color information
#EC5511 (or 0xEC5511) is known color: Persimmon. HEX triplet: EC, 55 and 11. RGB value is (236,85,17). Sum of RGB (Red+Green+Blue) = 236+85+17=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5511 is #13AAEE. Grayscale: #7A7A7A. Windows color (decimal): -1288943 or 1136108. OLE color: 1136108.
HSL color Cylindrical-coordinate representation of color #EC5511: hue angle of 18.63º 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 #EC5511 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 17 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.07 |
| HSL | 18.63º | 0.87% | 0.5% | - |
| HSV(B) | 18.63º | 0.93% | 0.93% | - |
| XYZ | 37.94 | 24.37 | 3.23 | - |
| YUV | 122.4 | 68.53 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 17 | 0 | 0.64 | 0.93 | 0.07 | 18.63 | 0.87 | 0.5 |
| Hex | EC | 55 | 11 | 0 | 40 | 5D | 7 | 13 | 57 | 32 |
| Octal | 354 | 125 | 21 | 0 | 100 | 135 | 7 | 23 | 127 | 62 |
| Binary | 11101100 | 1010101 | 10001 | 0 | 1000000 | 1011101 | 111 | 10011 | 1010111 | 110010 |
Color Harmonies of #EC5511
Complementary color
Monochromatic Colors of #EC5511
Black with #EC5511
Text Example
Text Example
White with #EC5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5511; }
p { color: rgb(236,85,17); }
H1.HeaderClassName
{
color: #EC5511;
}
.AnyTagClassName
{
color: #EC5511;
}
</style>
background-color css
<style>
a { background-color: #EC5511; }
a { background-color: rgb(236,85,17); }
div.DivClassName
{
background-color: #EC5511;
}
.BgClassName
{
background-color: #EC5511;
}
</style>
border-color css
<style>
span { border-color: #EC5511; }
span { border-color: rgb(236,85,17); }
td.TdClassName
{
border-color: #EC5511;
}
.TagClassName
{
border-color: #EC5511;
}
</style>