Shades of Persimmon #E85B14
Tints of Persimmon #E85B14
RGB
CMYK
RGB Variations
Color information
#E85B14 (or 0xE85B14) is known color: Persimmon. HEX triplet: E8, 5B and 14. RGB value is (232,91,20). Sum of RGB (Red+Green+Blue) = 232+91+20=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B14 is #17A4EB. Grayscale: #7D7D7D. Windows color (decimal): -1549548 or 1334248. OLE color: 1334248.
HSL color Cylindrical-coordinate representation of color #E85B14: hue angle of 20.09º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E85B14 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 20 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.09 |
| HSL | 20.09º | 0.84% | 0.49% | - |
| HSV(B) | 20.09º | 0.91% | 0.91% | - |
| XYZ | 37.15 | 24.69 | 3.47 | - |
| YUV | 125.07 | 68.71 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 20 | 0 | 0.61 | 0.91 | 0.09 | 20.09 | 0.84 | 0.49 |
| Hex | E8 | 5B | 14 | 0 | 3D | 5B | 9 | 14 | 54 | 31 |
| Octal | 350 | 133 | 24 | 0 | 75 | 133 | 11 | 24 | 124 | 61 |
| Binary | 11101000 | 1011011 | 10100 | 0 | 111101 | 1011011 | 1001 | 10100 | 1010100 | 110001 |
Color Harmonies of #E85B14
Complementary color
Monochromatic Colors of #E85B14
Black with #E85B14
Text Example
Text Example
White with #E85B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B14; }
p { color: rgb(232,91,20); }
H1.HeaderClassName
{
color: #E85B14;
}
.AnyTagClassName
{
color: #E85B14;
}
</style>
background-color css
<style>
a { background-color: #E85B14; }
a { background-color: rgb(232,91,20); }
div.DivClassName
{
background-color: #E85B14;
}
.BgClassName
{
background-color: #E85B14;
}
</style>
border-color css
<style>
span { border-color: #E85B14; }
span { border-color: rgb(232,91,20); }
td.TdClassName
{
border-color: #E85B14;
}
.TagClassName
{
border-color: #E85B14;
}
</style>