Shades of Persimmon #EC5514
Tints of Persimmon #EC5514
RGB
CMYK
RGB Variations
Color information
#EC5514 (or 0xEC5514) is known color: Persimmon. HEX triplet: EC, 55 and 14. RGB value is (236,85,20). Sum of RGB (Red+Green+Blue) = 236+85+20=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5514 is #13AAEB. Grayscale: #7B7B7B. Windows color (decimal): -1288940 or 1332716. OLE color: 1332716.
HSL color Cylindrical-coordinate representation of color #EC5514: hue angle of 18.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC5514 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 20 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.07 |
| HSL | 18.06º | 0.85% | 0.5% | - |
| HSV(B) | 18.06º | 0.92% | 0.93% | - |
| XYZ | 37.97 | 24.38 | 3.37 | - |
| YUV | 122.74 | 70.03 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 20 | 0 | 0.64 | 0.92 | 0.07 | 18.06 | 0.85 | 0.5 |
| Hex | EC | 55 | 14 | 0 | 40 | 5C | 7 | 12 | 55 | 32 |
| Octal | 354 | 125 | 24 | 0 | 100 | 134 | 7 | 22 | 125 | 62 |
| Binary | 11101100 | 1010101 | 10100 | 0 | 1000000 | 1011100 | 111 | 10010 | 1010101 | 110010 |
Color Harmonies of #EC5514
Complementary color
Monochromatic Colors of #EC5514
Black with #EC5514
Text Example
Text Example
White with #EC5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5514; }
p { color: rgb(236,85,20); }
H1.HeaderClassName
{
color: #EC5514;
}
.AnyTagClassName
{
color: #EC5514;
}
</style>
background-color css
<style>
a { background-color: #EC5514; }
a { background-color: rgb(236,85,20); }
div.DivClassName
{
background-color: #EC5514;
}
.BgClassName
{
background-color: #EC5514;
}
</style>
border-color css
<style>
span { border-color: #EC5514; }
span { border-color: rgb(236,85,20); }
td.TdClassName
{
border-color: #EC5514;
}
.TagClassName
{
border-color: #EC5514;
}
</style>