Shades of Persimmon #E85D00
Tints of Persimmon #E85D00
RGB
CMYK
RGB Variations
Color information
#E85D00 (or 0xE85D00) is known color: Persimmon. HEX triplet: E8, 5D and 00. RGB value is (232,93,0). Sum of RGB (Red+Green+Blue) = 232+93+0=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D00 is #17A2FF. Grayscale: #7C7C7C. Windows color (decimal): -1549056 or 24040. OLE color: 24040.
HSL color Cylindrical-coordinate representation of color #E85D00: hue angle of 24.05º 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 #E85D00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.09 |
| HSL | 24.05º | 1% | 0.45% | - |
| HSV(B) | 24.05º | 1% | 0.91% | - |
| XYZ | 37.19 | 24.98 | 2.86 | - |
| YUV | 123.96 | 58.05 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 0 | 0 | 0.60 | 1 | 0.09 | 24.05 | 1 | 0.45 |
| Hex | E8 | 5D | 0 | 0 | 3C | 64 | 9 | 18 | 64 | 2D |
| Octal | 350 | 135 | 0 | 0 | 74 | 144 | 11 | 30 | 144 | 55 |
| Binary | 11101000 | 1011101 | 0 | 0 | 111100 | 1100100 | 1001 | 11000 | 1100100 | 101101 |
Color Harmonies of #E85D00
Complementary color
Monochromatic Colors of #E85D00
Black with #E85D00
Text Example
Text Example
White with #E85D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D00; }
p { color: rgb(232,93,0); }
H1.HeaderClassName
{
color: #E85D00;
}
.AnyTagClassName
{
color: #E85D00;
}
</style>
background-color css
<style>
a { background-color: #E85D00; }
a { background-color: rgb(232,93,0); }
div.DivClassName
{
background-color: #E85D00;
}
.BgClassName
{
background-color: #E85D00;
}
</style>
border-color css
<style>
span { border-color: #E85D00; }
span { border-color: rgb(232,93,0); }
td.TdClassName
{
border-color: #E85D00;
}
.TagClassName
{
border-color: #E85D00;
}
</style>