Shades of Persimmon #E84716
Tints of Persimmon #E84716
RGB
CMYK
RGB Variations
Color information
#E84716 (or 0xE84716) is known color: Persimmon. HEX triplet: E8, 47 and 16. RGB value is (232,71,22). Sum of RGB (Red+Green+Blue) = 232+71+22=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E84716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84716 is #17B8E9. Grayscale: #717171. Windows color (decimal): -1554666 or 1460200. OLE color: 1460200.
HSL color Cylindrical-coordinate representation of color #E84716: hue angle of 14º 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 #E84716 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 22 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.09 |
| HSL | 14º | 0.83% | 0.5% | - |
| HSV(B) | 14º | 0.91% | 0.91% | - |
| XYZ | 35.68 | 21.72 | 3.07 | - |
| YUV | 113.55 | 76.34 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 22 | 0 | 0.69 | 0.91 | 0.09 | 14 | 0.83 | 0.5 |
| Hex | E8 | 47 | 16 | 0 | 45 | 5B | 9 | E | 53 | 32 |
| Octal | 350 | 107 | 26 | 0 | 105 | 133 | 11 | 16 | 123 | 62 |
| Binary | 11101000 | 1000111 | 10110 | 0 | 1000101 | 1011011 | 1001 | 1110 | 1010011 | 110010 |
Color Harmonies of #E84716
Complementary color
Monochromatic Colors of #E84716
Black with #E84716
Text Example
Text Example
White with #E84716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84716; }
p { color: rgb(232,71,22); }
H1.HeaderClassName
{
color: #E84716;
}
.AnyTagClassName
{
color: #E84716;
}
</style>
background-color css
<style>
a { background-color: #E84716; }
a { background-color: rgb(232,71,22); }
div.DivClassName
{
background-color: #E84716;
}
.BgClassName
{
background-color: #E84716;
}
</style>
border-color css
<style>
span { border-color: #E84716; }
span { border-color: rgb(232,71,22); }
td.TdClassName
{
border-color: #E84716;
}
.TagClassName
{
border-color: #E84716;
}
</style>