Shades of Persimmon #E96304
Tints of Persimmon #E96304
RGB
CMYK
RGB Variations
Color information
#E96304 (or 0xE96304) is known color: Persimmon. HEX triplet: E9, 63 and 04. RGB value is (233,99,4). Sum of RGB (Red+Green+Blue) = 233+99+4=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E96304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96304 is #169CFB. Grayscale: #808080. Windows color (decimal): -1481980 or 287721. OLE color: 287721.
HSL color Cylindrical-coordinate representation of color #E96304: hue angle of 24.89º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E96304 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.09 |
| HSL | 24.89º | 0.97% | 0.46% | - |
| HSV(B) | 24.89º | 0.98% | 0.91% | - |
| XYZ | 38.09 | 26.26 | 3.18 | - |
| YUV | 128.24 | 57.89 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 4 | 0 | 0.58 | 0.98 | 0.09 | 24.89 | 0.97 | 0.46 |
| Hex | E9 | 63 | 4 | 0 | 3A | 62 | 9 | 19 | 61 | 2E |
| Octal | 351 | 143 | 4 | 0 | 72 | 142 | 11 | 31 | 141 | 56 |
| Binary | 11101001 | 1100011 | 100 | 0 | 111010 | 1100010 | 1001 | 11001 | 1100001 | 101110 |
Color Harmonies of #E96304
Complementary color
Monochromatic Colors of #E96304
Black with #E96304
Text Example
Text Example
White with #E96304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96304; }
p { color: rgb(233,99,4); }
H1.HeaderClassName
{
color: #E96304;
}
.AnyTagClassName
{
color: #E96304;
}
</style>
background-color css
<style>
a { background-color: #E96304; }
a { background-color: rgb(233,99,4); }
div.DivClassName
{
background-color: #E96304;
}
.BgClassName
{
background-color: #E96304;
}
</style>
border-color css
<style>
span { border-color: #E96304; }
span { border-color: rgb(233,99,4); }
td.TdClassName
{
border-color: #E96304;
}
.TagClassName
{
border-color: #E96304;
}
</style>