Shades of Persimmon #E86514
Tints of Persimmon #E86514
RGB
CMYK
RGB Variations
Color information
#E86514 (or 0xE86514) is known color: Persimmon. HEX triplet: E8, 65 and 14. RGB value is (232,101,20). Sum of RGB (Red+Green+Blue) = 232+101+20=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E86514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86514 is #179AEB. Grayscale: #838383. Windows color (decimal): -1546988 or 1336808. OLE color: 1336808.
HSL color Cylindrical-coordinate representation of color #E86514: hue angle of 22.92º 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 #E86514 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 20 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.09 |
| HSL | 22.92º | 0.84% | 0.49% | - |
| HSV(B) | 22.92º | 0.91% | 0.91% | - |
| XYZ | 38.06 | 26.51 | 3.77 | - |
| YUV | 130.94 | 65.4 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 20 | 0 | 0.56 | 0.91 | 0.09 | 22.92 | 0.84 | 0.49 |
| Hex | E8 | 65 | 14 | 0 | 38 | 5B | 9 | 17 | 54 | 31 |
| Octal | 350 | 145 | 24 | 0 | 70 | 133 | 11 | 27 | 124 | 61 |
| Binary | 11101000 | 1100101 | 10100 | 0 | 111000 | 1011011 | 1001 | 10111 | 1010100 | 110001 |
Color Harmonies of #E86514
Complementary color
Monochromatic Colors of #E86514
Black with #E86514
Text Example
Text Example
White with #E86514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86514; }
p { color: rgb(232,101,20); }
H1.HeaderClassName
{
color: #E86514;
}
.AnyTagClassName
{
color: #E86514;
}
</style>
background-color css
<style>
a { background-color: #E86514; }
a { background-color: rgb(232,101,20); }
div.DivClassName
{
background-color: #E86514;
}
.BgClassName
{
background-color: #E86514;
}
</style>
border-color css
<style>
span { border-color: #E86514; }
span { border-color: rgb(232,101,20); }
td.TdClassName
{
border-color: #E86514;
}
.TagClassName
{
border-color: #E86514;
}
</style>