Shades of Persimmon #E5580F
Tints of Persimmon #E5580F
RGB
CMYK
RGB Variations
Color information
#E5580F (or 0xE5580F) is known color: Persimmon. HEX triplet: E5, 58 and 0F. RGB value is (229,88,15). Sum of RGB (Red+Green+Blue) = 229+88+15=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E5580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5580F is #1AA7F0. Grayscale: #7A7A7A. Windows color (decimal): -1746929 or 1005797. OLE color: 1005797.
HSL color Cylindrical-coordinate representation of color #E5580F: hue angle of 20.47º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5580F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 15 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.10 |
| HSL | 20.47º | 0.88% | 0.48% | - |
| HSV(B) | 20.47º | 0.93% | 0.9% | - |
| XYZ | 35.89 | 23.67 | 3.13 | - |
| YUV | 121.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 15 | 0 | 0.62 | 0.93 | 0.10 | 20.47 | 0.88 | 0.48 |
| Hex | E5 | 58 | F | 0 | 3E | 5D | A | 14 | 58 | 30 |
| Octal | 345 | 130 | 17 | 0 | 76 | 135 | 12 | 24 | 130 | 60 |
| Binary | 11100101 | 1011000 | 1111 | 0 | 111110 | 1011101 | 1010 | 10100 | 1011000 | 110000 |
Color Harmonies of #E5580F
Complementary color
Monochromatic Colors of #E5580F
Black with #E5580F
Text Example
Text Example
White with #E5580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5580F; }
p { color: rgb(229,88,15); }
H1.HeaderClassName
{
color: #E5580F;
}
.AnyTagClassName
{
color: #E5580F;
}
</style>
background-color css
<style>
a { background-color: #E5580F; }
a { background-color: rgb(229,88,15); }
div.DivClassName
{
background-color: #E5580F;
}
.BgClassName
{
background-color: #E5580F;
}
</style>
border-color css
<style>
span { border-color: #E5580F; }
span { border-color: rgb(229,88,15); }
td.TdClassName
{
border-color: #E5580F;
}
.TagClassName
{
border-color: #E5580F;
}
</style>