Shades of Persimmon #E1580F
Tints of Persimmon #E1580F
RGB
CMYK
RGB Variations
Color information
#E1580F (or 0xE1580F) is known color: Persimmon. HEX triplet: E1, 58 and 0F. RGB value is (225,88,15). Sum of RGB (Red+Green+Blue) = 225+88+15=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E1580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1580F is #1EA7F0. Grayscale: #797979. Windows color (decimal): -2009073 or 1005793. OLE color: 1005793.
HSL color Cylindrical-coordinate representation of color #E1580F: hue angle of 20.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1580F is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 15 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.12 |
| HSL | 20.86º | 0.88% | 0.47% | - |
| HSV(B) | 20.86º | 0.93% | 0.88% | - |
| XYZ | 34.63 | 23.02 | 3.07 | - |
| YUV | 120.64 | 68.39 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 15 | 0 | 0.61 | 0.93 | 0.12 | 20.86 | 0.88 | 0.47 |
| Hex | E1 | 58 | F | 0 | 3D | 5D | C | 15 | 58 | 2F |
| Octal | 341 | 130 | 17 | 0 | 75 | 135 | 14 | 25 | 130 | 57 |
| Binary | 11100001 | 1011000 | 1111 | 0 | 111101 | 1011101 | 1100 | 10101 | 1011000 | 101111 |
Color Harmonies of #E1580F
Complementary color
Monochromatic Colors of #E1580F
Black with #E1580F
Text Example
Text Example
White with #E1580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1580F; }
p { color: rgb(225,88,15); }
H1.HeaderClassName
{
color: #E1580F;
}
.AnyTagClassName
{
color: #E1580F;
}
</style>
background-color css
<style>
a { background-color: #E1580F; }
a { background-color: rgb(225,88,15); }
div.DivClassName
{
background-color: #E1580F;
}
.BgClassName
{
background-color: #E1580F;
}
</style>
border-color css
<style>
span { border-color: #E1580F; }
span { border-color: rgb(225,88,15); }
td.TdClassName
{
border-color: #E1580F;
}
.TagClassName
{
border-color: #E1580F;
}
</style>