Shades of Persimmon #EA5E18
Tints of Persimmon #EA5E18
RGB
CMYK
RGB Variations
Color information
#EA5E18 (or 0xEA5E18) is known color: Persimmon. HEX triplet: EA, 5E and 18. RGB value is (234,94,24). Sum of RGB (Red+Green+Blue) = 234+94+24=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5E18 is #15A1E7. Grayscale: #808080. Windows color (decimal): -1417704 or 1597162. OLE color: 1597162.
HSL color Cylindrical-coordinate representation of color #EA5E18: hue angle of 20º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA5E18 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 24 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.08 |
| HSL | 20º | 0.83% | 0.51% | - |
| HSV(B) | 20º | 0.9% | 0.92% | - |
| XYZ | 38.1 | 25.56 | 3.79 | - |
| YUV | 127.88 | 69.38 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 24 | 0 | 0.60 | 0.90 | 0.08 | 20 | 0.83 | 0.51 |
| Hex | EA | 5E | 18 | 0 | 3C | 5A | 8 | 14 | 53 | 33 |
| Octal | 352 | 136 | 30 | 0 | 74 | 132 | 10 | 24 | 123 | 63 |
| Binary | 11101010 | 1011110 | 11000 | 0 | 111100 | 1011010 | 1000 | 10100 | 1010011 | 110011 |
Color Harmonies of #EA5E18
Complementary color
Monochromatic Colors of #EA5E18
Black with #EA5E18
Text Example
Text Example
White with #EA5E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E18; }
p { color: rgb(234,94,24); }
H1.HeaderClassName
{
color: #EA5E18;
}
.AnyTagClassName
{
color: #EA5E18;
}
</style>
background-color css
<style>
a { background-color: #EA5E18; }
a { background-color: rgb(234,94,24); }
div.DivClassName
{
background-color: #EA5E18;
}
.BgClassName
{
background-color: #EA5E18;
}
</style>
border-color css
<style>
span { border-color: #EA5E18; }
span { border-color: rgb(234,94,24); }
td.TdClassName
{
border-color: #EA5E18;
}
.TagClassName
{
border-color: #EA5E18;
}
</style>