Shades of Persimmon #E96113
Tints of Persimmon #E96113
RGB
CMYK
RGB Variations
Color information
#E96113 (or 0xE96113) is known color: Persimmon. HEX triplet: E9, 61 and 13. RGB value is (233,97,19). Sum of RGB (Red+Green+Blue) = 233+97+19=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E96113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96113 is #169EEC. Grayscale: #818181. Windows color (decimal): -1482477 or 1270249. OLE color: 1270249.
HSL color Cylindrical-coordinate representation of color #E96113: hue angle of 21.87º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E96113 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 19 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.09 |
| HSL | 21.87º | 0.85% | 0.49% | - |
| HSV(B) | 21.87º | 0.92% | 0.91% | - |
| XYZ | 38 | 25.92 | 3.62 | - |
| YUV | 128.77 | 66.06 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 19 | 0 | 0.58 | 0.92 | 0.09 | 21.87 | 0.85 | 0.49 |
| Hex | E9 | 61 | 13 | 0 | 3A | 5C | 9 | 16 | 55 | 31 |
| Octal | 351 | 141 | 23 | 0 | 72 | 134 | 11 | 26 | 125 | 61 |
| Binary | 11101001 | 1100001 | 10011 | 0 | 111010 | 1011100 | 1001 | 10110 | 1010101 | 110001 |
Color Harmonies of #E96113
Complementary color
Monochromatic Colors of #E96113
Black with #E96113
Text Example
Text Example
White with #E96113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96113; }
p { color: rgb(233,97,19); }
H1.HeaderClassName
{
color: #E96113;
}
.AnyTagClassName
{
color: #E96113;
}
</style>
background-color css
<style>
a { background-color: #E96113; }
a { background-color: rgb(233,97,19); }
div.DivClassName
{
background-color: #E96113;
}
.BgClassName
{
background-color: #E96113;
}
</style>
border-color css
<style>
span { border-color: #E96113; }
span { border-color: rgb(233,97,19); }
td.TdClassName
{
border-color: #E96113;
}
.TagClassName
{
border-color: #E96113;
}
</style>