Shades of Persimmon #E85102
Tints of Persimmon #E85102
RGB
CMYK
RGB Variations
Color information
#E85102 (or 0xE85102) is known color: Persimmon. HEX triplet: E8, 51 and 02. RGB value is (232,81,2). Sum of RGB (Red+Green+Blue) = 232+81+2=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E85102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85102 is #17AEFD. Grayscale: #757575. Windows color (decimal): -1552126 or 152040. OLE color: 152040.
HSL color Cylindrical-coordinate representation of color #E85102: hue angle of 20.61º 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 #E85102 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.09 |
| HSL | 20.61º | 0.98% | 0.46% | - |
| HSV(B) | 20.61º | 0.99% | 0.91% | - |
| XYZ | 36.23 | 23.05 | 2.6 | - |
| YUV | 117.14 | 63.03 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 2 | 0 | 0.65 | 0.99 | 0.09 | 20.61 | 0.98 | 0.46 |
| Hex | E8 | 51 | 2 | 0 | 41 | 63 | 9 | 15 | 62 | 2E |
| Octal | 350 | 121 | 2 | 0 | 101 | 143 | 11 | 25 | 142 | 56 |
| Binary | 11101000 | 1010001 | 10 | 0 | 1000001 | 1100011 | 1001 | 10101 | 1100010 | 101110 |
Color Harmonies of #E85102
Complementary color
Monochromatic Colors of #E85102
Black with #E85102
Text Example
Text Example
White with #E85102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85102; }
p { color: rgb(232,81,2); }
H1.HeaderClassName
{
color: #E85102;
}
.AnyTagClassName
{
color: #E85102;
}
</style>
background-color css
<style>
a { background-color: #E85102; }
a { background-color: rgb(232,81,2); }
div.DivClassName
{
background-color: #E85102;
}
.BgClassName
{
background-color: #E85102;
}
</style>
border-color css
<style>
span { border-color: #E85102; }
span { border-color: rgb(232,81,2); }
td.TdClassName
{
border-color: #E85102;
}
.TagClassName
{
border-color: #E85102;
}
</style>