Shades of Persimmon #E85D07
Tints of Persimmon #E85D07
RGB
CMYK
RGB Variations
Color information
#E85D07 (or 0xE85D07) is known color: Persimmon. HEX triplet: E8, 5D and 07. RGB value is (232,93,7). Sum of RGB (Red+Green+Blue) = 232+93+7=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D07 is #17A2F8. Grayscale: #7D7D7D. Windows color (decimal): -1549049 or 482792. OLE color: 482792.
HSL color Cylindrical-coordinate representation of color #E85D07: hue angle of 22.93º degrees, saturation: 0.94, 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 #E85D07 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 7 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.09 |
| HSL | 22.93º | 0.94% | 0.47% | - |
| HSV(B) | 22.93º | 0.97% | 0.91% | - |
| XYZ | 37.23 | 25 | 3.06 | - |
| YUV | 124.76 | 61.55 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 7 | 0 | 0.60 | 0.97 | 0.09 | 22.93 | 0.94 | 0.47 |
| Hex | E8 | 5D | 7 | 0 | 3C | 61 | 9 | 17 | 5E | 2F |
| Octal | 350 | 135 | 7 | 0 | 74 | 141 | 11 | 27 | 136 | 57 |
| Binary | 11101000 | 1011101 | 111 | 0 | 111100 | 1100001 | 1001 | 10111 | 1011110 | 101111 |
Color Harmonies of #E85D07
Complementary color
Monochromatic Colors of #E85D07
Black with #E85D07
Text Example
Text Example
White with #E85D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D07; }
p { color: rgb(232,93,7); }
H1.HeaderClassName
{
color: #E85D07;
}
.AnyTagClassName
{
color: #E85D07;
}
</style>
background-color css
<style>
a { background-color: #E85D07; }
a { background-color: rgb(232,93,7); }
div.DivClassName
{
background-color: #E85D07;
}
.BgClassName
{
background-color: #E85D07;
}
</style>
border-color css
<style>
span { border-color: #E85D07; }
span { border-color: rgb(232,93,7); }
td.TdClassName
{
border-color: #E85D07;
}
.TagClassName
{
border-color: #E85D07;
}
</style>