Shades of Persimmon #E9600F
Tints of Persimmon #E9600F
RGB
CMYK
RGB Variations
Color information
#E9600F (or 0xE9600F) is known color: Persimmon. HEX triplet: E9, 60 and 0F. RGB value is (233,96,15). Sum of RGB (Red+Green+Blue) = 233+96+15=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9600F is #169FF0. Grayscale: #808080. Windows color (decimal): -1482737 or 1007849. OLE color: 1007849.
HSL color Cylindrical-coordinate representation of color #E9600F: hue angle of 22.29º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9600F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 15 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.09 |
| HSL | 22.29º | 0.88% | 0.49% | - |
| HSV(B) | 22.29º | 0.94% | 0.91% | - |
| XYZ | 37.87 | 25.72 | 3.42 | - |
| YUV | 127.73 | 64.39 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 15 | 0 | 0.59 | 0.94 | 0.09 | 22.29 | 0.88 | 0.49 |
| Hex | E9 | 60 | F | 0 | 3B | 5E | 9 | 16 | 58 | 31 |
| Octal | 351 | 140 | 17 | 0 | 73 | 136 | 11 | 26 | 130 | 61 |
| Binary | 11101001 | 1100000 | 1111 | 0 | 111011 | 1011110 | 1001 | 10110 | 1011000 | 110001 |
Color Harmonies of #E9600F
Complementary color
Monochromatic Colors of #E9600F
Black with #E9600F
Text Example
Text Example
White with #E9600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9600F; }
p { color: rgb(233,96,15); }
H1.HeaderClassName
{
color: #E9600F;
}
.AnyTagClassName
{
color: #E9600F;
}
</style>
background-color css
<style>
a { background-color: #E9600F; }
a { background-color: rgb(233,96,15); }
div.DivClassName
{
background-color: #E9600F;
}
.BgClassName
{
background-color: #E9600F;
}
</style>
border-color css
<style>
span { border-color: #E9600F; }
span { border-color: rgb(233,96,15); }
td.TdClassName
{
border-color: #E9600F;
}
.TagClassName
{
border-color: #E9600F;
}
</style>