Shades of Persimmon #E85B02
Tints of Persimmon #E85B02
RGB
CMYK
RGB Variations
Color information
#E85B02 (or 0xE85B02) is known color: Persimmon. HEX triplet: E8, 5B and 02. RGB value is (232,91,2). Sum of RGB (Red+Green+Blue) = 232+91+2=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B02 is #17A4FD. Grayscale: #7B7B7B. Windows color (decimal): -1549566 or 154600. OLE color: 154600.
HSL color Cylindrical-coordinate representation of color #E85B02: hue angle of 23.22º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E85B02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.09 |
| HSL | 23.22º | 0.98% | 0.46% | - |
| HSV(B) | 23.22º | 0.99% | 0.91% | - |
| XYZ | 37.03 | 24.64 | 2.86 | - |
| YUV | 123.01 | 59.71 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 2 | 0 | 0.61 | 0.99 | 0.09 | 23.22 | 0.98 | 0.46 |
| Hex | E8 | 5B | 2 | 0 | 3D | 63 | 9 | 17 | 62 | 2E |
| Octal | 350 | 133 | 2 | 0 | 75 | 143 | 11 | 27 | 142 | 56 |
| Binary | 11101000 | 1011011 | 10 | 0 | 111101 | 1100011 | 1001 | 10111 | 1100010 | 101110 |
Color Harmonies of #E85B02
Complementary color
Monochromatic Colors of #E85B02
Black with #E85B02
Text Example
Text Example
White with #E85B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B02; }
p { color: rgb(232,91,2); }
H1.HeaderClassName
{
color: #E85B02;
}
.AnyTagClassName
{
color: #E85B02;
}
</style>
background-color css
<style>
a { background-color: #E85B02; }
a { background-color: rgb(232,91,2); }
div.DivClassName
{
background-color: #E85B02;
}
.BgClassName
{
background-color: #E85B02;
}
</style>
border-color css
<style>
span { border-color: #E85B02; }
span { border-color: rgb(232,91,2); }
td.TdClassName
{
border-color: #E85B02;
}
.TagClassName
{
border-color: #E85B02;
}
</style>