Shades of Persimmon #E15006
Tints of Persimmon #E15006
RGB
CMYK
RGB Variations
Color information
#E15006 (or 0xE15006) is known color: Persimmon. HEX triplet: E1, 50 and 06. RGB value is (225,80,6). Sum of RGB (Red+Green+Blue) = 225+80+6=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E15006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15006 is #1EAFF9. Grayscale: #737373. Windows color (decimal): -2011130 or 413921. OLE color: 413921.
HSL color Cylindrical-coordinate representation of color #E15006: hue angle of 20.27º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E15006 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.12 |
| HSL | 20.27º | 0.95% | 0.45% | - |
| HSV(B) | 20.27º | 0.97% | 0.88% | - |
| XYZ | 33.95 | 21.76 | 2.58 | - |
| YUV | 114.92 | 66.54 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 6 | 0 | 0.64 | 0.97 | 0.12 | 20.27 | 0.95 | 0.45 |
| Hex | E1 | 50 | 6 | 0 | 40 | 61 | C | 14 | 5F | 2D |
| Octal | 341 | 120 | 6 | 0 | 100 | 141 | 14 | 24 | 137 | 55 |
| Binary | 11100001 | 1010000 | 110 | 0 | 1000000 | 1100001 | 1100 | 10100 | 1011111 | 101101 |
Color Harmonies of #E15006
Complementary color
Monochromatic Colors of #E15006
Black with #E15006
Text Example
Text Example
White with #E15006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15006; }
p { color: rgb(225,80,6); }
H1.HeaderClassName
{
color: #E15006;
}
.AnyTagClassName
{
color: #E15006;
}
</style>
background-color css
<style>
a { background-color: #E15006; }
a { background-color: rgb(225,80,6); }
div.DivClassName
{
background-color: #E15006;
}
.BgClassName
{
background-color: #E15006;
}
</style>
border-color css
<style>
span { border-color: #E15006; }
span { border-color: rgb(225,80,6); }
td.TdClassName
{
border-color: #E15006;
}
.TagClassName
{
border-color: #E15006;
}
</style>