Shades of Persimmon #E86505
Tints of Persimmon #E86505
RGB
CMYK
RGB Variations
Color information
#E86505 (or 0xE86505) is known color: Persimmon. HEX triplet: E8, 65 and 05. RGB value is (232,101,5). Sum of RGB (Red+Green+Blue) = 232+101+5=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E86505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86505 is #179AFA. Grayscale: #818181. Windows color (decimal): -1547003 or 353768. OLE color: 353768.
HSL color Cylindrical-coordinate representation of color #E86505: hue angle of 25.37º 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 #E86505 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.09 |
| HSL | 25.37º | 0.96% | 0.46% | - |
| HSV(B) | 25.37º | 0.98% | 0.91% | - |
| XYZ | 37.96 | 26.47 | 3.25 | - |
| YUV | 129.23 | 57.9 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 5 | 0 | 0.56 | 0.98 | 0.09 | 25.37 | 0.96 | 0.46 |
| Hex | E8 | 65 | 5 | 0 | 38 | 62 | 9 | 19 | 60 | 2E |
| Octal | 350 | 145 | 5 | 0 | 70 | 142 | 11 | 31 | 140 | 56 |
| Binary | 11101000 | 1100101 | 101 | 0 | 111000 | 1100010 | 1001 | 11001 | 1100000 | 101110 |
Color Harmonies of #E86505
Complementary color
Monochromatic Colors of #E86505
Black with #E86505
Text Example
Text Example
White with #E86505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86505; }
p { color: rgb(232,101,5); }
H1.HeaderClassName
{
color: #E86505;
}
.AnyTagClassName
{
color: #E86505;
}
</style>
background-color css
<style>
a { background-color: #E86505; }
a { background-color: rgb(232,101,5); }
div.DivClassName
{
background-color: #E86505;
}
.BgClassName
{
background-color: #E86505;
}
</style>
border-color css
<style>
span { border-color: #E86505; }
span { border-color: rgb(232,101,5); }
td.TdClassName
{
border-color: #E86505;
}
.TagClassName
{
border-color: #E86505;
}
</style>