Shades of Persimmon #E86407
Tints of Persimmon #E86407
RGB
CMYK
RGB Variations
Color information
#E86407 (or 0xE86407) is known color: Persimmon. HEX triplet: E8, 64 and 07. RGB value is (232,100,7). Sum of RGB (Red+Green+Blue) = 232+100+7=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E86407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86407 is #179BF8. Grayscale: #818181. Windows color (decimal): -1547257 or 484584. OLE color: 484584.
HSL color Cylindrical-coordinate representation of color #E86407: hue angle of 24.8º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E86407 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 7 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.09 |
| HSL | 24.8º | 0.94% | 0.47% | - |
| HSV(B) | 24.8º | 0.97% | 0.91% | - |
| XYZ | 37.87 | 26.29 | 3.28 | - |
| YUV | 128.87 | 59.23 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 7 | 0 | 0.57 | 0.97 | 0.09 | 24.8 | 0.94 | 0.47 |
| Hex | E8 | 64 | 7 | 0 | 39 | 61 | 9 | 19 | 5E | 2F |
| Octal | 350 | 144 | 7 | 0 | 71 | 141 | 11 | 31 | 136 | 57 |
| Binary | 11101000 | 1100100 | 111 | 0 | 111001 | 1100001 | 1001 | 11001 | 1011110 | 101111 |
Color Harmonies of #E86407
Complementary color
Monochromatic Colors of #E86407
Black with #E86407
Text Example
Text Example
White with #E86407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86407; }
p { color: rgb(232,100,7); }
H1.HeaderClassName
{
color: #E86407;
}
.AnyTagClassName
{
color: #E86407;
}
</style>
background-color css
<style>
a { background-color: #E86407; }
a { background-color: rgb(232,100,7); }
div.DivClassName
{
background-color: #E86407;
}
.BgClassName
{
background-color: #E86407;
}
</style>
border-color css
<style>
span { border-color: #E86407; }
span { border-color: rgb(232,100,7); }
td.TdClassName
{
border-color: #E86407;
}
.TagClassName
{
border-color: #E86407;
}
</style>