Shades of Persimmon #E85F11
Tints of Persimmon #E85F11
RGB
CMYK
RGB Variations
Color information
#E85F11 (or 0xE85F11) is known color: Persimmon. HEX triplet: E8, 5F and 11. RGB value is (232,95,17). Sum of RGB (Red+Green+Blue) = 232+95+17=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F11 is #17A0EE. Grayscale: #7F7F7F. Windows color (decimal): -1548527 or 1138664. OLE color: 1138664.
HSL color Cylindrical-coordinate representation of color #E85F11: hue angle of 21.77º 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 #E85F11 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 17 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.09 |
| HSL | 21.77º | 0.86% | 0.49% | - |
| HSV(B) | 21.77º | 0.93% | 0.91% | - |
| XYZ | 37.47 | 25.38 | 3.45 | - |
| YUV | 127.07 | 65.89 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 17 | 0 | 0.59 | 0.93 | 0.09 | 21.77 | 0.86 | 0.49 |
| Hex | E8 | 5F | 11 | 0 | 3B | 5D | 9 | 16 | 56 | 31 |
| Octal | 350 | 137 | 21 | 0 | 73 | 135 | 11 | 26 | 126 | 61 |
| Binary | 11101000 | 1011111 | 10001 | 0 | 111011 | 1011101 | 1001 | 10110 | 1010110 | 110001 |
Color Harmonies of #E85F11
Complementary color
Monochromatic Colors of #E85F11
Black with #E85F11
Text Example
Text Example
White with #E85F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F11; }
p { color: rgb(232,95,17); }
H1.HeaderClassName
{
color: #E85F11;
}
.AnyTagClassName
{
color: #E85F11;
}
</style>
background-color css
<style>
a { background-color: #E85F11; }
a { background-color: rgb(232,95,17); }
div.DivClassName
{
background-color: #E85F11;
}
.BgClassName
{
background-color: #E85F11;
}
</style>
border-color css
<style>
span { border-color: #E85F11; }
span { border-color: rgb(232,95,17); }
td.TdClassName
{
border-color: #E85F11;
}
.TagClassName
{
border-color: #E85F11;
}
</style>