Shades of Persimmon #E16010
Tints of Persimmon #E16010
RGB
CMYK
RGB Variations
Color information
#E16010 (or 0xE16010) is known color: Persimmon. HEX triplet: E1, 60 and 10. RGB value is (225,96,16). Sum of RGB (Red+Green+Blue) = 225+96+16=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E16010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16010 is #1E9FEF. Grayscale: #7D7D7D. Windows color (decimal): -2007024 or 1073377. OLE color: 1073377.
HSL color Cylindrical-coordinate representation of color #E16010: hue angle of 22.97º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E16010 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.12 |
| HSL | 22.97º | 0.87% | 0.47% | - |
| HSV(B) | 22.97º | 0.93% | 0.88% | - |
| XYZ | 35.33 | 24.41 | 3.34 | - |
| YUV | 125.45 | 66.24 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 16 | 0 | 0.57 | 0.93 | 0.12 | 22.97 | 0.87 | 0.47 |
| Hex | E1 | 60 | 10 | 0 | 39 | 5D | C | 17 | 57 | 2F |
| Octal | 341 | 140 | 20 | 0 | 71 | 135 | 14 | 27 | 127 | 57 |
| Binary | 11100001 | 1100000 | 10000 | 0 | 111001 | 1011101 | 1100 | 10111 | 1010111 | 101111 |
Color Harmonies of #E16010
Complementary color
Monochromatic Colors of #E16010
Black with #E16010
Text Example
Text Example
White with #E16010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16010; }
p { color: rgb(225,96,16); }
H1.HeaderClassName
{
color: #E16010;
}
.AnyTagClassName
{
color: #E16010;
}
</style>
background-color css
<style>
a { background-color: #E16010; }
a { background-color: rgb(225,96,16); }
div.DivClassName
{
background-color: #E16010;
}
.BgClassName
{
background-color: #E16010;
}
</style>
border-color css
<style>
span { border-color: #E16010; }
span { border-color: rgb(225,96,16); }
td.TdClassName
{
border-color: #E16010;
}
.TagClassName
{
border-color: #E16010;
}
</style>