Shades of Persimmon #EC5507
Tints of Persimmon #EC5507
RGB
CMYK
RGB Variations
Color information
#EC5507 (or 0xEC5507) is known color: Persimmon. HEX triplet: EC, 55 and 07. RGB value is (236,85,7). Sum of RGB (Red+Green+Blue) = 236+85+7=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5507 is #13AAF8. Grayscale: #797979. Windows color (decimal): -1288953 or 480748. OLE color: 480748.
HSL color Cylindrical-coordinate representation of color #EC5507: hue angle of 20.44º degrees, saturation: 0.94, 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 #EC5507 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.07 |
| HSL | 20.44º | 0.94% | 0.48% | - |
| HSV(B) | 20.44º | 0.97% | 0.93% | - |
| XYZ | 37.88 | 24.35 | 2.9 | - |
| YUV | 121.26 | 63.53 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 7 | 0 | 0.64 | 0.97 | 0.07 | 20.44 | 0.94 | 0.48 |
| Hex | EC | 55 | 7 | 0 | 40 | 61 | 7 | 14 | 5E | 30 |
| Octal | 354 | 125 | 7 | 0 | 100 | 141 | 7 | 24 | 136 | 60 |
| Binary | 11101100 | 1010101 | 111 | 0 | 1000000 | 1100001 | 111 | 10100 | 1011110 | 110000 |
Color Harmonies of #EC5507
Complementary color
Monochromatic Colors of #EC5507
Black with #EC5507
Text Example
Text Example
White with #EC5507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5507; }
p { color: rgb(236,85,7); }
H1.HeaderClassName
{
color: #EC5507;
}
.AnyTagClassName
{
color: #EC5507;
}
</style>
background-color css
<style>
a { background-color: #EC5507; }
a { background-color: rgb(236,85,7); }
div.DivClassName
{
background-color: #EC5507;
}
.BgClassName
{
background-color: #EC5507;
}
</style>
border-color css
<style>
span { border-color: #EC5507; }
span { border-color: rgb(236,85,7); }
td.TdClassName
{
border-color: #EC5507;
}
.TagClassName
{
border-color: #EC5507;
}
</style>