Shades of Persimmon #EC5501
Tints of Persimmon #EC5501
RGB
CMYK
RGB Variations
Color information
#EC5501 (or 0xEC5501) is known color: Persimmon. HEX triplet: EC, 55 and 01. RGB value is (236,85,1). Sum of RGB (Red+Green+Blue) = 236+85+1=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5501 is #13AAFE. Grayscale: #797979. Windows color (decimal): -1288959 or 87532. OLE color: 87532.
HSL color Cylindrical-coordinate representation of color #EC5501: hue angle of 21.45º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC5501 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.07 |
| HSL | 21.45º | 0.99% | 0.46% | - |
| HSV(B) | 21.45º | 1% | 0.93% | - |
| XYZ | 37.85 | 24.33 | 2.73 | - |
| YUV | 120.57 | 60.53 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 1 | 0 | 0.64 | 1.00 | 0.07 | 21.45 | 0.99 | 0.46 |
| Hex | EC | 55 | 1 | 0 | 40 | 64 | 7 | 15 | 63 | 2E |
| Octal | 354 | 125 | 1 | 0 | 100 | 144 | 7 | 25 | 143 | 56 |
| Binary | 11101100 | 1010101 | 1 | 0 | 1000000 | 1100100 | 111 | 10101 | 1100011 | 101110 |
Color Harmonies of #EC5501
Complementary color
Monochromatic Colors of #EC5501
Black with #EC5501
Text Example
Text Example
White with #EC5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5501; }
p { color: rgb(236,85,1); }
H1.HeaderClassName
{
color: #EC5501;
}
.AnyTagClassName
{
color: #EC5501;
}
</style>
background-color css
<style>
a { background-color: #EC5501; }
a { background-color: rgb(236,85,1); }
div.DivClassName
{
background-color: #EC5501;
}
.BgClassName
{
background-color: #EC5501;
}
</style>
border-color css
<style>
span { border-color: #EC5501; }
span { border-color: rgb(236,85,1); }
td.TdClassName
{
border-color: #EC5501;
}
.TagClassName
{
border-color: #EC5501;
}
</style>