Shades of Persimmon #E84F0E
Tints of Persimmon #E84F0E
RGB
CMYK
RGB Variations
Color information
#E84F0E (or 0xE84F0E) is known color: Persimmon. HEX triplet: E8, 4F and 0E. RGB value is (232,79,14). Sum of RGB (Red+Green+Blue) = 232+79+14=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E84F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E84F0E is #17B0F1. Grayscale: #757575. Windows color (decimal): -1552626 or 937960. OLE color: 937960.
HSL color Cylindrical-coordinate representation of color #E84F0E: hue angle of 17.89º 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 #E84F0E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 79 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.09 |
| HSL | 17.89º | 0.89% | 0.48% | - |
| HSV(B) | 17.89º | 0.94% | 0.91% | - |
| XYZ | 36.15 | 22.78 | 2.91 | - |
| YUV | 117.34 | 69.69 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 79 | 14 | 0 | 0.66 | 0.94 | 0.09 | 17.89 | 0.89 | 0.48 |
| Hex | E8 | 4F | E | 0 | 42 | 5E | 9 | 12 | 59 | 30 |
| Octal | 350 | 117 | 16 | 0 | 102 | 136 | 11 | 22 | 131 | 60 |
| Binary | 11101000 | 1001111 | 1110 | 0 | 1000010 | 1011110 | 1001 | 10010 | 1011001 | 110000 |
Color Harmonies of #E84F0E
Complementary color
Monochromatic Colors of #E84F0E
Black with #E84F0E
Text Example
Text Example
White with #E84F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84F0E; }
p { color: rgb(232,79,14); }
H1.HeaderClassName
{
color: #E84F0E;
}
.AnyTagClassName
{
color: #E84F0E;
}
</style>
background-color css
<style>
a { background-color: #E84F0E; }
a { background-color: rgb(232,79,14); }
div.DivClassName
{
background-color: #E84F0E;
}
.BgClassName
{
background-color: #E84F0E;
}
</style>
border-color css
<style>
span { border-color: #E84F0E; }
span { border-color: rgb(232,79,14); }
td.TdClassName
{
border-color: #E84F0E;
}
.TagClassName
{
border-color: #E84F0E;
}
</style>