Shades of Persimmon #EC5019
Tints of Persimmon #EC5019
RGB
CMYK
RGB Variations
Color information
#EC5019 (or 0xEC5019) is known color: Persimmon. HEX triplet: EC, 50 and 19. RGB value is (236,80,25). Sum of RGB (Red+Green+Blue) = 236+80+25=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5019 is #13AFE6. Grayscale: #787878. Windows color (decimal): -1290215 or 1659116. OLE color: 1659116.
HSL color Cylindrical-coordinate representation of color #EC5019: hue angle of 15.64º 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 #EC5019 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 25 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.07 |
| HSL | 15.64º | 0.85% | 0.51% | - |
| HSV(B) | 15.64º | 0.89% | 0.93% | - |
| XYZ | 37.64 | 23.64 | 3.5 | - |
| YUV | 120.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 25 | 0 | 0.66 | 0.89 | 0.07 | 15.64 | 0.85 | 0.51 |
| Hex | EC | 50 | 19 | 0 | 42 | 59 | 7 | 10 | 55 | 33 |
| Octal | 354 | 120 | 31 | 0 | 102 | 131 | 7 | 20 | 125 | 63 |
| Binary | 11101100 | 1010000 | 11001 | 0 | 1000010 | 1011001 | 111 | 10000 | 1010101 | 110011 |
Color Harmonies of #EC5019
Complementary color
Monochromatic Colors of #EC5019
Black with #EC5019
Text Example
Text Example
White with #EC5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5019; }
p { color: rgb(236,80,25); }
H1.HeaderClassName
{
color: #EC5019;
}
.AnyTagClassName
{
color: #EC5019;
}
</style>
background-color css
<style>
a { background-color: #EC5019; }
a { background-color: rgb(236,80,25); }
div.DivClassName
{
background-color: #EC5019;
}
.BgClassName
{
background-color: #EC5019;
}
</style>
border-color css
<style>
span { border-color: #EC5019; }
span { border-color: rgb(236,80,25); }
td.TdClassName
{
border-color: #EC5019;
}
.TagClassName
{
border-color: #EC5019;
}
</style>