Shades of Persimmon #E55511
Tints of Persimmon #E55511
RGB
CMYK
RGB Variations
Color information
#E55511 (or 0xE55511) is known color: Persimmon. HEX triplet: E5, 55 and 11. RGB value is (229,85,17). Sum of RGB (Red+Green+Blue) = 229+85+17=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E55511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55511 is #1AAAEE. Grayscale: #787878. Windows color (decimal): -1747695 or 1136101. OLE color: 1136101.
HSL color Cylindrical-coordinate representation of color #E55511: hue angle of 19.25º 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 #E55511 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 17 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.10 |
| HSL | 19.25º | 0.86% | 0.48% | - |
| HSV(B) | 19.25º | 0.93% | 0.9% | - |
| XYZ | 35.66 | 23.2 | 3.13 | - |
| YUV | 120.3 | 69.71 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 17 | 0 | 0.63 | 0.93 | 0.10 | 19.25 | 0.86 | 0.48 |
| Hex | E5 | 55 | 11 | 0 | 3F | 5D | A | 13 | 56 | 30 |
| Octal | 345 | 125 | 21 | 0 | 77 | 135 | 12 | 23 | 126 | 60 |
| Binary | 11100101 | 1010101 | 10001 | 0 | 111111 | 1011101 | 1010 | 10011 | 1010110 | 110000 |
Color Harmonies of #E55511
Complementary color
Monochromatic Colors of #E55511
Black with #E55511
Text Example
Text Example
White with #E55511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55511; }
p { color: rgb(229,85,17); }
H1.HeaderClassName
{
color: #E55511;
}
.AnyTagClassName
{
color: #E55511;
}
</style>
background-color css
<style>
a { background-color: #E55511; }
a { background-color: rgb(229,85,17); }
div.DivClassName
{
background-color: #E55511;
}
.BgClassName
{
background-color: #E55511;
}
</style>
border-color css
<style>
span { border-color: #E55511; }
span { border-color: rgb(229,85,17); }
td.TdClassName
{
border-color: #E55511;
}
.TagClassName
{
border-color: #E55511;
}
</style>