Shades of Persimmon #E85317
Tints of Persimmon #E85317
RGB
CMYK
RGB Variations
Color information
#E85317 (or 0xE85317) is known color: Persimmon. HEX triplet: E8, 53 and 17. RGB value is (232,83,23). Sum of RGB (Red+Green+Blue) = 232+83+23=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E85317 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85317 is #17ACE8. Grayscale: #797979. Windows color (decimal): -1551593 or 1528808. OLE color: 1528808.
HSL color Cylindrical-coordinate representation of color #E85317: hue angle of 17.22º 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 #E85317 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 23 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.09 |
| HSL | 17.22º | 0.82% | 0.5% | - |
| HSV(B) | 17.22º | 0.9% | 0.91% | - |
| XYZ | 36.53 | 23.4 | 3.4 | - |
| YUV | 120.71 | 72.86 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 23 | 0 | 0.64 | 0.90 | 0.09 | 17.22 | 0.82 | 0.5 |
| Hex | E8 | 53 | 17 | 0 | 40 | 5A | 9 | 11 | 52 | 32 |
| Octal | 350 | 123 | 27 | 0 | 100 | 132 | 11 | 21 | 122 | 62 |
| Binary | 11101000 | 1010011 | 10111 | 0 | 1000000 | 1011010 | 1001 | 10001 | 1010010 | 110010 |
Color Harmonies of #E85317
Complementary color
Monochromatic Colors of #E85317
Black with #E85317
Text Example
Text Example
White with #E85317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85317; }
p { color: rgb(232,83,23); }
H1.HeaderClassName
{
color: #E85317;
}
.AnyTagClassName
{
color: #E85317;
}
</style>
background-color css
<style>
a { background-color: #E85317; }
a { background-color: rgb(232,83,23); }
div.DivClassName
{
background-color: #E85317;
}
.BgClassName
{
background-color: #E85317;
}
</style>
border-color css
<style>
span { border-color: #E85317; }
span { border-color: rgb(232,83,23); }
td.TdClassName
{
border-color: #E85317;
}
.TagClassName
{
border-color: #E85317;
}
</style>