Shades of Persimmon #E96017
Tints of Persimmon #E96017
RGB
CMYK
RGB Variations
Color information
#E96017 (or 0xE96017) is known color: Persimmon. HEX triplet: E9, 60 and 17. RGB value is (233,96,23). Sum of RGB (Red+Green+Blue) = 233+96+23=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E96017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96017 is #169FE8. Grayscale: #818181. Windows color (decimal): -1482729 or 1532137. OLE color: 1532137.
HSL color Cylindrical-coordinate representation of color #E96017: hue angle of 20.86º 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 #E96017 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 23 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.09 |
| HSL | 20.86º | 0.83% | 0.5% | - |
| HSV(B) | 20.86º | 0.9% | 0.91% | - |
| XYZ | 37.94 | 25.75 | 3.78 | - |
| YUV | 128.64 | 68.39 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 23 | 0 | 0.59 | 0.90 | 0.09 | 20.86 | 0.83 | 0.5 |
| Hex | E9 | 60 | 17 | 0 | 3B | 5A | 9 | 15 | 53 | 32 |
| Octal | 351 | 140 | 27 | 0 | 73 | 132 | 11 | 25 | 123 | 62 |
| Binary | 11101001 | 1100000 | 10111 | 0 | 111011 | 1011010 | 1001 | 10101 | 1010011 | 110010 |
Color Harmonies of #E96017
Complementary color
Monochromatic Colors of #E96017
Black with #E96017
Text Example
Text Example
White with #E96017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96017; }
p { color: rgb(233,96,23); }
H1.HeaderClassName
{
color: #E96017;
}
.AnyTagClassName
{
color: #E96017;
}
</style>
background-color css
<style>
a { background-color: #E96017; }
a { background-color: rgb(233,96,23); }
div.DivClassName
{
background-color: #E96017;
}
.BgClassName
{
background-color: #E96017;
}
</style>
border-color css
<style>
span { border-color: #E96017; }
span { border-color: rgb(233,96,23); }
td.TdClassName
{
border-color: #E96017;
}
.TagClassName
{
border-color: #E96017;
}
</style>