Shades of Persimmon #E85518
Tints of Persimmon #E85518
RGB
CMYK
RGB Variations
Color information
#E85518 (or 0xE85518) is known color: Persimmon. HEX triplet: E8, 55 and 18. RGB value is (232,85,24). Sum of RGB (Red+Green+Blue) = 232+85+24=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E85518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85518 is #17AAE7. Grayscale: #7A7A7A. Windows color (decimal): -1551080 or 1594856. OLE color: 1594856.
HSL color Cylindrical-coordinate representation of color #E85518: hue angle of 17.6º 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 #E85518 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 24 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.09 |
| HSL | 17.6º | 0.82% | 0.5% | - |
| HSV(B) | 17.6º | 0.9% | 0.91% | - |
| XYZ | 36.69 | 23.72 | 3.51 | - |
| YUV | 122 | 72.7 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 24 | 0 | 0.63 | 0.90 | 0.09 | 17.6 | 0.82 | 0.5 |
| Hex | E8 | 55 | 18 | 0 | 3F | 5A | 9 | 12 | 52 | 32 |
| Octal | 350 | 125 | 30 | 0 | 77 | 132 | 11 | 22 | 122 | 62 |
| Binary | 11101000 | 1010101 | 11000 | 0 | 111111 | 1011010 | 1001 | 10010 | 1010010 | 110010 |
Color Harmonies of #E85518
Complementary color
Monochromatic Colors of #E85518
Black with #E85518
Text Example
Text Example
White with #E85518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85518; }
p { color: rgb(232,85,24); }
H1.HeaderClassName
{
color: #E85518;
}
.AnyTagClassName
{
color: #E85518;
}
</style>
background-color css
<style>
a { background-color: #E85518; }
a { background-color: rgb(232,85,24); }
div.DivClassName
{
background-color: #E85518;
}
.BgClassName
{
background-color: #E85518;
}
</style>
border-color css
<style>
span { border-color: #E85518; }
span { border-color: rgb(232,85,24); }
td.TdClassName
{
border-color: #E85518;
}
.TagClassName
{
border-color: #E85518;
}
</style>