Shades of Persimmon #EC5509
Tints of Persimmon #EC5509
RGB
CMYK
RGB Variations
Color information
#EC5509 (or 0xEC5509) is known color: Persimmon. HEX triplet: EC, 55 and 09. RGB value is (236,85,9). Sum of RGB (Red+Green+Blue) = 236+85+9=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5509 is #13AAF6. Grayscale: #797979. Windows color (decimal): -1288951 or 611820. OLE color: 611820.
HSL color Cylindrical-coordinate representation of color #EC5509: hue angle of 20.09º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC5509 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.07 |
| HSL | 20.09º | 0.93% | 0.48% | - |
| HSV(B) | 20.09º | 0.96% | 0.93% | - |
| XYZ | 37.89 | 24.35 | 2.96 | - |
| YUV | 121.49 | 64.53 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 9 | 0 | 0.64 | 0.96 | 0.07 | 20.09 | 0.93 | 0.48 |
| Hex | EC | 55 | 9 | 0 | 40 | 60 | 7 | 14 | 5D | 30 |
| Octal | 354 | 125 | 11 | 0 | 100 | 140 | 7 | 24 | 135 | 60 |
| Binary | 11101100 | 1010101 | 1001 | 0 | 1000000 | 1100000 | 111 | 10100 | 1011101 | 110000 |
Color Harmonies of #EC5509
Complementary color
Monochromatic Colors of #EC5509
Black with #EC5509
Text Example
Text Example
White with #EC5509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5509; }
p { color: rgb(236,85,9); }
H1.HeaderClassName
{
color: #EC5509;
}
.AnyTagClassName
{
color: #EC5509;
}
</style>
background-color css
<style>
a { background-color: #EC5509; }
a { background-color: rgb(236,85,9); }
div.DivClassName
{
background-color: #EC5509;
}
.BgClassName
{
background-color: #EC5509;
}
</style>
border-color css
<style>
span { border-color: #EC5509; }
span { border-color: rgb(236,85,9); }
td.TdClassName
{
border-color: #EC5509;
}
.TagClassName
{
border-color: #EC5509;
}
</style>