Shades of Persimmon #E86400
Tints of Persimmon #E86400
RGB
CMYK
RGB Variations
Color information
#E86400 (or 0xE86400) is known color: Persimmon. HEX triplet: E8, 64 and 00. RGB value is (232,100,0). Sum of RGB (Red+Green+Blue) = 232+100+0=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E86400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86400 is #179BFF. Grayscale: #808080. Windows color (decimal): -1547264 or 25832. OLE color: 25832.
HSL color Cylindrical-coordinate representation of color #E86400: hue angle of 25.86º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E86400 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.09 |
| HSL | 25.86º | 1% | 0.45% | - |
| HSV(B) | 25.86º | 1% | 0.91% | - |
| XYZ | 37.84 | 26.27 | 3.08 | - |
| YUV | 128.07 | 55.73 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 0 | 0 | 0.57 | 1 | 0.09 | 25.86 | 1 | 0.45 |
| Hex | E8 | 64 | 0 | 0 | 39 | 64 | 9 | 1A | 64 | 2D |
| Octal | 350 | 144 | 0 | 0 | 71 | 144 | 11 | 32 | 144 | 55 |
| Binary | 11101000 | 1100100 | 0 | 0 | 111001 | 1100100 | 1001 | 11010 | 1100100 | 101101 |
Color Harmonies of #E86400
Complementary color
Monochromatic Colors of #E86400
Black with #E86400
Text Example
Text Example
White with #E86400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86400; }
p { color: rgb(232,100,0); }
H1.HeaderClassName
{
color: #E86400;
}
.AnyTagClassName
{
color: #E86400;
}
</style>
background-color css
<style>
a { background-color: #E86400; }
a { background-color: rgb(232,100,0); }
div.DivClassName
{
background-color: #E86400;
}
.BgClassName
{
background-color: #E86400;
}
</style>
border-color css
<style>
span { border-color: #E86400; }
span { border-color: rgb(232,100,0); }
td.TdClassName
{
border-color: #E86400;
}
.TagClassName
{
border-color: #E86400;
}
</style>