Shades of Persimmon #E86014
Tints of Persimmon #E86014
RGB
CMYK
RGB Variations
Color information
#E86014 (or 0xE86014) is known color: Persimmon. HEX triplet: E8, 60 and 14. RGB value is (232,96,20). Sum of RGB (Red+Green+Blue) = 232+96+20=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E86014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86014 is #179FEB. Grayscale: #808080. Windows color (decimal): -1548268 or 1335528. OLE color: 1335528.
HSL color Cylindrical-coordinate representation of color #E86014: hue angle of 21.51º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E86014 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 20 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.09 |
| HSL | 21.51º | 0.84% | 0.49% | - |
| HSV(B) | 21.51º | 0.91% | 0.91% | - |
| XYZ | 37.59 | 25.57 | 3.62 | - |
| YUV | 128 | 67.06 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 20 | 0 | 0.59 | 0.91 | 0.09 | 21.51 | 0.84 | 0.49 |
| Hex | E8 | 60 | 14 | 0 | 3B | 5B | 9 | 16 | 54 | 31 |
| Octal | 350 | 140 | 24 | 0 | 73 | 133 | 11 | 26 | 124 | 61 |
| Binary | 11101000 | 1100000 | 10100 | 0 | 111011 | 1011011 | 1001 | 10110 | 1010100 | 110001 |
Color Harmonies of #E86014
Complementary color
Monochromatic Colors of #E86014
Black with #E86014
Text Example
Text Example
White with #E86014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86014; }
p { color: rgb(232,96,20); }
H1.HeaderClassName
{
color: #E86014;
}
.AnyTagClassName
{
color: #E86014;
}
</style>
background-color css
<style>
a { background-color: #E86014; }
a { background-color: rgb(232,96,20); }
div.DivClassName
{
background-color: #E86014;
}
.BgClassName
{
background-color: #E86014;
}
</style>
border-color css
<style>
span { border-color: #E86014; }
span { border-color: rgb(232,96,20); }
td.TdClassName
{
border-color: #E86014;
}
.TagClassName
{
border-color: #E86014;
}
</style>