Shades of Persimmon #E1580B
Tints of Persimmon #E1580B
RGB
CMYK
RGB Variations
Color information
#E1580B (or 0xE1580B) is known color: Persimmon. HEX triplet: E1, 58 and 0B. RGB value is (225,88,11). Sum of RGB (Red+Green+Blue) = 225+88+11=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E1580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1580B is #1EA7F4. Grayscale: #787878. Windows color (decimal): -2009077 or 743649. OLE color: 743649.
HSL color Cylindrical-coordinate representation of color #E1580B: hue angle of 21.59º degrees, saturation: 0.91, 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 #E1580B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.12 |
| HSL | 21.59º | 0.91% | 0.46% | - |
| HSV(B) | 21.59º | 0.95% | 0.88% | - |
| XYZ | 34.6 | 23.01 | 2.93 | - |
| YUV | 120.19 | 66.39 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 11 | 0 | 0.61 | 0.95 | 0.12 | 21.59 | 0.91 | 0.46 |
| Hex | E1 | 58 | B | 0 | 3D | 5F | C | 16 | 5B | 2E |
| Octal | 341 | 130 | 13 | 0 | 75 | 137 | 14 | 26 | 133 | 56 |
| Binary | 11100001 | 1011000 | 1011 | 0 | 111101 | 1011111 | 1100 | 10110 | 1011011 | 101110 |
Color Harmonies of #E1580B
Complementary color
Monochromatic Colors of #E1580B
Black with #E1580B
Text Example
Text Example
White with #E1580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1580B; }
p { color: rgb(225,88,11); }
H1.HeaderClassName
{
color: #E1580B;
}
.AnyTagClassName
{
color: #E1580B;
}
</style>
background-color css
<style>
a { background-color: #E1580B; }
a { background-color: rgb(225,88,11); }
div.DivClassName
{
background-color: #E1580B;
}
.BgClassName
{
background-color: #E1580B;
}
</style>
border-color css
<style>
span { border-color: #E1580B; }
span { border-color: rgb(225,88,11); }
td.TdClassName
{
border-color: #E1580B;
}
.TagClassName
{
border-color: #E1580B;
}
</style>