Shades of Persimmon #E0580F
Tints of Persimmon #E0580F
RGB
CMYK
RGB Variations
Color information
#E0580F (or 0xE0580F) is known color: Persimmon. HEX triplet: E0, 58 and 0F. RGB value is (224,88,15). Sum of RGB (Red+Green+Blue) = 224+88+15=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E0580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0580F is #1FA7F0. Grayscale: #787878. Windows color (decimal): -2074609 or 1005792. OLE color: 1005792.
HSL color Cylindrical-coordinate representation of color #E0580F: hue angle of 20.96º degrees, saturation: 0.87, 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 #E0580F is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 15 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.12 |
| HSL | 20.96º | 0.87% | 0.47% | - |
| HSV(B) | 20.96º | 0.93% | 0.88% | - |
| XYZ | 34.32 | 22.86 | 3.06 | - |
| YUV | 120.34 | 68.56 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 15 | 0 | 0.61 | 0.93 | 0.12 | 20.96 | 0.87 | 0.47 |
| Hex | E0 | 58 | F | 0 | 3D | 5D | C | 15 | 57 | 2F |
| Octal | 340 | 130 | 17 | 0 | 75 | 135 | 14 | 25 | 127 | 57 |
| Binary | 11100000 | 1011000 | 1111 | 0 | 111101 | 1011101 | 1100 | 10101 | 1010111 | 101111 |
Color Harmonies of #E0580F
Complementary color
Monochromatic Colors of #E0580F
Black with #E0580F
Text Example
Text Example
White with #E0580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0580F; }
p { color: rgb(224,88,15); }
H1.HeaderClassName
{
color: #E0580F;
}
.AnyTagClassName
{
color: #E0580F;
}
</style>
background-color css
<style>
a { background-color: #E0580F; }
a { background-color: rgb(224,88,15); }
div.DivClassName
{
background-color: #E0580F;
}
.BgClassName
{
background-color: #E0580F;
}
</style>
border-color css
<style>
span { border-color: #E0580F; }
span { border-color: rgb(224,88,15); }
td.TdClassName
{
border-color: #E0580F;
}
.TagClassName
{
border-color: #E0580F;
}
</style>