Shades of Persimmon #E15906
Tints of Persimmon #E15906
RGB
CMYK
RGB Variations
Color information
#E15906 (or 0xE15906) is known color: Persimmon. HEX triplet: E1, 59 and 06. RGB value is (225,89,6). Sum of RGB (Red+Green+Blue) = 225+89+6=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E15906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15906 is #1EA6F9. Grayscale: #787878. Windows color (decimal): -2008826 or 416225. OLE color: 416225.
HSL color Cylindrical-coordinate representation of color #E15906: hue angle of 22.74º 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 #E15906 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.12 |
| HSL | 22.74º | 0.95% | 0.45% | - |
| HSV(B) | 22.74º | 0.97% | 0.88% | - |
| XYZ | 34.66 | 23.17 | 2.82 | - |
| YUV | 120.2 | 63.56 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 6 | 0 | 0.60 | 0.97 | 0.12 | 22.74 | 0.95 | 0.45 |
| Hex | E1 | 59 | 6 | 0 | 3C | 61 | C | 17 | 5F | 2D |
| Octal | 341 | 131 | 6 | 0 | 74 | 141 | 14 | 27 | 137 | 55 |
| Binary | 11100001 | 1011001 | 110 | 0 | 111100 | 1100001 | 1100 | 10111 | 1011111 | 101101 |
Color Harmonies of #E15906
Complementary color
Monochromatic Colors of #E15906
Black with #E15906
Text Example
Text Example
White with #E15906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15906; }
p { color: rgb(225,89,6); }
H1.HeaderClassName
{
color: #E15906;
}
.AnyTagClassName
{
color: #E15906;
}
</style>
background-color css
<style>
a { background-color: #E15906; }
a { background-color: rgb(225,89,6); }
div.DivClassName
{
background-color: #E15906;
}
.BgClassName
{
background-color: #E15906;
}
</style>
border-color css
<style>
span { border-color: #E15906; }
span { border-color: rgb(225,89,6); }
td.TdClassName
{
border-color: #E15906;
}
.TagClassName
{
border-color: #E15906;
}
</style>