Shades of Persimmon #E85C06
Tints of Persimmon #E85C06
RGB
CMYK
RGB Variations
Color information
#E85C06 (or 0xE85C06) is known color: Persimmon. HEX triplet: E8, 5C and 06. RGB value is (232,92,6). Sum of RGB (Red+Green+Blue) = 232+92+6=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85C06 is #17A3F9. Grayscale: #7C7C7C. Windows color (decimal): -1549306 or 417000. OLE color: 417000.
HSL color Cylindrical-coordinate representation of color #E85C06: hue angle of 22.83º degrees, saturation: 0.95, 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 #E85C06 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.09 |
| HSL | 22.83º | 0.95% | 0.47% | - |
| HSV(B) | 22.83º | 0.97% | 0.91% | - |
| XYZ | 37.14 | 24.82 | 3.01 | - |
| YUV | 124.06 | 61.38 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 6 | 0 | 0.60 | 0.97 | 0.09 | 22.83 | 0.95 | 0.47 |
| Hex | E8 | 5C | 6 | 0 | 3C | 61 | 9 | 17 | 5F | 2F |
| Octal | 350 | 134 | 6 | 0 | 74 | 141 | 11 | 27 | 137 | 57 |
| Binary | 11101000 | 1011100 | 110 | 0 | 111100 | 1100001 | 1001 | 10111 | 1011111 | 101111 |
Color Harmonies of #E85C06
Complementary color
Monochromatic Colors of #E85C06
Black with #E85C06
Text Example
Text Example
White with #E85C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C06; }
p { color: rgb(232,92,6); }
H1.HeaderClassName
{
color: #E85C06;
}
.AnyTagClassName
{
color: #E85C06;
}
</style>
background-color css
<style>
a { background-color: #E85C06; }
a { background-color: rgb(232,92,6); }
div.DivClassName
{
background-color: #E85C06;
}
.BgClassName
{
background-color: #E85C06;
}
</style>
border-color css
<style>
span { border-color: #E85C06; }
span { border-color: rgb(232,92,6); }
td.TdClassName
{
border-color: #E85C06;
}
.TagClassName
{
border-color: #E85C06;
}
</style>