Shades of Persimmon #E15805
Tints of Persimmon #E15805
RGB
CMYK
RGB Variations
Color information
#E15805 (or 0xE15805) is known color: Persimmon. HEX triplet: E1, 58 and 05. RGB value is (225,88,5). Sum of RGB (Red+Green+Blue) = 225+88+5=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E15805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15805 is #1EA7FA. Grayscale: #777777. Windows color (decimal): -2009083 or 350433. OLE color: 350433.
HSL color Cylindrical-coordinate representation of color #E15805: hue angle of 22.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E15805 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 5 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.12 |
| HSL | 22.64º | 0.96% | 0.45% | - |
| HSV(B) | 22.64º | 0.98% | 0.88% | - |
| XYZ | 34.57 | 23 | 2.76 | - |
| YUV | 119.5 | 63.39 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 5 | 0 | 0.61 | 0.98 | 0.12 | 22.64 | 0.96 | 0.45 |
| Hex | E1 | 58 | 5 | 0 | 3D | 62 | C | 17 | 60 | 2D |
| Octal | 341 | 130 | 5 | 0 | 75 | 142 | 14 | 27 | 140 | 55 |
| Binary | 11100001 | 1011000 | 101 | 0 | 111101 | 1100010 | 1100 | 10111 | 1100000 | 101101 |
Color Harmonies of #E15805
Complementary color
Monochromatic Colors of #E15805
Black with #E15805
Text Example
Text Example
White with #E15805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15805; }
p { color: rgb(225,88,5); }
H1.HeaderClassName
{
color: #E15805;
}
.AnyTagClassName
{
color: #E15805;
}
</style>
background-color css
<style>
a { background-color: #E15805; }
a { background-color: rgb(225,88,5); }
div.DivClassName
{
background-color: #E15805;
}
.BgClassName
{
background-color: #E15805;
}
</style>
border-color css
<style>
span { border-color: #E15805; }
span { border-color: rgb(225,88,5); }
td.TdClassName
{
border-color: #E15805;
}
.TagClassName
{
border-color: #E15805;
}
</style>