Shades of Persimmon #EA5019
Tints of Persimmon #EA5019
RGB
CMYK
RGB Variations
Color information
#EA5019 (or 0xEA5019) is known color: Persimmon. HEX triplet: EA, 50 and 19. RGB value is (234,80,25). Sum of RGB (Red+Green+Blue) = 234+80+25=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5019 is #15AFE6. Grayscale: #787878. Windows color (decimal): -1421287 or 1659114. OLE color: 1659114.
HSL color Cylindrical-coordinate representation of color #EA5019: hue angle of 15.79º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA5019 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 25 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.08 |
| HSL | 15.79º | 0.83% | 0.51% | - |
| HSV(B) | 15.79º | 0.89% | 0.92% | - |
| XYZ | 36.98 | 23.3 | 3.47 | - |
| YUV | 119.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 25 | 0 | 0.66 | 0.89 | 0.08 | 15.79 | 0.83 | 0.51 |
| Hex | EA | 50 | 19 | 0 | 42 | 59 | 8 | 10 | 53 | 33 |
| Octal | 352 | 120 | 31 | 0 | 102 | 131 | 10 | 20 | 123 | 63 |
| Binary | 11101010 | 1010000 | 11001 | 0 | 1000010 | 1011001 | 1000 | 10000 | 1010011 | 110011 |
Color Harmonies of #EA5019
Complementary color
Monochromatic Colors of #EA5019
Black with #EA5019
Text Example
Text Example
White with #EA5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5019; }
p { color: rgb(234,80,25); }
H1.HeaderClassName
{
color: #EA5019;
}
.AnyTagClassName
{
color: #EA5019;
}
</style>
background-color css
<style>
a { background-color: #EA5019; }
a { background-color: rgb(234,80,25); }
div.DivClassName
{
background-color: #EA5019;
}
.BgClassName
{
background-color: #EA5019;
}
</style>
border-color css
<style>
span { border-color: #EA5019; }
span { border-color: rgb(234,80,25); }
td.TdClassName
{
border-color: #EA5019;
}
.TagClassName
{
border-color: #EA5019;
}
</style>