Shades of Persimmon #E85B06
Tints of Persimmon #E85B06
RGB
CMYK
RGB Variations
Color information
#E85B06 (or 0xE85B06) is known color: Persimmon. HEX triplet: E8, 5B and 06. RGB value is (232,91,6). Sum of RGB (Red+Green+Blue) = 232+91+6=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B06 is #17A4F9. Grayscale: #7B7B7B. Windows color (decimal): -1549562 or 416744. OLE color: 416744.
HSL color Cylindrical-coordinate representation of color #E85B06: hue angle of 22.57º 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 #E85B06 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.09 |
| HSL | 22.57º | 0.95% | 0.47% | - |
| HSV(B) | 22.57º | 0.97% | 0.91% | - |
| XYZ | 37.05 | 24.65 | 2.98 | - |
| YUV | 123.47 | 61.71 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 6 | 0 | 0.61 | 0.97 | 0.09 | 22.57 | 0.95 | 0.47 |
| Hex | E8 | 5B | 6 | 0 | 3D | 61 | 9 | 17 | 5F | 2F |
| Octal | 350 | 133 | 6 | 0 | 75 | 141 | 11 | 27 | 137 | 57 |
| Binary | 11101000 | 1011011 | 110 | 0 | 111101 | 1100001 | 1001 | 10111 | 1011111 | 101111 |
Color Harmonies of #E85B06
Complementary color
Monochromatic Colors of #E85B06
Black with #E85B06
Text Example
Text Example
White with #E85B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B06; }
p { color: rgb(232,91,6); }
H1.HeaderClassName
{
color: #E85B06;
}
.AnyTagClassName
{
color: #E85B06;
}
</style>
background-color css
<style>
a { background-color: #E85B06; }
a { background-color: rgb(232,91,6); }
div.DivClassName
{
background-color: #E85B06;
}
.BgClassName
{
background-color: #E85B06;
}
</style>
border-color css
<style>
span { border-color: #E85B06; }
span { border-color: rgb(232,91,6); }
td.TdClassName
{
border-color: #E85B06;
}
.TagClassName
{
border-color: #E85B06;
}
</style>