Shades of Persimmon #E85002
Tints of Persimmon #E85002
RGB
CMYK
RGB Variations
Color information
#E85002 (or 0xE85002) is known color: Persimmon. HEX triplet: E8, 50 and 02. RGB value is (232,80,2). Sum of RGB (Red+Green+Blue) = 232+80+2=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E85002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85002 is #17AFFD. Grayscale: #757575. Windows color (decimal): -1552382 or 151784. OLE color: 151784.
HSL color Cylindrical-coordinate representation of color #E85002: hue angle of 20.35º 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 #E85002 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.09 |
| HSL | 20.35º | 0.98% | 0.46% | - |
| HSV(B) | 20.35º | 0.99% | 0.91% | - |
| XYZ | 36.16 | 22.9 | 2.57 | - |
| YUV | 116.56 | 63.36 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 2 | 0 | 0.66 | 0.99 | 0.09 | 20.35 | 0.98 | 0.46 |
| Hex | E8 | 50 | 2 | 0 | 42 | 63 | 9 | 14 | 62 | 2E |
| Octal | 350 | 120 | 2 | 0 | 102 | 143 | 11 | 24 | 142 | 56 |
| Binary | 11101000 | 1010000 | 10 | 0 | 1000010 | 1100011 | 1001 | 10100 | 1100010 | 101110 |
Color Harmonies of #E85002
Complementary color
Monochromatic Colors of #E85002
Black with #E85002
Text Example
Text Example
White with #E85002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85002; }
p { color: rgb(232,80,2); }
H1.HeaderClassName
{
color: #E85002;
}
.AnyTagClassName
{
color: #E85002;
}
</style>
background-color css
<style>
a { background-color: #E85002; }
a { background-color: rgb(232,80,2); }
div.DivClassName
{
background-color: #E85002;
}
.BgClassName
{
background-color: #E85002;
}
</style>
border-color css
<style>
span { border-color: #E85002; }
span { border-color: rgb(232,80,2); }
td.TdClassName
{
border-color: #E85002;
}
.TagClassName
{
border-color: #E85002;
}
</style>