Shades of Persimmon #E8540E
Tints of Persimmon #E8540E
RGB
CMYK
RGB Variations
Color information
#E8540E (or 0xE8540E) is known color: Persimmon. HEX triplet: E8, 54 and 0E. RGB value is (232,84,14). Sum of RGB (Red+Green+Blue) = 232+84+14=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E8540E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8540E is #17ABF1. Grayscale: #787878. Windows color (decimal): -1551346 or 939240. OLE color: 939240.
HSL color Cylindrical-coordinate representation of color #E8540E: hue angle of 19.27º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8540E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.09 |
| HSL | 19.27º | 0.89% | 0.48% | - |
| HSV(B) | 19.27º | 0.94% | 0.91% | - |
| XYZ | 36.53 | 23.53 | 3.03 | - |
| YUV | 120.27 | 68.03 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 14 | 0 | 0.64 | 0.94 | 0.09 | 19.27 | 0.89 | 0.48 |
| Hex | E8 | 54 | E | 0 | 40 | 5E | 9 | 13 | 59 | 30 |
| Octal | 350 | 124 | 16 | 0 | 100 | 136 | 11 | 23 | 131 | 60 |
| Binary | 11101000 | 1010100 | 1110 | 0 | 1000000 | 1011110 | 1001 | 10011 | 1011001 | 110000 |
Color Harmonies of #E8540E
Complementary color
Monochromatic Colors of #E8540E
Black with #E8540E
Text Example
Text Example
White with #E8540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8540E; }
p { color: rgb(232,84,14); }
H1.HeaderClassName
{
color: #E8540E;
}
.AnyTagClassName
{
color: #E8540E;
}
</style>
background-color css
<style>
a { background-color: #E8540E; }
a { background-color: rgb(232,84,14); }
div.DivClassName
{
background-color: #E8540E;
}
.BgClassName
{
background-color: #E8540E;
}
</style>
border-color css
<style>
span { border-color: #E8540E; }
span { border-color: rgb(232,84,14); }
td.TdClassName
{
border-color: #E8540E;
}
.TagClassName
{
border-color: #E8540E;
}
</style>