Shades of Persimmon #E46112
Tints of Persimmon #E46112
RGB
CMYK
RGB Variations
Color information
#E46112 (or 0xE46112) is known color: Persimmon. HEX triplet: E4, 61 and 12. RGB value is (228,97,18). Sum of RGB (Red+Green+Blue) = 228+97+18=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E46112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46112 is #1B9EED. Grayscale: #7F7F7F. Windows color (decimal): -1810158 or 1204708. OLE color: 1204708.
HSL color Cylindrical-coordinate representation of color #E46112: hue angle of 22.57º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E46112 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 97 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.11 |
| HSL | 22.57º | 0.85% | 0.48% | - |
| HSV(B) | 22.57º | 0.92% | 0.89% | - |
| XYZ | 36.38 | 25.09 | 3.5 | - |
| YUV | 127.16 | 66.4 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 18 | 0 | 0.57 | 0.92 | 0.11 | 22.57 | 0.85 | 0.48 |
| Hex | E4 | 61 | 12 | 0 | 39 | 5C | B | 17 | 55 | 30 |
| Octal | 344 | 141 | 22 | 0 | 71 | 134 | 13 | 27 | 125 | 60 |
| Binary | 11100100 | 1100001 | 10010 | 0 | 111001 | 1011100 | 1011 | 10111 | 1010101 | 110000 |
Color Harmonies of #E46112
Complementary color
Monochromatic Colors of #E46112
Black with #E46112
Text Example
Text Example
White with #E46112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46112; }
p { color: rgb(228,97,18); }
H1.HeaderClassName
{
color: #E46112;
}
.AnyTagClassName
{
color: #E46112;
}
</style>
background-color css
<style>
a { background-color: #E46112; }
a { background-color: rgb(228,97,18); }
div.DivClassName
{
background-color: #E46112;
}
.BgClassName
{
background-color: #E46112;
}
</style>
border-color css
<style>
span { border-color: #E46112; }
span { border-color: rgb(228,97,18); }
td.TdClassName
{
border-color: #E46112;
}
.TagClassName
{
border-color: #E46112;
}
</style>