Shades of Persimmon #E55111
Tints of Persimmon #E55111
RGB
CMYK
RGB Variations
Color information
#E55111 (or 0xE55111) is known color: Persimmon. HEX triplet: E5, 51 and 11. RGB value is (229,81,17). Sum of RGB (Red+Green+Blue) = 229+81+17=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E55111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55111 is #1AAEEE. Grayscale: #767676. Windows color (decimal): -1748719 or 1135077. OLE color: 1135077.
HSL color Cylindrical-coordinate representation of color #E55111: hue angle of 18.11º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E55111 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 17 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.10 |
| HSL | 18.11º | 0.86% | 0.48% | - |
| HSV(B) | 18.11º | 0.93% | 0.9% | - |
| XYZ | 35.36 | 22.58 | 3.03 | - |
| YUV | 117.96 | 71.03 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 17 | 0 | 0.65 | 0.93 | 0.10 | 18.11 | 0.86 | 0.48 |
| Hex | E5 | 51 | 11 | 0 | 41 | 5D | A | 12 | 56 | 30 |
| Octal | 345 | 121 | 21 | 0 | 101 | 135 | 12 | 22 | 126 | 60 |
| Binary | 11100101 | 1010001 | 10001 | 0 | 1000001 | 1011101 | 1010 | 10010 | 1010110 | 110000 |
Color Harmonies of #E55111
Complementary color
Monochromatic Colors of #E55111
Black with #E55111
Text Example
Text Example
White with #E55111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55111; }
p { color: rgb(229,81,17); }
H1.HeaderClassName
{
color: #E55111;
}
.AnyTagClassName
{
color: #E55111;
}
</style>
background-color css
<style>
a { background-color: #E55111; }
a { background-color: rgb(229,81,17); }
div.DivClassName
{
background-color: #E55111;
}
.BgClassName
{
background-color: #E55111;
}
</style>
border-color css
<style>
span { border-color: #E55111; }
span { border-color: rgb(229,81,17); }
td.TdClassName
{
border-color: #E55111;
}
.TagClassName
{
border-color: #E55111;
}
</style>