Shades of Persimmon #E85112
Tints of Persimmon #E85112
RGB
CMYK
RGB Variations
Color information
#E85112 (or 0xE85112) is known color: Persimmon. HEX triplet: E8, 51 and 12. RGB value is (232,81,18). Sum of RGB (Red+Green+Blue) = 232+81+18=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E85112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85112 is #17AEED. Grayscale: #777777. Windows color (decimal): -1552110 or 1200616. OLE color: 1200616.
HSL color Cylindrical-coordinate representation of color #E85112: hue angle of 17.66º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E85112 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 18 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.09 |
| HSL | 17.66º | 0.86% | 0.49% | - |
| HSV(B) | 17.66º | 0.92% | 0.91% | - |
| XYZ | 36.33 | 23.08 | 3.11 | - |
| YUV | 118.97 | 71.03 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 18 | 0 | 0.65 | 0.92 | 0.09 | 17.66 | 0.86 | 0.49 |
| Hex | E8 | 51 | 12 | 0 | 41 | 5C | 9 | 12 | 56 | 31 |
| Octal | 350 | 121 | 22 | 0 | 101 | 134 | 11 | 22 | 126 | 61 |
| Binary | 11101000 | 1010001 | 10010 | 0 | 1000001 | 1011100 | 1001 | 10010 | 1010110 | 110001 |
Color Harmonies of #E85112
Complementary color
Monochromatic Colors of #E85112
Black with #E85112
Text Example
Text Example
White with #E85112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85112; }
p { color: rgb(232,81,18); }
H1.HeaderClassName
{
color: #E85112;
}
.AnyTagClassName
{
color: #E85112;
}
</style>
background-color css
<style>
a { background-color: #E85112; }
a { background-color: rgb(232,81,18); }
div.DivClassName
{
background-color: #E85112;
}
.BgClassName
{
background-color: #E85112;
}
</style>
border-color css
<style>
span { border-color: #E85112; }
span { border-color: rgb(232,81,18); }
td.TdClassName
{
border-color: #E85112;
}
.TagClassName
{
border-color: #E85112;
}
</style>