Shades of Persimmon #E15508
Tints of Persimmon #E15508
RGB
CMYK
RGB Variations
Color information
#E15508 (or 0xE15508) is known color: Persimmon. HEX triplet: E1, 55 and 08. RGB value is (225,85,8). Sum of RGB (Red+Green+Blue) = 225+85+8=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E15508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15508 is #1EAAF7. Grayscale: #767676. Windows color (decimal): -2009848 or 546273. OLE color: 546273.
HSL color Cylindrical-coordinate representation of color #E15508: hue angle of 21.29º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E15508 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.12 |
| HSL | 21.29º | 0.93% | 0.46% | - |
| HSV(B) | 21.29º | 0.96% | 0.88% | - |
| XYZ | 34.34 | 22.52 | 2.77 | - |
| YUV | 118.08 | 65.88 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 8 | 0 | 0.62 | 0.96 | 0.12 | 21.29 | 0.93 | 0.46 |
| Hex | E1 | 55 | 8 | 0 | 3E | 60 | C | 15 | 5D | 2E |
| Octal | 341 | 125 | 10 | 0 | 76 | 140 | 14 | 25 | 135 | 56 |
| Binary | 11100001 | 1010101 | 1000 | 0 | 111110 | 1100000 | 1100 | 10101 | 1011101 | 101110 |
Color Harmonies of #E15508
Complementary color
Monochromatic Colors of #E15508
Black with #E15508
Text Example
Text Example
White with #E15508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15508; }
p { color: rgb(225,85,8); }
H1.HeaderClassName
{
color: #E15508;
}
.AnyTagClassName
{
color: #E15508;
}
</style>
background-color css
<style>
a { background-color: #E15508; }
a { background-color: rgb(225,85,8); }
div.DivClassName
{
background-color: #E15508;
}
.BgClassName
{
background-color: #E15508;
}
</style>
border-color css
<style>
span { border-color: #E15508; }
span { border-color: rgb(225,85,8); }
td.TdClassName
{
border-color: #E15508;
}
.TagClassName
{
border-color: #E15508;
}
</style>