Shades of Persimmon #EA5917
Tints of Persimmon #EA5917
RGB
CMYK
RGB Variations
Color information
#EA5917 (or 0xEA5917) is known color: Persimmon. HEX triplet: EA, 59 and 17. RGB value is (234,89,23). Sum of RGB (Red+Green+Blue) = 234+89+23=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5917 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5917 is #15A6E8. Grayscale: #7D7D7D. Windows color (decimal): -1418985 or 1530346. OLE color: 1530346.
HSL color Cylindrical-coordinate representation of color #EA5917: hue angle of 18.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA5917 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 23 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.08 |
| HSL | 18.77º | 0.83% | 0.5% | - |
| HSV(B) | 18.77º | 0.9% | 0.92% | - |
| XYZ | 37.66 | 24.7 | 3.59 | - |
| YUV | 124.83 | 70.54 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 23 | 0 | 0.62 | 0.90 | 0.08 | 18.77 | 0.83 | 0.5 |
| Hex | EA | 59 | 17 | 0 | 3E | 5A | 8 | 13 | 53 | 32 |
| Octal | 352 | 131 | 27 | 0 | 76 | 132 | 10 | 23 | 123 | 62 |
| Binary | 11101010 | 1011001 | 10111 | 0 | 111110 | 1011010 | 1000 | 10011 | 1010011 | 110010 |
Color Harmonies of #EA5917
Complementary color
Monochromatic Colors of #EA5917
Black with #EA5917
Text Example
Text Example
White with #EA5917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5917; }
p { color: rgb(234,89,23); }
H1.HeaderClassName
{
color: #EA5917;
}
.AnyTagClassName
{
color: #EA5917;
}
</style>
background-color css
<style>
a { background-color: #EA5917; }
a { background-color: rgb(234,89,23); }
div.DivClassName
{
background-color: #EA5917;
}
.BgClassName
{
background-color: #EA5917;
}
</style>
border-color css
<style>
span { border-color: #EA5917; }
span { border-color: rgb(234,89,23); }
td.TdClassName
{
border-color: #EA5917;
}
.TagClassName
{
border-color: #EA5917;
}
</style>