Shades of Persimmon #E85E06
Tints of Persimmon #E85E06
RGB
CMYK
RGB Variations
Color information
#E85E06 (or 0xE85E06) is known color: Persimmon. HEX triplet: E8, 5E and 06. RGB value is (232,94,6). Sum of RGB (Red+Green+Blue) = 232+94+6=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E06 is #17A1F9. Grayscale: #7D7D7D. Windows color (decimal): -1548794 or 417512. OLE color: 417512.
HSL color Cylindrical-coordinate representation of color #E85E06: hue angle of 23.36º 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 #E85E06 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 6 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.09 |
| HSL | 23.36º | 0.95% | 0.47% | - |
| HSV(B) | 23.36º | 0.97% | 0.91% | - |
| XYZ | 37.31 | 25.17 | 3.06 | - |
| YUV | 125.23 | 60.72 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 6 | 0 | 0.59 | 0.97 | 0.09 | 23.36 | 0.95 | 0.47 |
| Hex | E8 | 5E | 6 | 0 | 3B | 61 | 9 | 17 | 5F | 2F |
| Octal | 350 | 136 | 6 | 0 | 73 | 141 | 11 | 27 | 137 | 57 |
| Binary | 11101000 | 1011110 | 110 | 0 | 111011 | 1100001 | 1001 | 10111 | 1011111 | 101111 |
Color Harmonies of #E85E06
Complementary color
Monochromatic Colors of #E85E06
Black with #E85E06
Text Example
Text Example
White with #E85E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E06; }
p { color: rgb(232,94,6); }
H1.HeaderClassName
{
color: #E85E06;
}
.AnyTagClassName
{
color: #E85E06;
}
</style>
background-color css
<style>
a { background-color: #E85E06; }
a { background-color: rgb(232,94,6); }
div.DivClassName
{
background-color: #E85E06;
}
.BgClassName
{
background-color: #E85E06;
}
</style>
border-color css
<style>
span { border-color: #E85E06; }
span { border-color: rgb(232,94,6); }
td.TdClassName
{
border-color: #E85E06;
}
.TagClassName
{
border-color: #E85E06;
}
</style>