Shades of Persimmon #E15211
Tints of Persimmon #E15211
RGB
CMYK
RGB Variations
Color information
#E15211 (or 0xE15211) is known color: Persimmon. HEX triplet: E1, 52 and 11. RGB value is (225,82,17). Sum of RGB (Red+Green+Blue) = 225+82+17=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E15211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15211 is #1EADEE. Grayscale: #757575. Windows color (decimal): -2010607 or 1135329. OLE color: 1135329.
HSL color Cylindrical-coordinate representation of color #E15211: hue angle of 18.75º 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 #E15211 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 17 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.12 |
| HSL | 18.75º | 0.86% | 0.47% | - |
| HSV(B) | 18.75º | 0.92% | 0.88% | - |
| XYZ | 34.17 | 22.08 | 2.99 | - |
| YUV | 117.35 | 71.38 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 17 | 0 | 0.64 | 0.92 | 0.12 | 18.75 | 0.86 | 0.47 |
| Hex | E1 | 52 | 11 | 0 | 40 | 5C | C | 13 | 56 | 2F |
| Octal | 341 | 122 | 21 | 0 | 100 | 134 | 14 | 23 | 126 | 57 |
| Binary | 11100001 | 1010010 | 10001 | 0 | 1000000 | 1011100 | 1100 | 10011 | 1010110 | 101111 |
Color Harmonies of #E15211
Complementary color
Monochromatic Colors of #E15211
Black with #E15211
Text Example
Text Example
White with #E15211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15211; }
p { color: rgb(225,82,17); }
H1.HeaderClassName
{
color: #E15211;
}
.AnyTagClassName
{
color: #E15211;
}
</style>
background-color css
<style>
a { background-color: #E15211; }
a { background-color: rgb(225,82,17); }
div.DivClassName
{
background-color: #E15211;
}
.BgClassName
{
background-color: #E15211;
}
</style>
border-color css
<style>
span { border-color: #E15211; }
span { border-color: rgb(225,82,17); }
td.TdClassName
{
border-color: #E15211;
}
.TagClassName
{
border-color: #E15211;
}
</style>