Shades of Persimmon #E96007
Tints of Persimmon #E96007
RGB
CMYK
RGB Variations
Color information
#E96007 (or 0xE96007) is known color: Persimmon. HEX triplet: E9, 60 and 07. RGB value is (233,96,7). Sum of RGB (Red+Green+Blue) = 233+96+7=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E96007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96007 is #169FF8. Grayscale: #7F7F7F. Windows color (decimal): -1482745 or 483561. OLE color: 483561.
HSL color Cylindrical-coordinate representation of color #E96007: hue angle of 23.63º degrees, saturation: 0.94, 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 #E96007 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 7 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.09 |
| HSL | 23.63º | 0.94% | 0.47% | - |
| HSV(B) | 23.63º | 0.97% | 0.91% | - |
| XYZ | 37.83 | 25.7 | 3.17 | - |
| YUV | 126.82 | 60.39 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 7 | 0 | 0.59 | 0.97 | 0.09 | 23.63 | 0.94 | 0.47 |
| Hex | E9 | 60 | 7 | 0 | 3B | 61 | 9 | 18 | 5E | 2F |
| Octal | 351 | 140 | 7 | 0 | 73 | 141 | 11 | 30 | 136 | 57 |
| Binary | 11101001 | 1100000 | 111 | 0 | 111011 | 1100001 | 1001 | 11000 | 1011110 | 101111 |
Color Harmonies of #E96007
Complementary color
Monochromatic Colors of #E96007
Black with #E96007
Text Example
Text Example
White with #E96007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96007; }
p { color: rgb(233,96,7); }
H1.HeaderClassName
{
color: #E96007;
}
.AnyTagClassName
{
color: #E96007;
}
</style>
background-color css
<style>
a { background-color: #E96007; }
a { background-color: rgb(233,96,7); }
div.DivClassName
{
background-color: #E96007;
}
.BgClassName
{
background-color: #E96007;
}
</style>
border-color css
<style>
span { border-color: #E96007; }
span { border-color: rgb(233,96,7); }
td.TdClassName
{
border-color: #E96007;
}
.TagClassName
{
border-color: #E96007;
}
</style>