Shades of Persimmon #E84916
Tints of Persimmon #E84916
RGB
CMYK
RGB Variations
Color information
#E84916 (or 0xE84916) is known color: Persimmon. HEX triplet: E8, 49 and 16. RGB value is (232,73,22). Sum of RGB (Red+Green+Blue) = 232+73+22=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E84916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84916 is #17B6E9. Grayscale: #737373. Windows color (decimal): -1554154 or 1460712. OLE color: 1460712.
HSL color Cylindrical-coordinate representation of color #E84916: hue angle of 14.57º 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 #E84916 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 22 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.09 |
| HSL | 14.57º | 0.83% | 0.5% | - |
| HSV(B) | 14.57º | 0.91% | 0.91% | - |
| XYZ | 35.81 | 21.98 | 3.11 | - |
| YUV | 114.73 | 75.68 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 22 | 0 | 0.69 | 0.91 | 0.09 | 14.57 | 0.83 | 0.5 |
| Hex | E8 | 49 | 16 | 0 | 45 | 5B | 9 | F | 53 | 32 |
| Octal | 350 | 111 | 26 | 0 | 105 | 133 | 11 | 17 | 123 | 62 |
| Binary | 11101000 | 1001001 | 10110 | 0 | 1000101 | 1011011 | 1001 | 1111 | 1010011 | 110010 |
Color Harmonies of #E84916
Complementary color
Monochromatic Colors of #E84916
Black with #E84916
Text Example
Text Example
White with #E84916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84916; }
p { color: rgb(232,73,22); }
H1.HeaderClassName
{
color: #E84916;
}
.AnyTagClassName
{
color: #E84916;
}
</style>
background-color css
<style>
a { background-color: #E84916; }
a { background-color: rgb(232,73,22); }
div.DivClassName
{
background-color: #E84916;
}
.BgClassName
{
background-color: #E84916;
}
</style>
border-color css
<style>
span { border-color: #E84916; }
span { border-color: rgb(232,73,22); }
td.TdClassName
{
border-color: #E84916;
}
.TagClassName
{
border-color: #E84916;
}
</style>