Shades of Persimmon #E96008
Tints of Persimmon #E96008
RGB
CMYK
RGB Variations
Color information
#E96008 (or 0xE96008) is known color: Persimmon. HEX triplet: E9, 60 and 08. RGB value is (233,96,8). Sum of RGB (Red+Green+Blue) = 233+96+8=337 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.14% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 233 - color contains mainly: red. Hex color #E96008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96008 is #169FF7. Grayscale: #7F7F7F. Windows color (decimal): -1482744 or 549097. OLE color: 549097.
HSL color Cylindrical-coordinate representation of color #E96008: hue angle of 23.47º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E96008 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 8 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.09 |
| HSL | 23.47º | 0.93% | 0.47% | - |
| HSV(B) | 23.47º | 0.97% | 0.91% | - |
| XYZ | 37.83 | 25.71 | 3.2 | - |
| YUV | 126.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 8 | 0 | 0.59 | 0.97 | 0.09 | 23.47 | 0.93 | 0.47 |
| Hex | E9 | 60 | 8 | 0 | 3B | 61 | 9 | 17 | 5D | 2F |
| Octal | 351 | 140 | 10 | 0 | 73 | 141 | 11 | 27 | 135 | 57 |
| Binary | 11101001 | 1100000 | 1000 | 0 | 111011 | 1100001 | 1001 | 10111 | 1011101 | 101111 |
Color Harmonies of #E96008
Complementary color
Monochromatic Colors of #E96008
Black with #E96008
Text Example
Text Example
White with #E96008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96008; }
p { color: rgb(233,96,8); }
H1.HeaderClassName
{
color: #E96008;
}
.AnyTagClassName
{
color: #E96008;
}
</style>
background-color css
<style>
a { background-color: #E96008; }
a { background-color: rgb(233,96,8); }
div.DivClassName
{
background-color: #E96008;
}
.BgClassName
{
background-color: #E96008;
}
</style>
border-color css
<style>
span { border-color: #E96008; }
span { border-color: rgb(233,96,8); }
td.TdClassName
{
border-color: #E96008;
}
.TagClassName
{
border-color: #E96008;
}
</style>