Shades of Persimmon #E1580C
Tints of Persimmon #E1580C
RGB
CMYK
RGB Variations
Color information
#E1580C (or 0xE1580C) is known color: Persimmon. HEX triplet: E1, 58 and 0C. RGB value is (225,88,12). Sum of RGB (Red+Green+Blue) = 225+88+12=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1580C is #1EA7F3. Grayscale: #787878. Windows color (decimal): -2009076 or 809185. OLE color: 809185.
HSL color Cylindrical-coordinate representation of color #E1580C: hue angle of 21.41º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1580C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.12 |
| HSL | 21.41º | 0.9% | 0.46% | - |
| HSV(B) | 21.41º | 0.95% | 0.88% | - |
| XYZ | 34.61 | 23.01 | 2.97 | - |
| YUV | 120.3 | 66.89 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 12 | 0 | 0.61 | 0.95 | 0.12 | 21.41 | 0.9 | 0.46 |
| Hex | E1 | 58 | C | 0 | 3D | 5F | C | 15 | 5A | 2E |
| Octal | 341 | 130 | 14 | 0 | 75 | 137 | 14 | 25 | 132 | 56 |
| Binary | 11100001 | 1011000 | 1100 | 0 | 111101 | 1011111 | 1100 | 10101 | 1011010 | 101110 |
Color Harmonies of #E1580C
Complementary color
Monochromatic Colors of #E1580C
Black with #E1580C
Text Example
Text Example
White with #E1580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1580C; }
p { color: rgb(225,88,12); }
H1.HeaderClassName
{
color: #E1580C;
}
.AnyTagClassName
{
color: #E1580C;
}
</style>
background-color css
<style>
a { background-color: #E1580C; }
a { background-color: rgb(225,88,12); }
div.DivClassName
{
background-color: #E1580C;
}
.BgClassName
{
background-color: #E1580C;
}
</style>
border-color css
<style>
span { border-color: #E1580C; }
span { border-color: rgb(225,88,12); }
td.TdClassName
{
border-color: #E1580C;
}
.TagClassName
{
border-color: #E1580C;
}
</style>