Shades of Persimmon #E86613
Tints of Persimmon #E86613
RGB
CMYK
RGB Variations
Color information
#E86613 (or 0xE86613) is known color: Persimmon. HEX triplet: E8, 66 and 13. RGB value is (232,102,19). Sum of RGB (Red+Green+Blue) = 232+102+19=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E86613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86613 is #1799EC. Grayscale: #838383. Windows color (decimal): -1546733 or 1271528. OLE color: 1271528.
HSL color Cylindrical-coordinate representation of color #E86613: hue angle of 23.38º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E86613 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 19 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.09 |
| HSL | 23.38º | 0.85% | 0.49% | - |
| HSV(B) | 23.38º | 0.92% | 0.91% | - |
| XYZ | 38.15 | 26.71 | 3.76 | - |
| YUV | 131.41 | 64.57 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 19 | 0 | 0.56 | 0.92 | 0.09 | 23.38 | 0.85 | 0.49 |
| Hex | E8 | 66 | 13 | 0 | 38 | 5C | 9 | 17 | 55 | 31 |
| Octal | 350 | 146 | 23 | 0 | 70 | 134 | 11 | 27 | 125 | 61 |
| Binary | 11101000 | 1100110 | 10011 | 0 | 111000 | 1011100 | 1001 | 10111 | 1010101 | 110001 |
Color Harmonies of #E86613
Complementary color
Monochromatic Colors of #E86613
Black with #E86613
Text Example
Text Example
White with #E86613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86613; }
p { color: rgb(232,102,19); }
H1.HeaderClassName
{
color: #E86613;
}
.AnyTagClassName
{
color: #E86613;
}
</style>
background-color css
<style>
a { background-color: #E86613; }
a { background-color: rgb(232,102,19); }
div.DivClassName
{
background-color: #E86613;
}
.BgClassName
{
background-color: #E86613;
}
</style>
border-color css
<style>
span { border-color: #E86613; }
span { border-color: rgb(232,102,19); }
td.TdClassName
{
border-color: #E86613;
}
.TagClassName
{
border-color: #E86613;
}
</style>