Shades of Persimmon #E85B0C
Tints of Persimmon #E85B0C
RGB
CMYK
RGB Variations
Color information
#E85B0C (or 0xE85B0C) is known color: Persimmon. HEX triplet: E8, 5B and 0C. RGB value is (232,91,12). Sum of RGB (Red+Green+Blue) = 232+91+12=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B0C is #17A4F3. Grayscale: #7C7C7C. Windows color (decimal): -1549556 or 809960. OLE color: 809960.
HSL color Cylindrical-coordinate representation of color #E85B0C: hue angle of 21.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E85B0C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.09 |
| HSL | 21.55º | 0.9% | 0.48% | - |
| HSV(B) | 21.55º | 0.95% | 0.91% | - |
| XYZ | 37.09 | 24.66 | 3.15 | - |
| YUV | 124.15 | 64.71 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 12 | 0 | 0.61 | 0.95 | 0.09 | 21.55 | 0.9 | 0.48 |
| Hex | E8 | 5B | C | 0 | 3D | 5F | 9 | 16 | 5A | 30 |
| Octal | 350 | 133 | 14 | 0 | 75 | 137 | 11 | 26 | 132 | 60 |
| Binary | 11101000 | 1011011 | 1100 | 0 | 111101 | 1011111 | 1001 | 10110 | 1011010 | 110000 |
Color Harmonies of #E85B0C
Complementary color
Monochromatic Colors of #E85B0C
Black with #E85B0C
Text Example
Text Example
White with #E85B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B0C; }
p { color: rgb(232,91,12); }
H1.HeaderClassName
{
color: #E85B0C;
}
.AnyTagClassName
{
color: #E85B0C;
}
</style>
background-color css
<style>
a { background-color: #E85B0C; }
a { background-color: rgb(232,91,12); }
div.DivClassName
{
background-color: #E85B0C;
}
.BgClassName
{
background-color: #E85B0C;
}
</style>
border-color css
<style>
span { border-color: #E85B0C; }
span { border-color: rgb(232,91,12); }
td.TdClassName
{
border-color: #E85B0C;
}
.TagClassName
{
border-color: #E85B0C;
}
</style>