Shades of Persimmon #EC5508
Tints of Persimmon #EC5508
RGB
CMYK
RGB Variations
Color information
#EC5508 (or 0xEC5508) is known color: Persimmon. HEX triplet: EC, 55 and 08. RGB value is (236,85,8). Sum of RGB (Red+Green+Blue) = 236+85+8=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5508 is #13AAF7. Grayscale: #797979. Windows color (decimal): -1288952 or 546284. OLE color: 546284.
HSL color Cylindrical-coordinate representation of color #EC5508: hue angle of 20.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC5508 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 8 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.07 |
| HSL | 20.26º | 0.93% | 0.48% | - |
| HSV(B) | 20.26º | 0.97% | 0.93% | - |
| XYZ | 37.88 | 24.35 | 2.93 | - |
| YUV | 121.37 | 64.03 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 8 | 0 | 0.64 | 0.97 | 0.07 | 20.26 | 0.93 | 0.48 |
| Hex | EC | 55 | 8 | 0 | 40 | 61 | 7 | 14 | 5D | 30 |
| Octal | 354 | 125 | 10 | 0 | 100 | 141 | 7 | 24 | 135 | 60 |
| Binary | 11101100 | 1010101 | 1000 | 0 | 1000000 | 1100001 | 111 | 10100 | 1011101 | 110000 |
Color Harmonies of #EC5508
Complementary color
Monochromatic Colors of #EC5508
Black with #EC5508
Text Example
Text Example
White with #EC5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5508; }
p { color: rgb(236,85,8); }
H1.HeaderClassName
{
color: #EC5508;
}
.AnyTagClassName
{
color: #EC5508;
}
</style>
background-color css
<style>
a { background-color: #EC5508; }
a { background-color: rgb(236,85,8); }
div.DivClassName
{
background-color: #EC5508;
}
.BgClassName
{
background-color: #EC5508;
}
</style>
border-color css
<style>
span { border-color: #EC5508; }
span { border-color: rgb(236,85,8); }
td.TdClassName
{
border-color: #EC5508;
}
.TagClassName
{
border-color: #EC5508;
}
</style>