Shades of Persimmon #E15511
Tints of Persimmon #E15511
RGB
CMYK
RGB Variations
Color information
#E15511 (or 0xE15511) is known color: Persimmon. HEX triplet: E1, 55 and 11. RGB value is (225,85,17). Sum of RGB (Red+Green+Blue) = 225+85+17=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E15511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15511 is #1EAAEE. Grayscale: #777777. Windows color (decimal): -2009839 or 1136097. OLE color: 1136097.
HSL color Cylindrical-coordinate representation of color #E15511: hue angle of 19.62º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E15511 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.12 |
| HSL | 19.62º | 0.86% | 0.47% | - |
| HSV(B) | 19.62º | 0.92% | 0.88% | - |
| XYZ | 34.4 | 22.55 | 3.07 | - |
| YUV | 119.11 | 70.38 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 17 | 0 | 0.62 | 0.92 | 0.12 | 19.62 | 0.86 | 0.47 |
| Hex | E1 | 55 | 11 | 0 | 3E | 5C | C | 14 | 56 | 2F |
| Octal | 341 | 125 | 21 | 0 | 76 | 134 | 14 | 24 | 126 | 57 |
| Binary | 11100001 | 1010101 | 10001 | 0 | 111110 | 1011100 | 1100 | 10100 | 1010110 | 101111 |
Color Harmonies of #E15511
Complementary color
Monochromatic Colors of #E15511
Black with #E15511
Text Example
Text Example
White with #E15511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15511; }
p { color: rgb(225,85,17); }
H1.HeaderClassName
{
color: #E15511;
}
.AnyTagClassName
{
color: #E15511;
}
</style>
background-color css
<style>
a { background-color: #E15511; }
a { background-color: rgb(225,85,17); }
div.DivClassName
{
background-color: #E15511;
}
.BgClassName
{
background-color: #E15511;
}
</style>
border-color css
<style>
span { border-color: #E15511; }
span { border-color: rgb(225,85,17); }
td.TdClassName
{
border-color: #E15511;
}
.TagClassName
{
border-color: #E15511;
}
</style>