Shades of Persimmon #E84801
Tints of Persimmon #E84801
RGB
CMYK
RGB Variations
Color information
#E84801 (or 0xE84801) is known color: Persimmon. HEX triplet: E8, 48 and 01. RGB value is (232,72,1). Sum of RGB (Red+Green+Blue) = 232+72+1=305 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.07% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 232 - color contains mainly: red. Hex color #E84801 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84801 is #17B7FE. Grayscale: #707070. Windows color (decimal): -1554431 or 84200. OLE color: 84200.
HSL color Cylindrical-coordinate representation of color #E84801: hue angle of 18.44º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E84801 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.09 |
| HSL | 18.44º | 0.99% | 0.46% | - |
| HSV(B) | 18.44º | 1% | 0.91% | - |
| XYZ | 35.6 | 21.79 | 2.36 | - |
| YUV | 111.75 | 65.51 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 1 | 0 | 0.69 | 1.00 | 0.09 | 18.44 | 0.99 | 0.46 |
| Hex | E8 | 48 | 1 | 0 | 45 | 64 | 9 | 12 | 63 | 2E |
| Octal | 350 | 110 | 1 | 0 | 105 | 144 | 11 | 22 | 143 | 56 |
| Binary | 11101000 | 1001000 | 1 | 0 | 1000101 | 1100100 | 1001 | 10010 | 1100011 | 101110 |
Color Harmonies of #E84801
Complementary color
Monochromatic Colors of #E84801
Black with #E84801
Text Example
Text Example
White with #E84801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84801; }
p { color: rgb(232,72,1); }
H1.HeaderClassName
{
color: #E84801;
}
.AnyTagClassName
{
color: #E84801;
}
</style>
background-color css
<style>
a { background-color: #E84801; }
a { background-color: rgb(232,72,1); }
div.DivClassName
{
background-color: #E84801;
}
.BgClassName
{
background-color: #E84801;
}
</style>
border-color css
<style>
span { border-color: #E84801; }
span { border-color: rgb(232,72,1); }
td.TdClassName
{
border-color: #E84801;
}
.TagClassName
{
border-color: #E84801;
}
</style>