Shades of Persimmon #E9600E
Tints of Persimmon #E9600E
RGB
CMYK
RGB Variations
Color information
#E9600E (or 0xE9600E) is known color: Persimmon. HEX triplet: E9, 60 and 0E. RGB value is (233,96,14). Sum of RGB (Red+Green+Blue) = 233+96+14=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9600E is #169FF1. Grayscale: #808080. Windows color (decimal): -1482738 or 942313. OLE color: 942313.
HSL color Cylindrical-coordinate representation of color #E9600E: hue angle of 22.47º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9600E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 14 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.09 |
| HSL | 22.47º | 0.89% | 0.48% | - |
| HSV(B) | 22.47º | 0.94% | 0.91% | - |
| XYZ | 37.87 | 25.72 | 3.38 | - |
| YUV | 127.62 | 63.89 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 14 | 0 | 0.59 | 0.94 | 0.09 | 22.47 | 0.89 | 0.48 |
| Hex | E9 | 60 | E | 0 | 3B | 5E | 9 | 16 | 59 | 30 |
| Octal | 351 | 140 | 16 | 0 | 73 | 136 | 11 | 26 | 131 | 60 |
| Binary | 11101001 | 1100000 | 1110 | 0 | 111011 | 1011110 | 1001 | 10110 | 1011001 | 110000 |
Color Harmonies of #E9600E
Complementary color
Monochromatic Colors of #E9600E
Black with #E9600E
Text Example
Text Example
White with #E9600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9600E; }
p { color: rgb(233,96,14); }
H1.HeaderClassName
{
color: #E9600E;
}
.AnyTagClassName
{
color: #E9600E;
}
</style>
background-color css
<style>
a { background-color: #E9600E; }
a { background-color: rgb(233,96,14); }
div.DivClassName
{
background-color: #E9600E;
}
.BgClassName
{
background-color: #E9600E;
}
</style>
border-color css
<style>
span { border-color: #E9600E; }
span { border-color: rgb(233,96,14); }
td.TdClassName
{
border-color: #E9600E;
}
.TagClassName
{
border-color: #E9600E;
}
</style>