Shades of Persimmon #E85F17
Tints of Persimmon #E85F17
RGB
CMYK
RGB Variations
Color information
#E85F17 (or 0xE85F17) is known color: Persimmon. HEX triplet: E8, 5F and 17. RGB value is (232,95,23). Sum of RGB (Red+Green+Blue) = 232+95+23=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F17 is #17A0E8. Grayscale: #808080. Windows color (decimal): -1548521 or 1531880. OLE color: 1531880.
HSL color Cylindrical-coordinate representation of color #E85F17: hue angle of 20.67º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E85F17 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 23 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.09 |
| HSL | 20.67º | 0.82% | 0.5% | - |
| HSV(B) | 20.67º | 0.9% | 0.91% | - |
| XYZ | 37.53 | 25.4 | 3.74 | - |
| YUV | 127.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 23 | 0 | 0.59 | 0.90 | 0.09 | 20.67 | 0.82 | 0.5 |
| Hex | E8 | 5F | 17 | 0 | 3B | 5A | 9 | 15 | 52 | 32 |
| Octal | 350 | 137 | 27 | 0 | 73 | 132 | 11 | 25 | 122 | 62 |
| Binary | 11101000 | 1011111 | 10111 | 0 | 111011 | 1011010 | 1001 | 10101 | 1010010 | 110010 |
Color Harmonies of #E85F17
Complementary color
Monochromatic Colors of #E85F17
Black with #E85F17
Text Example
Text Example
White with #E85F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F17; }
p { color: rgb(232,95,23); }
H1.HeaderClassName
{
color: #E85F17;
}
.AnyTagClassName
{
color: #E85F17;
}
</style>
background-color css
<style>
a { background-color: #E85F17; }
a { background-color: rgb(232,95,23); }
div.DivClassName
{
background-color: #E85F17;
}
.BgClassName
{
background-color: #E85F17;
}
</style>
border-color css
<style>
span { border-color: #E85F17; }
span { border-color: rgb(232,95,23); }
td.TdClassName
{
border-color: #E85F17;
}
.TagClassName
{
border-color: #E85F17;
}
</style>