Shades of Persimmon #EC5C19
Tints of Persimmon #EC5C19
RGB
CMYK
RGB Variations
Color information
#EC5C19 (or 0xEC5C19) is known color: Persimmon. HEX triplet: EC, 5C and 19. RGB value is (236,92,25). Sum of RGB (Red+Green+Blue) = 236+92+25=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5C19 is #13A3E6. Grayscale: #7F7F7F. Windows color (decimal): -1287143 or 1662188. OLE color: 1662188.
HSL color Cylindrical-coordinate representation of color #EC5C19: hue angle of 19.05º 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 #EC5C19 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 25 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.07 |
| HSL | 19.05º | 0.85% | 0.51% | - |
| HSV(B) | 19.05º | 0.89% | 0.93% | - |
| XYZ | 38.59 | 25.56 | 3.82 | - |
| YUV | 127.42 | 70.21 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 25 | 0 | 0.61 | 0.89 | 0.07 | 19.05 | 0.85 | 0.51 |
| Hex | EC | 5C | 19 | 0 | 3D | 59 | 7 | 13 | 55 | 33 |
| Octal | 354 | 134 | 31 | 0 | 75 | 131 | 7 | 23 | 125 | 63 |
| Binary | 11101100 | 1011100 | 11001 | 0 | 111101 | 1011001 | 111 | 10011 | 1010101 | 110011 |
Color Harmonies of #EC5C19
Complementary color
Monochromatic Colors of #EC5C19
Black with #EC5C19
Text Example
Text Example
White with #EC5C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C19; }
p { color: rgb(236,92,25); }
H1.HeaderClassName
{
color: #EC5C19;
}
.AnyTagClassName
{
color: #EC5C19;
}
</style>
background-color css
<style>
a { background-color: #EC5C19; }
a { background-color: rgb(236,92,25); }
div.DivClassName
{
background-color: #EC5C19;
}
.BgClassName
{
background-color: #EC5C19;
}
</style>
border-color css
<style>
span { border-color: #EC5C19; }
span { border-color: rgb(236,92,25); }
td.TdClassName
{
border-color: #EC5C19;
}
.TagClassName
{
border-color: #EC5C19;
}
</style>