Shades of Persimmon #E15004
Tints of Persimmon #E15004
RGB
CMYK
RGB Variations
Color information
#E15004 (or 0xE15004) is known color: Persimmon. HEX triplet: E1, 50 and 04. RGB value is (225,80,4). Sum of RGB (Red+Green+Blue) = 225+80+4=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E15004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15004 is #1EAFFB. Grayscale: #737373. Windows color (decimal): -2011132 or 282849. OLE color: 282849.
HSL color Cylindrical-coordinate representation of color #E15004: hue angle of 20.63º 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 #E15004 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.12 |
| HSL | 20.63º | 0.97% | 0.45% | - |
| HSV(B) | 20.63º | 0.98% | 0.88% | - |
| XYZ | 33.94 | 21.75 | 2.52 | - |
| YUV | 114.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 4 | 0 | 0.64 | 0.98 | 0.12 | 20.63 | 0.97 | 0.45 |
| Hex | E1 | 50 | 4 | 0 | 40 | 62 | C | 15 | 61 | 2D |
| Octal | 341 | 120 | 4 | 0 | 100 | 142 | 14 | 25 | 141 | 55 |
| Binary | 11100001 | 1010000 | 100 | 0 | 1000000 | 1100010 | 1100 | 10101 | 1100001 | 101101 |
Color Harmonies of #E15004
Complementary color
Monochromatic Colors of #E15004
Black with #E15004
Text Example
Text Example
White with #E15004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15004; }
p { color: rgb(225,80,4); }
H1.HeaderClassName
{
color: #E15004;
}
.AnyTagClassName
{
color: #E15004;
}
</style>
background-color css
<style>
a { background-color: #E15004; }
a { background-color: rgb(225,80,4); }
div.DivClassName
{
background-color: #E15004;
}
.BgClassName
{
background-color: #E15004;
}
</style>
border-color css
<style>
span { border-color: #E15004; }
span { border-color: rgb(225,80,4); }
td.TdClassName
{
border-color: #E15004;
}
.TagClassName
{
border-color: #E15004;
}
</style>