Shades of Persimmon #E95911
Tints of Persimmon #E95911
RGB
CMYK
RGB Variations
Color information
#E95911 (or 0xE95911) is known color: Persimmon. HEX triplet: E9, 59 and 11. RGB value is (233,89,17). Sum of RGB (Red+Green+Blue) = 233+89+17=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E95911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95911 is #16A6EE. Grayscale: #7C7C7C. Windows color (decimal): -1484527 or 1137129. OLE color: 1137129.
HSL color Cylindrical-coordinate representation of color #E95911: hue angle of 20º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E95911 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 17 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.09 |
| HSL | 20º | 0.86% | 0.49% | - |
| HSV(B) | 20º | 0.93% | 0.91% | - |
| XYZ | 37.28 | 24.51 | 3.3 | - |
| YUV | 123.85 | 67.71 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 17 | 0 | 0.62 | 0.93 | 0.09 | 20 | 0.86 | 0.49 |
| Hex | E9 | 59 | 11 | 0 | 3E | 5D | 9 | 14 | 56 | 31 |
| Octal | 351 | 131 | 21 | 0 | 76 | 135 | 11 | 24 | 126 | 61 |
| Binary | 11101001 | 1011001 | 10001 | 0 | 111110 | 1011101 | 1001 | 10100 | 1010110 | 110001 |
Color Harmonies of #E95911
Complementary color
Monochromatic Colors of #E95911
Black with #E95911
Text Example
Text Example
White with #E95911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95911; }
p { color: rgb(233,89,17); }
H1.HeaderClassName
{
color: #E95911;
}
.AnyTagClassName
{
color: #E95911;
}
</style>
background-color css
<style>
a { background-color: #E95911; }
a { background-color: rgb(233,89,17); }
div.DivClassName
{
background-color: #E95911;
}
.BgClassName
{
background-color: #E95911;
}
</style>
border-color css
<style>
span { border-color: #E95911; }
span { border-color: rgb(233,89,17); }
td.TdClassName
{
border-color: #E95911;
}
.TagClassName
{
border-color: #E95911;
}
</style>