Shades of Persimmon #EC5519
Tints of Persimmon #EC5519
RGB
CMYK
RGB Variations
Color information
#EC5519 (or 0xEC5519) is known color: Persimmon. HEX triplet: EC, 55 and 19. RGB value is (236,85,25). Sum of RGB (Red+Green+Blue) = 236+85+25=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5519 is #13AAE6. Grayscale: #7B7B7B. Windows color (decimal): -1288935 or 1660396. OLE color: 1660396.
HSL color Cylindrical-coordinate representation of color #EC5519: hue angle of 17.06º 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 #EC5519 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 25 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.07 |
| HSL | 17.06º | 0.85% | 0.51% | - |
| HSV(B) | 17.06º | 0.89% | 0.93% | - |
| XYZ | 38.02 | 24.4 | 3.63 | - |
| YUV | 123.31 | 72.53 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 25 | 0 | 0.64 | 0.89 | 0.07 | 17.06 | 0.85 | 0.51 |
| Hex | EC | 55 | 19 | 0 | 40 | 59 | 7 | 11 | 55 | 33 |
| Octal | 354 | 125 | 31 | 0 | 100 | 131 | 7 | 21 | 125 | 63 |
| Binary | 11101100 | 1010101 | 11001 | 0 | 1000000 | 1011001 | 111 | 10001 | 1010101 | 110011 |
Color Harmonies of #EC5519
Complementary color
Monochromatic Colors of #EC5519
Black with #EC5519
Text Example
Text Example
White with #EC5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5519; }
p { color: rgb(236,85,25); }
H1.HeaderClassName
{
color: #EC5519;
}
.AnyTagClassName
{
color: #EC5519;
}
</style>
background-color css
<style>
a { background-color: #EC5519; }
a { background-color: rgb(236,85,25); }
div.DivClassName
{
background-color: #EC5519;
}
.BgClassName
{
background-color: #EC5519;
}
</style>
border-color css
<style>
span { border-color: #EC5519; }
span { border-color: rgb(236,85,25); }
td.TdClassName
{
border-color: #EC5519;
}
.TagClassName
{
border-color: #EC5519;
}
</style>