Shades of Persimmon #E85B09
Tints of Persimmon #E85B09
RGB
CMYK
RGB Variations
Color information
#E85B09 (or 0xE85B09) is known color: Persimmon. HEX triplet: E8, 5B and 09. RGB value is (232,91,9). Sum of RGB (Red+Green+Blue) = 232+91+9=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B09 is #17A4F6. Grayscale: #7C7C7C. Windows color (decimal): -1549559 or 613352. OLE color: 613352.
HSL color Cylindrical-coordinate representation of color #E85B09: hue angle of 22.06º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E85B09 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.09 |
| HSL | 22.06º | 0.93% | 0.47% | - |
| HSV(B) | 22.06º | 0.96% | 0.91% | - |
| XYZ | 37.07 | 24.66 | 3.06 | - |
| YUV | 123.81 | 63.21 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 9 | 0 | 0.61 | 0.96 | 0.09 | 22.06 | 0.93 | 0.47 |
| Hex | E8 | 5B | 9 | 0 | 3D | 60 | 9 | 16 | 5D | 2F |
| Octal | 350 | 133 | 11 | 0 | 75 | 140 | 11 | 26 | 135 | 57 |
| Binary | 11101000 | 1011011 | 1001 | 0 | 111101 | 1100000 | 1001 | 10110 | 1011101 | 101111 |
Color Harmonies of #E85B09
Complementary color
Monochromatic Colors of #E85B09
Black with #E85B09
Text Example
Text Example
White with #E85B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B09; }
p { color: rgb(232,91,9); }
H1.HeaderClassName
{
color: #E85B09;
}
.AnyTagClassName
{
color: #E85B09;
}
</style>
background-color css
<style>
a { background-color: #E85B09; }
a { background-color: rgb(232,91,9); }
div.DivClassName
{
background-color: #E85B09;
}
.BgClassName
{
background-color: #E85B09;
}
</style>
border-color css
<style>
span { border-color: #E85B09; }
span { border-color: rgb(232,91,9); }
td.TdClassName
{
border-color: #E85B09;
}
.TagClassName
{
border-color: #E85B09;
}
</style>