Shades of Persimmon #E86115
Tints of Persimmon #E86115
RGB
CMYK
RGB Variations
Color information
#E86115 (or 0xE86115) is known color: Persimmon. HEX triplet: E8, 61 and 15. RGB value is (232,97,21). Sum of RGB (Red+Green+Blue) = 232+97+21=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E86115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86115 is #179EEA. Grayscale: #818181. Windows color (decimal): -1548011 or 1401320. OLE color: 1401320.
HSL color Cylindrical-coordinate representation of color #E86115: hue angle of 21.61º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E86115 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 21 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.09 |
| HSL | 21.61º | 0.83% | 0.5% | - |
| HSV(B) | 21.61º | 0.91% | 0.91% | - |
| XYZ | 37.69 | 25.76 | 3.7 | - |
| YUV | 128.7 | 67.23 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 21 | 0 | 0.58 | 0.91 | 0.09 | 21.61 | 0.83 | 0.5 |
| Hex | E8 | 61 | 15 | 0 | 3A | 5B | 9 | 16 | 53 | 32 |
| Octal | 350 | 141 | 25 | 0 | 72 | 133 | 11 | 26 | 123 | 62 |
| Binary | 11101000 | 1100001 | 10101 | 0 | 111010 | 1011011 | 1001 | 10110 | 1010011 | 110010 |
Color Harmonies of #E86115
Complementary color
Monochromatic Colors of #E86115
Black with #E86115
Text Example
Text Example
White with #E86115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86115; }
p { color: rgb(232,97,21); }
H1.HeaderClassName
{
color: #E86115;
}
.AnyTagClassName
{
color: #E86115;
}
</style>
background-color css
<style>
a { background-color: #E86115; }
a { background-color: rgb(232,97,21); }
div.DivClassName
{
background-color: #E86115;
}
.BgClassName
{
background-color: #E86115;
}
</style>
border-color css
<style>
span { border-color: #E86115; }
span { border-color: rgb(232,97,21); }
td.TdClassName
{
border-color: #E86115;
}
.TagClassName
{
border-color: #E86115;
}
</style>