Shades of Persimmon #E55112
Tints of Persimmon #E55112
RGB
CMYK
RGB Variations
Color information
#E55112 (or 0xE55112) is known color: Persimmon. HEX triplet: E5, 51 and 12. RGB value is (229,81,18). Sum of RGB (Red+Green+Blue) = 229+81+18=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E55112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55112 is #1AAEED. Grayscale: #767676. Windows color (decimal): -1748718 or 1200613. OLE color: 1200613.
HSL color Cylindrical-coordinate representation of color #E55112: hue angle of 17.91º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E55112 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 18 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.10 |
| HSL | 17.91º | 0.85% | 0.48% | - |
| HSV(B) | 17.91º | 0.92% | 0.9% | - |
| XYZ | 35.36 | 22.59 | 3.07 | - |
| YUV | 118.07 | 71.53 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 18 | 0 | 0.65 | 0.92 | 0.10 | 17.91 | 0.85 | 0.48 |
| Hex | E5 | 51 | 12 | 0 | 41 | 5C | A | 12 | 55 | 30 |
| Octal | 345 | 121 | 22 | 0 | 101 | 134 | 12 | 22 | 125 | 60 |
| Binary | 11100101 | 1010001 | 10010 | 0 | 1000001 | 1011100 | 1010 | 10010 | 1010101 | 110000 |
Color Harmonies of #E55112
Complementary color
Monochromatic Colors of #E55112
Black with #E55112
Text Example
Text Example
White with #E55112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55112; }
p { color: rgb(229,81,18); }
H1.HeaderClassName
{
color: #E55112;
}
.AnyTagClassName
{
color: #E55112;
}
</style>
background-color css
<style>
a { background-color: #E55112; }
a { background-color: rgb(229,81,18); }
div.DivClassName
{
background-color: #E55112;
}
.BgClassName
{
background-color: #E55112;
}
</style>
border-color css
<style>
span { border-color: #E55112; }
span { border-color: rgb(229,81,18); }
td.TdClassName
{
border-color: #E55112;
}
.TagClassName
{
border-color: #E55112;
}
</style>