Shades of Persimmon #E86306
Tints of Persimmon #E86306
RGB
CMYK
RGB Variations
Color information
#E86306 (or 0xE86306) is known color: Persimmon. HEX triplet: E8, 63 and 06. RGB value is (232,99,6). Sum of RGB (Red+Green+Blue) = 232+99+6=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E86306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86306 is #179CF9. Grayscale: #808080. Windows color (decimal): -1547514 or 418792. OLE color: 418792.
HSL color Cylindrical-coordinate representation of color #E86306: hue angle of 24.69º degrees, saturation: 0.95, 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 #E86306 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 6 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.09 |
| HSL | 24.69º | 0.95% | 0.47% | - |
| HSV(B) | 24.69º | 0.97% | 0.91% | - |
| XYZ | 37.77 | 26.09 | 3.22 | - |
| YUV | 128.17 | 59.06 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 6 | 0 | 0.57 | 0.97 | 0.09 | 24.69 | 0.95 | 0.47 |
| Hex | E8 | 63 | 6 | 0 | 39 | 61 | 9 | 19 | 5F | 2F |
| Octal | 350 | 143 | 6 | 0 | 71 | 141 | 11 | 31 | 137 | 57 |
| Binary | 11101000 | 1100011 | 110 | 0 | 111001 | 1100001 | 1001 | 11001 | 1011111 | 101111 |
Color Harmonies of #E86306
Complementary color
Monochromatic Colors of #E86306
Black with #E86306
Text Example
Text Example
White with #E86306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86306; }
p { color: rgb(232,99,6); }
H1.HeaderClassName
{
color: #E86306;
}
.AnyTagClassName
{
color: #E86306;
}
</style>
background-color css
<style>
a { background-color: #E86306; }
a { background-color: rgb(232,99,6); }
div.DivClassName
{
background-color: #E86306;
}
.BgClassName
{
background-color: #E86306;
}
</style>
border-color css
<style>
span { border-color: #E86306; }
span { border-color: rgb(232,99,6); }
td.TdClassName
{
border-color: #E86306;
}
.TagClassName
{
border-color: #E86306;
}
</style>