Shades of Persimmon #E84E16
Tints of Persimmon #E84E16
RGB
CMYK
RGB Variations
Color information
#E84E16 (or 0xE84E16) is known color: Persimmon. HEX triplet: E8, 4E and 16. RGB value is (232,78,22). Sum of RGB (Red+Green+Blue) = 232+78+22=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E84E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E84E16 is #17B1E9. Grayscale: #767676. Windows color (decimal): -1552874 or 1461992. OLE color: 1461992.
HSL color Cylindrical-coordinate representation of color #E84E16: hue angle of 16º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E84E16 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 22 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.09 |
| HSL | 16º | 0.83% | 0.5% | - |
| HSV(B) | 16º | 0.91% | 0.91% | - |
| XYZ | 36.15 | 22.66 | 3.23 | - |
| YUV | 117.66 | 74.02 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 22 | 0 | 0.66 | 0.91 | 0.09 | 16 | 0.83 | 0.5 |
| Hex | E8 | 4E | 16 | 0 | 42 | 5B | 9 | 10 | 53 | 32 |
| Octal | 350 | 116 | 26 | 0 | 102 | 133 | 11 | 20 | 123 | 62 |
| Binary | 11101000 | 1001110 | 10110 | 0 | 1000010 | 1011011 | 1001 | 10000 | 1010011 | 110010 |
Color Harmonies of #E84E16
Complementary color
Monochromatic Colors of #E84E16
Black with #E84E16
Text Example
Text Example
White with #E84E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84E16; }
p { color: rgb(232,78,22); }
H1.HeaderClassName
{
color: #E84E16;
}
.AnyTagClassName
{
color: #E84E16;
}
</style>
background-color css
<style>
a { background-color: #E84E16; }
a { background-color: rgb(232,78,22); }
div.DivClassName
{
background-color: #E84E16;
}
.BgClassName
{
background-color: #E84E16;
}
</style>
border-color css
<style>
span { border-color: #E84E16; }
span { border-color: rgb(232,78,22); }
td.TdClassName
{
border-color: #E84E16;
}
.TagClassName
{
border-color: #E84E16;
}
</style>