Shades of Persimmon #E85E18
Tints of Persimmon #E85E18
RGB
CMYK
RGB Variations
Color information
#E85E18 (or 0xE85E18) is known color: Persimmon. HEX triplet: E8, 5E and 18. RGB value is (232,94,24). Sum of RGB (Red+Green+Blue) = 232+94+24=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E18 is #17A1E7. Grayscale: #7F7F7F. Windows color (decimal): -1548776 or 1597160. OLE color: 1597160.
HSL color Cylindrical-coordinate representation of color #E85E18: hue angle of 20.19º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E85E18 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 24 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.09 |
| HSL | 20.19º | 0.82% | 0.5% | - |
| HSV(B) | 20.19º | 0.9% | 0.91% | - |
| XYZ | 37.45 | 25.23 | 3.76 | - |
| YUV | 127.28 | 69.72 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 24 | 0 | 0.59 | 0.90 | 0.09 | 20.19 | 0.82 | 0.5 |
| Hex | E8 | 5E | 18 | 0 | 3B | 5A | 9 | 14 | 52 | 32 |
| Octal | 350 | 136 | 30 | 0 | 73 | 132 | 11 | 24 | 122 | 62 |
| Binary | 11101000 | 1011110 | 11000 | 0 | 111011 | 1011010 | 1001 | 10100 | 1010010 | 110010 |
Color Harmonies of #E85E18
Complementary color
Monochromatic Colors of #E85E18
Black with #E85E18
Text Example
Text Example
White with #E85E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E18; }
p { color: rgb(232,94,24); }
H1.HeaderClassName
{
color: #E85E18;
}
.AnyTagClassName
{
color: #E85E18;
}
</style>
background-color css
<style>
a { background-color: #E85E18; }
a { background-color: rgb(232,94,24); }
div.DivClassName
{
background-color: #E85E18;
}
.BgClassName
{
background-color: #E85E18;
}
</style>
border-color css
<style>
span { border-color: #E85E18; }
span { border-color: rgb(232,94,24); }
td.TdClassName
{
border-color: #E85E18;
}
.TagClassName
{
border-color: #E85E18;
}
</style>