Shades of Persimmon #E96115
Tints of Persimmon #E96115
RGB
CMYK
RGB Variations
Color information
#E96115 (or 0xE96115) is known color: Persimmon. HEX triplet: E9, 61 and 15. RGB value is (233,97,21). Sum of RGB (Red+Green+Blue) = 233+97+21=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E96115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96115 is #169EEA. Grayscale: #818181. Windows color (decimal): -1482475 or 1401321. OLE color: 1401321.
HSL color Cylindrical-coordinate representation of color #E96115: hue angle of 21.51º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E96115 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 21 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.09 |
| HSL | 21.51º | 0.83% | 0.5% | - |
| HSV(B) | 21.51º | 0.91% | 0.91% | - |
| XYZ | 38.01 | 25.93 | 3.71 | - |
| YUV | 129 | 67.06 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 21 | 0 | 0.58 | 0.91 | 0.09 | 21.51 | 0.83 | 0.5 |
| Hex | E9 | 61 | 15 | 0 | 3A | 5B | 9 | 16 | 53 | 32 |
| Octal | 351 | 141 | 25 | 0 | 72 | 133 | 11 | 26 | 123 | 62 |
| Binary | 11101001 | 1100001 | 10101 | 0 | 111010 | 1011011 | 1001 | 10110 | 1010011 | 110010 |
Color Harmonies of #E96115
Complementary color
Monochromatic Colors of #E96115
Black with #E96115
Text Example
Text Example
White with #E96115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96115; }
p { color: rgb(233,97,21); }
H1.HeaderClassName
{
color: #E96115;
}
.AnyTagClassName
{
color: #E96115;
}
</style>
background-color css
<style>
a { background-color: #E96115; }
a { background-color: rgb(233,97,21); }
div.DivClassName
{
background-color: #E96115;
}
.BgClassName
{
background-color: #E96115;
}
</style>
border-color css
<style>
span { border-color: #E96115; }
span { border-color: rgb(233,97,21); }
td.TdClassName
{
border-color: #E96115;
}
.TagClassName
{
border-color: #E96115;
}
</style>