Shades of Persimmon #E96018
Tints of Persimmon #E96018
RGB
CMYK
RGB Variations
Color information
#E96018 (or 0xE96018) is known color: Persimmon. HEX triplet: E9, 60 and 18. RGB value is (233,96,24). Sum of RGB (Red+Green+Blue) = 233+96+24=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E96018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96018 is #169FE7. Grayscale: #818181. Windows color (decimal): -1482728 or 1597673. OLE color: 1597673.
HSL color Cylindrical-coordinate representation of color #E96018: hue angle of 20.67º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E96018 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 24 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.09 |
| HSL | 20.67º | 0.83% | 0.5% | - |
| HSV(B) | 20.67º | 0.9% | 0.91% | - |
| XYZ | 37.95 | 25.76 | 3.84 | - |
| YUV | 128.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 24 | 0 | 0.59 | 0.90 | 0.09 | 20.67 | 0.83 | 0.5 |
| Hex | E9 | 60 | 18 | 0 | 3B | 5A | 9 | 15 | 53 | 32 |
| Octal | 351 | 140 | 30 | 0 | 73 | 132 | 11 | 25 | 123 | 62 |
| Binary | 11101001 | 1100000 | 11000 | 0 | 111011 | 1011010 | 1001 | 10101 | 1010011 | 110010 |
Color Harmonies of #E96018
Complementary color
Monochromatic Colors of #E96018
Black with #E96018
Text Example
Text Example
White with #E96018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96018; }
p { color: rgb(233,96,24); }
H1.HeaderClassName
{
color: #E96018;
}
.AnyTagClassName
{
color: #E96018;
}
</style>
background-color css
<style>
a { background-color: #E96018; }
a { background-color: rgb(233,96,24); }
div.DivClassName
{
background-color: #E96018;
}
.BgClassName
{
background-color: #E96018;
}
</style>
border-color css
<style>
span { border-color: #E96018; }
span { border-color: rgb(233,96,24); }
td.TdClassName
{
border-color: #E96018;
}
.TagClassName
{
border-color: #E96018;
}
</style>