Shades of Persimmon #E45112
Tints of Persimmon #E45112
RGB
CMYK
RGB Variations
Color information
#E45112 (or 0xE45112) is known color: Persimmon. HEX triplet: E4, 51 and 12. RGB value is (228,81,18). Sum of RGB (Red+Green+Blue) = 228+81+18=327 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.72% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 228 - color contains mainly: red. Hex color #E45112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45112 is #1BAEED. Grayscale: #767676. Windows color (decimal): -1814254 or 1200612. OLE color: 1200612.
HSL color Cylindrical-coordinate representation of color #E45112: hue angle of 18º 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 #E45112 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 18 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.11 |
| HSL | 18º | 0.85% | 0.48% | - |
| HSV(B) | 18º | 0.92% | 0.89% | - |
| XYZ | 35.05 | 22.42 | 3.05 | - |
| YUV | 117.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 18 | 0 | 0.64 | 0.92 | 0.11 | 18 | 0.85 | 0.48 |
| Hex | E4 | 51 | 12 | 0 | 40 | 5C | B | 12 | 55 | 30 |
| Octal | 344 | 121 | 22 | 0 | 100 | 134 | 13 | 22 | 125 | 60 |
| Binary | 11100100 | 1010001 | 10010 | 0 | 1000000 | 1011100 | 1011 | 10010 | 1010101 | 110000 |
Color Harmonies of #E45112
Complementary color
Monochromatic Colors of #E45112
Black with #E45112
Text Example
Text Example
White with #E45112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45112; }
p { color: rgb(228,81,18); }
H1.HeaderClassName
{
color: #E45112;
}
.AnyTagClassName
{
color: #E45112;
}
</style>
background-color css
<style>
a { background-color: #E45112; }
a { background-color: rgb(228,81,18); }
div.DivClassName
{
background-color: #E45112;
}
.BgClassName
{
background-color: #E45112;
}
</style>
border-color css
<style>
span { border-color: #E45112; }
span { border-color: rgb(228,81,18); }
td.TdClassName
{
border-color: #E45112;
}
.TagClassName
{
border-color: #E45112;
}
</style>