Shades of Persimmon #E85D08
Tints of Persimmon #E85D08
RGB
CMYK
RGB Variations
Color information
#E85D08 (or 0xE85D08) is known color: Persimmon. HEX triplet: E8, 5D and 08. RGB value is (232,93,8). Sum of RGB (Red+Green+Blue) = 232+93+8=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D08 is #17A2F7. Grayscale: #7D7D7D. Windows color (decimal): -1549048 or 548328. OLE color: 548328.
HSL color Cylindrical-coordinate representation of color #E85D08: hue angle of 22.77º degrees, saturation: 0.93, 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 #E85D08 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 8 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.09 |
| HSL | 22.77º | 0.93% | 0.47% | - |
| HSV(B) | 22.77º | 0.97% | 0.91% | - |
| XYZ | 37.24 | 25 | 3.09 | - |
| YUV | 124.87 | 62.05 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 8 | 0 | 0.60 | 0.97 | 0.09 | 22.77 | 0.93 | 0.47 |
| Hex | E8 | 5D | 8 | 0 | 3C | 61 | 9 | 17 | 5D | 2F |
| Octal | 350 | 135 | 10 | 0 | 74 | 141 | 11 | 27 | 135 | 57 |
| Binary | 11101000 | 1011101 | 1000 | 0 | 111100 | 1100001 | 1001 | 10111 | 1011101 | 101111 |
Color Harmonies of #E85D08
Complementary color
Monochromatic Colors of #E85D08
Black with #E85D08
Text Example
Text Example
White with #E85D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D08; }
p { color: rgb(232,93,8); }
H1.HeaderClassName
{
color: #E85D08;
}
.AnyTagClassName
{
color: #E85D08;
}
</style>
background-color css
<style>
a { background-color: #E85D08; }
a { background-color: rgb(232,93,8); }
div.DivClassName
{
background-color: #E85D08;
}
.BgClassName
{
background-color: #E85D08;
}
</style>
border-color css
<style>
span { border-color: #E85D08; }
span { border-color: rgb(232,93,8); }
td.TdClassName
{
border-color: #E85D08;
}
.TagClassName
{
border-color: #E85D08;
}
</style>