Shades of Persimmon #E85C07
Tints of Persimmon #E85C07
RGB
CMYK
RGB Variations
Color information
#E85C07 (or 0xE85C07) is known color: Persimmon. HEX triplet: E8, 5C and 07. RGB value is (232,92,7). Sum of RGB (Red+Green+Blue) = 232+92+7=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85C07 is #17A3F8. Grayscale: #7C7C7C. Windows color (decimal): -1549305 or 482536. OLE color: 482536.
HSL color Cylindrical-coordinate representation of color #E85C07: hue angle of 22.67º 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 #E85C07 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 7 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.09 |
| HSL | 22.67º | 0.94% | 0.47% | - |
| HSV(B) | 22.67º | 0.97% | 0.91% | - |
| XYZ | 37.14 | 24.83 | 3.04 | - |
| YUV | 124.17 | 61.88 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 7 | 0 | 0.60 | 0.97 | 0.09 | 22.67 | 0.94 | 0.47 |
| Hex | E8 | 5C | 7 | 0 | 3C | 61 | 9 | 17 | 5E | 2F |
| Octal | 350 | 134 | 7 | 0 | 74 | 141 | 11 | 27 | 136 | 57 |
| Binary | 11101000 | 1011100 | 111 | 0 | 111100 | 1100001 | 1001 | 10111 | 1011110 | 101111 |
Color Harmonies of #E85C07
Complementary color
Monochromatic Colors of #E85C07
Black with #E85C07
Text Example
Text Example
White with #E85C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C07; }
p { color: rgb(232,92,7); }
H1.HeaderClassName
{
color: #E85C07;
}
.AnyTagClassName
{
color: #E85C07;
}
</style>
background-color css
<style>
a { background-color: #E85C07; }
a { background-color: rgb(232,92,7); }
div.DivClassName
{
background-color: #E85C07;
}
.BgClassName
{
background-color: #E85C07;
}
</style>
border-color css
<style>
span { border-color: #E85C07; }
span { border-color: rgb(232,92,7); }
td.TdClassName
{
border-color: #E85C07;
}
.TagClassName
{
border-color: #E85C07;
}
</style>