Shades of Persimmon #E15803
Tints of Persimmon #E15803
RGB
CMYK
RGB Variations
Color information
#E15803 (or 0xE15803) is known color: Persimmon. HEX triplet: E1, 58 and 03. RGB value is (225,88,3). Sum of RGB (Red+Green+Blue) = 225+88+3=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E15803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15803 is #1EA7FC. Grayscale: #777777. Windows color (decimal): -2009085 or 219361. OLE color: 219361.
HSL color Cylindrical-coordinate representation of color #E15803: hue angle of 22.97º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E15803 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.12 |
| HSL | 22.97º | 0.97% | 0.45% | - |
| HSV(B) | 22.97º | 0.99% | 0.88% | - |
| XYZ | 34.56 | 22.99 | 2.7 | - |
| YUV | 119.27 | 62.39 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 3 | 0 | 0.61 | 0.99 | 0.12 | 22.97 | 0.97 | 0.45 |
| Hex | E1 | 58 | 3 | 0 | 3D | 63 | C | 17 | 61 | 2D |
| Octal | 341 | 130 | 3 | 0 | 75 | 143 | 14 | 27 | 141 | 55 |
| Binary | 11100001 | 1011000 | 11 | 0 | 111101 | 1100011 | 1100 | 10111 | 1100001 | 101101 |
Color Harmonies of #E15803
Complementary color
Monochromatic Colors of #E15803
Black with #E15803
Text Example
Text Example
White with #E15803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15803; }
p { color: rgb(225,88,3); }
H1.HeaderClassName
{
color: #E15803;
}
.AnyTagClassName
{
color: #E15803;
}
</style>
background-color css
<style>
a { background-color: #E15803; }
a { background-color: rgb(225,88,3); }
div.DivClassName
{
background-color: #E15803;
}
.BgClassName
{
background-color: #E15803;
}
</style>
border-color css
<style>
span { border-color: #E15803; }
span { border-color: rgb(225,88,3); }
td.TdClassName
{
border-color: #E15803;
}
.TagClassName
{
border-color: #E15803;
}
</style>