Shades of Persimmon #E85D17
Tints of Persimmon #E85D17
RGB
CMYK
RGB Variations
Color information
#E85D17 (or 0xE85D17) is known color: Persimmon. HEX triplet: E8, 5D and 17. RGB value is (232,93,23). Sum of RGB (Red+Green+Blue) = 232+93+23=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D17 is #17A2E8. Grayscale: #7F7F7F. Windows color (decimal): -1549033 or 1531368. OLE color: 1531368.
HSL color Cylindrical-coordinate representation of color #E85D17: hue angle of 20.1º 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 #E85D17 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 23 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.09 |
| HSL | 20.1º | 0.82% | 0.5% | - |
| HSV(B) | 20.1º | 0.9% | 0.91% | - |
| XYZ | 37.35 | 25.05 | 3.68 | - |
| YUV | 126.58 | 69.55 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 23 | 0 | 0.60 | 0.90 | 0.09 | 20.1 | 0.82 | 0.5 |
| Hex | E8 | 5D | 17 | 0 | 3C | 5A | 9 | 14 | 52 | 32 |
| Octal | 350 | 135 | 27 | 0 | 74 | 132 | 11 | 24 | 122 | 62 |
| Binary | 11101000 | 1011101 | 10111 | 0 | 111100 | 1011010 | 1001 | 10100 | 1010010 | 110010 |
Color Harmonies of #E85D17
Complementary color
Monochromatic Colors of #E85D17
Black with #E85D17
Text Example
Text Example
White with #E85D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D17; }
p { color: rgb(232,93,23); }
H1.HeaderClassName
{
color: #E85D17;
}
.AnyTagClassName
{
color: #E85D17;
}
</style>
background-color css
<style>
a { background-color: #E85D17; }
a { background-color: rgb(232,93,23); }
div.DivClassName
{
background-color: #E85D17;
}
.BgClassName
{
background-color: #E85D17;
}
</style>
border-color css
<style>
span { border-color: #E85D17; }
span { border-color: rgb(232,93,23); }
td.TdClassName
{
border-color: #E85D17;
}
.TagClassName
{
border-color: #E85D17;
}
</style>