Shades of Persimmon #E96014
Tints of Persimmon #E96014
RGB
CMYK
RGB Variations
Color information
#E96014 (or 0xE96014) is known color: Persimmon. HEX triplet: E9, 60 and 14. RGB value is (233,96,20). Sum of RGB (Red+Green+Blue) = 233+96+20=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E96014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96014 is #169FEB. Grayscale: #808080. Windows color (decimal): -1482732 or 1335529. OLE color: 1335529.
HSL color Cylindrical-coordinate representation of color #E96014: hue angle of 21.41º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E96014 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 20 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.09 |
| HSL | 21.41º | 0.84% | 0.5% | - |
| HSV(B) | 21.41º | 0.91% | 0.91% | - |
| XYZ | 37.91 | 25.74 | 3.63 | - |
| YUV | 128.3 | 66.89 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 20 | 0 | 0.59 | 0.91 | 0.09 | 21.41 | 0.84 | 0.5 |
| Hex | E9 | 60 | 14 | 0 | 3B | 5B | 9 | 15 | 54 | 32 |
| Octal | 351 | 140 | 24 | 0 | 73 | 133 | 11 | 25 | 124 | 62 |
| Binary | 11101001 | 1100000 | 10100 | 0 | 111011 | 1011011 | 1001 | 10101 | 1010100 | 110010 |
Color Harmonies of #E96014
Complementary color
Monochromatic Colors of #E96014
Black with #E96014
Text Example
Text Example
White with #E96014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96014; }
p { color: rgb(233,96,20); }
H1.HeaderClassName
{
color: #E96014;
}
.AnyTagClassName
{
color: #E96014;
}
</style>
background-color css
<style>
a { background-color: #E96014; }
a { background-color: rgb(233,96,20); }
div.DivClassName
{
background-color: #E96014;
}
.BgClassName
{
background-color: #E96014;
}
</style>
border-color css
<style>
span { border-color: #E96014; }
span { border-color: rgb(233,96,20); }
td.TdClassName
{
border-color: #E96014;
}
.TagClassName
{
border-color: #E96014;
}
</style>