Shades of Persimmon #EC5619
Tints of Persimmon #EC5619
RGB
CMYK
RGB Variations
Color information
#EC5619 (or 0xEC5619) is known color: Persimmon. HEX triplet: EC, 56 and 19. RGB value is (236,86,25). Sum of RGB (Red+Green+Blue) = 236+86+25=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5619 is #13A9E6. Grayscale: #7C7C7C. Windows color (decimal): -1288679 or 1660652. OLE color: 1660652.
HSL color Cylindrical-coordinate representation of color #EC5619: hue angle of 17.35º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC5619 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 25 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.07 |
| HSL | 17.35º | 0.85% | 0.51% | - |
| HSV(B) | 17.35º | 0.89% | 0.93% | - |
| XYZ | 38.1 | 24.56 | 3.65 | - |
| YUV | 123.9 | 72.2 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 25 | 0 | 0.64 | 0.89 | 0.07 | 17.35 | 0.85 | 0.51 |
| Hex | EC | 56 | 19 | 0 | 40 | 59 | 7 | 11 | 55 | 33 |
| Octal | 354 | 126 | 31 | 0 | 100 | 131 | 7 | 21 | 125 | 63 |
| Binary | 11101100 | 1010110 | 11001 | 0 | 1000000 | 1011001 | 111 | 10001 | 1010101 | 110011 |
Color Harmonies of #EC5619
Complementary color
Monochromatic Colors of #EC5619
Black with #EC5619
Text Example
Text Example
White with #EC5619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5619; }
p { color: rgb(236,86,25); }
H1.HeaderClassName
{
color: #EC5619;
}
.AnyTagClassName
{
color: #EC5619;
}
</style>
background-color css
<style>
a { background-color: #EC5619; }
a { background-color: rgb(236,86,25); }
div.DivClassName
{
background-color: #EC5619;
}
.BgClassName
{
background-color: #EC5619;
}
</style>
border-color css
<style>
span { border-color: #EC5619; }
span { border-color: rgb(236,86,25); }
td.TdClassName
{
border-color: #EC5619;
}
.TagClassName
{
border-color: #EC5619;
}
</style>