Shades of Persimmon #E16304
Tints of Persimmon #E16304
RGB
CMYK
RGB Variations
Color information
#E16304 (or 0xE16304) is known color: Persimmon. HEX triplet: E1, 63 and 04. RGB value is (225,99,4). Sum of RGB (Red+Green+Blue) = 225+99+4=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E16304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16304 is #1E9CFB. Grayscale: #7E7E7E. Windows color (decimal): -2006268 or 287713. OLE color: 287713.
HSL color Cylindrical-coordinate representation of color #E16304: hue angle of 25.79º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E16304 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.12 |
| HSL | 25.79º | 0.97% | 0.45% | - |
| HSV(B) | 25.79º | 0.98% | 0.88% | - |
| XYZ | 35.54 | 24.94 | 3.06 | - |
| YUV | 125.84 | 59.24 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 4 | 0 | 0.56 | 0.98 | 0.12 | 25.79 | 0.97 | 0.45 |
| Hex | E1 | 63 | 4 | 0 | 38 | 62 | C | 1A | 61 | 2D |
| Octal | 341 | 143 | 4 | 0 | 70 | 142 | 14 | 32 | 141 | 55 |
| Binary | 11100001 | 1100011 | 100 | 0 | 111000 | 1100010 | 1100 | 11010 | 1100001 | 101101 |
Color Harmonies of #E16304
Complementary color
Monochromatic Colors of #E16304
Black with #E16304
Text Example
Text Example
White with #E16304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16304; }
p { color: rgb(225,99,4); }
H1.HeaderClassName
{
color: #E16304;
}
.AnyTagClassName
{
color: #E16304;
}
</style>
background-color css
<style>
a { background-color: #E16304; }
a { background-color: rgb(225,99,4); }
div.DivClassName
{
background-color: #E16304;
}
.BgClassName
{
background-color: #E16304;
}
</style>
border-color css
<style>
span { border-color: #E16304; }
span { border-color: rgb(225,99,4); }
td.TdClassName
{
border-color: #E16304;
}
.TagClassName
{
border-color: #E16304;
}
</style>