Shades of Persimmon #E1600E
Tints of Persimmon #E1600E
RGB
CMYK
RGB Variations
Color information
#E1600E (or 0xE1600E) is known color: Persimmon. HEX triplet: E1, 60 and 0E. RGB value is (225,96,14). Sum of RGB (Red+Green+Blue) = 225+96+14=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1600E is #1E9FF1. Grayscale: #7D7D7D. Windows color (decimal): -2007026 or 942305. OLE color: 942305.
HSL color Cylindrical-coordinate representation of color #E1600E: hue angle of 23.32º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1600E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.12 |
| HSL | 23.32º | 0.88% | 0.47% | - |
| HSV(B) | 23.32º | 0.94% | 0.88% | - |
| XYZ | 35.31 | 24.41 | 3.26 | - |
| YUV | 125.22 | 65.24 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 14 | 0 | 0.57 | 0.94 | 0.12 | 23.32 | 0.88 | 0.47 |
| Hex | E1 | 60 | E | 0 | 39 | 5E | C | 17 | 58 | 2F |
| Octal | 341 | 140 | 16 | 0 | 71 | 136 | 14 | 27 | 130 | 57 |
| Binary | 11100001 | 1100000 | 1110 | 0 | 111001 | 1011110 | 1100 | 10111 | 1011000 | 101111 |
Color Harmonies of #E1600E
Complementary color
Monochromatic Colors of #E1600E
Black with #E1600E
Text Example
Text Example
White with #E1600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1600E; }
p { color: rgb(225,96,14); }
H1.HeaderClassName
{
color: #E1600E;
}
.AnyTagClassName
{
color: #E1600E;
}
</style>
background-color css
<style>
a { background-color: #E1600E; }
a { background-color: rgb(225,96,14); }
div.DivClassName
{
background-color: #E1600E;
}
.BgClassName
{
background-color: #E1600E;
}
</style>
border-color css
<style>
span { border-color: #E1600E; }
span { border-color: rgb(225,96,14); }
td.TdClassName
{
border-color: #E1600E;
}
.TagClassName
{
border-color: #E1600E;
}
</style>