Shades of Persimmon #E84814
Tints of Persimmon #E84814
RGB
CMYK
RGB Variations
Color information
#E84814 (or 0xE84814) is known color: Persimmon. HEX triplet: E8, 48 and 14. RGB value is (232,72,20). Sum of RGB (Red+Green+Blue) = 232+72+20=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E84814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84814 is #17B7EB. Grayscale: #727272. Windows color (decimal): -1554412 or 1329384. OLE color: 1329384.
HSL color Cylindrical-coordinate representation of color #E84814: hue angle of 14.72º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E84814 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 20 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.09 |
| HSL | 14.72º | 0.84% | 0.49% | - |
| HSV(B) | 14.72º | 0.91% | 0.91% | - |
| XYZ | 35.72 | 21.84 | 2.99 | - |
| YUV | 113.91 | 75.01 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 20 | 0 | 0.69 | 0.91 | 0.09 | 14.72 | 0.84 | 0.49 |
| Hex | E8 | 48 | 14 | 0 | 45 | 5B | 9 | F | 54 | 31 |
| Octal | 350 | 110 | 24 | 0 | 105 | 133 | 11 | 17 | 124 | 61 |
| Binary | 11101000 | 1001000 | 10100 | 0 | 1000101 | 1011011 | 1001 | 1111 | 1010100 | 110001 |
Color Harmonies of #E84814
Complementary color
Monochromatic Colors of #E84814
Black with #E84814
Text Example
Text Example
White with #E84814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84814; }
p { color: rgb(232,72,20); }
H1.HeaderClassName
{
color: #E84814;
}
.AnyTagClassName
{
color: #E84814;
}
</style>
background-color css
<style>
a { background-color: #E84814; }
a { background-color: rgb(232,72,20); }
div.DivClassName
{
background-color: #E84814;
}
.BgClassName
{
background-color: #E84814;
}
</style>
border-color css
<style>
span { border-color: #E84814; }
span { border-color: rgb(232,72,20); }
td.TdClassName
{
border-color: #E84814;
}
.TagClassName
{
border-color: #E84814;
}
</style>