Shades of Persimmon #E85806
Tints of Persimmon #E85806
RGB
CMYK
RGB Variations
Color information
#E85806 (or 0xE85806) is known color: Persimmon. HEX triplet: E8, 58 and 06. RGB value is (232,88,6). Sum of RGB (Red+Green+Blue) = 232+88+6=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E85806 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85806 is #17A7F9. Grayscale: #7A7A7A. Windows color (decimal): -1550330 or 415976. OLE color: 415976.
HSL color Cylindrical-coordinate representation of color #E85806: hue angle of 21.77º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E85806 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.09 |
| HSL | 21.77º | 0.95% | 0.47% | - |
| HSV(B) | 21.77º | 0.97% | 0.91% | - |
| XYZ | 36.8 | 24.15 | 2.89 | - |
| YUV | 121.71 | 62.71 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 6 | 0 | 0.62 | 0.97 | 0.09 | 21.77 | 0.95 | 0.47 |
| Hex | E8 | 58 | 6 | 0 | 3E | 61 | 9 | 16 | 5F | 2F |
| Octal | 350 | 130 | 6 | 0 | 76 | 141 | 11 | 26 | 137 | 57 |
| Binary | 11101000 | 1011000 | 110 | 0 | 111110 | 1100001 | 1001 | 10110 | 1011111 | 101111 |
Color Harmonies of #E85806
Complementary color
Monochromatic Colors of #E85806
Black with #E85806
Text Example
Text Example
White with #E85806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85806; }
p { color: rgb(232,88,6); }
H1.HeaderClassName
{
color: #E85806;
}
.AnyTagClassName
{
color: #E85806;
}
</style>
background-color css
<style>
a { background-color: #E85806; }
a { background-color: rgb(232,88,6); }
div.DivClassName
{
background-color: #E85806;
}
.BgClassName
{
background-color: #E85806;
}
</style>
border-color css
<style>
span { border-color: #E85806; }
span { border-color: rgb(232,88,6); }
td.TdClassName
{
border-color: #E85806;
}
.TagClassName
{
border-color: #E85806;
}
</style>