Shades of Persimmon #E1580A
Tints of Persimmon #E1580A
RGB
CMYK
RGB Variations
Color information
#E1580A (or 0xE1580A) is known color: Persimmon. HEX triplet: E1, 58 and 0A. RGB value is (225,88,10). Sum of RGB (Red+Green+Blue) = 225+88+10=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1580A is #1EA7F5. Grayscale: #787878. Windows color (decimal): -2009078 or 678113. OLE color: 678113.
HSL color Cylindrical-coordinate representation of color #E1580A: hue angle of 21.77º degrees, saturation: 0.91, 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 #E1580A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.12 |
| HSL | 21.77º | 0.91% | 0.46% | - |
| HSV(B) | 21.77º | 0.96% | 0.88% | - |
| XYZ | 34.6 | 23.01 | 2.9 | - |
| YUV | 120.07 | 65.89 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 10 | 0 | 0.61 | 0.96 | 0.12 | 21.77 | 0.91 | 0.46 |
| Hex | E1 | 58 | A | 0 | 3D | 60 | C | 16 | 5B | 2E |
| Octal | 341 | 130 | 12 | 0 | 75 | 140 | 14 | 26 | 133 | 56 |
| Binary | 11100001 | 1011000 | 1010 | 0 | 111101 | 1100000 | 1100 | 10110 | 1011011 | 101110 |
Color Harmonies of #E1580A
Complementary color
Monochromatic Colors of #E1580A
Black with #E1580A
Text Example
Text Example
White with #E1580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1580A; }
p { color: rgb(225,88,10); }
H1.HeaderClassName
{
color: #E1580A;
}
.AnyTagClassName
{
color: #E1580A;
}
</style>
background-color css
<style>
a { background-color: #E1580A; }
a { background-color: rgb(225,88,10); }
div.DivClassName
{
background-color: #E1580A;
}
.BgClassName
{
background-color: #E1580A;
}
</style>
border-color css
<style>
span { border-color: #E1580A; }
span { border-color: rgb(225,88,10); }
td.TdClassName
{
border-color: #E1580A;
}
.TagClassName
{
border-color: #E1580A;
}
</style>