Shades of Persimmon #E85211
Tints of Persimmon #E85211
RGB
CMYK
RGB Variations
Color information
#E85211 (or 0xE85211) is known color: Persimmon. HEX triplet: E8, 52 and 11. RGB value is (232,82,17). Sum of RGB (Red+Green+Blue) = 232+82+17=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E85211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85211 is #17ADEE. Grayscale: #777777. Windows color (decimal): -1551855 or 1135336. OLE color: 1135336.
HSL color Cylindrical-coordinate representation of color #E85211: hue angle of 18.14º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E85211 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 17 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.09 |
| HSL | 18.14º | 0.86% | 0.49% | - |
| HSV(B) | 18.14º | 0.93% | 0.91% | - |
| XYZ | 36.4 | 23.23 | 3.1 | - |
| YUV | 119.44 | 70.2 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 17 | 0 | 0.65 | 0.93 | 0.09 | 18.14 | 0.86 | 0.49 |
| Hex | E8 | 52 | 11 | 0 | 41 | 5D | 9 | 12 | 56 | 31 |
| Octal | 350 | 122 | 21 | 0 | 101 | 135 | 11 | 22 | 126 | 61 |
| Binary | 11101000 | 1010010 | 10001 | 0 | 1000001 | 1011101 | 1001 | 10010 | 1010110 | 110001 |
Color Harmonies of #E85211
Complementary color
Monochromatic Colors of #E85211
Black with #E85211
Text Example
Text Example
White with #E85211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85211; }
p { color: rgb(232,82,17); }
H1.HeaderClassName
{
color: #E85211;
}
.AnyTagClassName
{
color: #E85211;
}
</style>
background-color css
<style>
a { background-color: #E85211; }
a { background-color: rgb(232,82,17); }
div.DivClassName
{
background-color: #E85211;
}
.BgClassName
{
background-color: #E85211;
}
</style>
border-color css
<style>
span { border-color: #E85211; }
span { border-color: rgb(232,82,17); }
td.TdClassName
{
border-color: #E85211;
}
.TagClassName
{
border-color: #E85211;
}
</style>