Shades of Persimmon #E96311
Tints of Persimmon #E96311
RGB
CMYK
RGB Variations
Color information
#E96311 (or 0xE96311) is known color: Persimmon. HEX triplet: E9, 63 and 11. RGB value is (233,99,17). Sum of RGB (Red+Green+Blue) = 233+99+17=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E96311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96311 is #169CEE. Grayscale: #828282. Windows color (decimal): -1481967 or 1139689. OLE color: 1139689.
HSL color Cylindrical-coordinate representation of color #E96311: hue angle of 22.78º 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 #E96311 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 17 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.09 |
| HSL | 22.78º | 0.86% | 0.49% | - |
| HSV(B) | 22.78º | 0.93% | 0.91% | - |
| XYZ | 38.17 | 26.29 | 3.59 | - |
| YUV | 129.72 | 64.39 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 17 | 0 | 0.58 | 0.93 | 0.09 | 22.78 | 0.86 | 0.49 |
| Hex | E9 | 63 | 11 | 0 | 3A | 5D | 9 | 17 | 56 | 31 |
| Octal | 351 | 143 | 21 | 0 | 72 | 135 | 11 | 27 | 126 | 61 |
| Binary | 11101001 | 1100011 | 10001 | 0 | 111010 | 1011101 | 1001 | 10111 | 1010110 | 110001 |
Color Harmonies of #E96311
Complementary color
Monochromatic Colors of #E96311
Black with #E96311
Text Example
Text Example
White with #E96311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96311; }
p { color: rgb(233,99,17); }
H1.HeaderClassName
{
color: #E96311;
}
.AnyTagClassName
{
color: #E96311;
}
</style>
background-color css
<style>
a { background-color: #E96311; }
a { background-color: rgb(233,99,17); }
div.DivClassName
{
background-color: #E96311;
}
.BgClassName
{
background-color: #E96311;
}
</style>
border-color css
<style>
span { border-color: #E96311; }
span { border-color: rgb(233,99,17); }
td.TdClassName
{
border-color: #E96311;
}
.TagClassName
{
border-color: #E96311;
}
</style>