Shades of Persimmon #E15104
Tints of Persimmon #E15104
RGB
CMYK
RGB Variations
Color information
#E15104 (or 0xE15104) is known color: Persimmon. HEX triplet: E1, 51 and 04. RGB value is (225,81,4). Sum of RGB (Red+Green+Blue) = 225+81+4=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E15104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15104 is #1EAEFB. Grayscale: #737373. Windows color (decimal): -2010876 or 283105. OLE color: 283105.
HSL color Cylindrical-coordinate representation of color #E15104: hue angle of 20.9º degrees, saturation: 0.97, 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 #E15104 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.12 |
| HSL | 20.9º | 0.97% | 0.45% | - |
| HSV(B) | 20.9º | 0.98% | 0.88% | - |
| XYZ | 34.02 | 21.9 | 2.55 | - |
| YUV | 115.28 | 65.21 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 4 | 0 | 0.64 | 0.98 | 0.12 | 20.9 | 0.97 | 0.45 |
| Hex | E1 | 51 | 4 | 0 | 40 | 62 | C | 15 | 61 | 2D |
| Octal | 341 | 121 | 4 | 0 | 100 | 142 | 14 | 25 | 141 | 55 |
| Binary | 11100001 | 1010001 | 100 | 0 | 1000000 | 1100010 | 1100 | 10101 | 1100001 | 101101 |
Color Harmonies of #E15104
Complementary color
Monochromatic Colors of #E15104
Black with #E15104
Text Example
Text Example
White with #E15104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15104; }
p { color: rgb(225,81,4); }
H1.HeaderClassName
{
color: #E15104;
}
.AnyTagClassName
{
color: #E15104;
}
</style>
background-color css
<style>
a { background-color: #E15104; }
a { background-color: rgb(225,81,4); }
div.DivClassName
{
background-color: #E15104;
}
.BgClassName
{
background-color: #E15104;
}
</style>
border-color css
<style>
span { border-color: #E15104; }
span { border-color: rgb(225,81,4); }
td.TdClassName
{
border-color: #E15104;
}
.TagClassName
{
border-color: #E15104;
}
</style>