Shades of Persimmon #E86405
Tints of Persimmon #E86405
RGB
CMYK
RGB Variations
Color information
#E86405 (or 0xE86405) is known color: Persimmon. HEX triplet: E8, 64 and 05. RGB value is (232,100,5). Sum of RGB (Red+Green+Blue) = 232+100+5=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E86405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86405 is #179BFA. Grayscale: #818181. Windows color (decimal): -1547259 or 353512. OLE color: 353512.
HSL color Cylindrical-coordinate representation of color #E86405: hue angle of 25.11º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E86405 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.09 |
| HSL | 25.11º | 0.96% | 0.46% | - |
| HSV(B) | 25.11º | 0.98% | 0.91% | - |
| XYZ | 37.86 | 26.28 | 3.22 | - |
| YUV | 128.64 | 58.23 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 5 | 0 | 0.57 | 0.98 | 0.09 | 25.11 | 0.96 | 0.46 |
| Hex | E8 | 64 | 5 | 0 | 39 | 62 | 9 | 19 | 60 | 2E |
| Octal | 350 | 144 | 5 | 0 | 71 | 142 | 11 | 31 | 140 | 56 |
| Binary | 11101000 | 1100100 | 101 | 0 | 111001 | 1100010 | 1001 | 11001 | 1100000 | 101110 |
Color Harmonies of #E86405
Complementary color
Monochromatic Colors of #E86405
Black with #E86405
Text Example
Text Example
White with #E86405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86405; }
p { color: rgb(232,100,5); }
H1.HeaderClassName
{
color: #E86405;
}
.AnyTagClassName
{
color: #E86405;
}
</style>
background-color css
<style>
a { background-color: #E86405; }
a { background-color: rgb(232,100,5); }
div.DivClassName
{
background-color: #E86405;
}
.BgClassName
{
background-color: #E86405;
}
</style>
border-color css
<style>
span { border-color: #E86405; }
span { border-color: rgb(232,100,5); }
td.TdClassName
{
border-color: #E86405;
}
.TagClassName
{
border-color: #E86405;
}
</style>