Shades of Persimmon #E5580C
Tints of Persimmon #E5580C
RGB
CMYK
RGB Variations
Color information
#E5580C (or 0xE5580C) is known color: Persimmon. HEX triplet: E5, 58 and 0C. RGB value is (229,88,12). Sum of RGB (Red+Green+Blue) = 229+88+12=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5580C is #1AA7F3. Grayscale: #797979. Windows color (decimal): -1746932 or 809189. OLE color: 809189.
HSL color Cylindrical-coordinate representation of color #E5580C: hue angle of 21.01º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5580C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.10 |
| HSL | 21.01º | 0.9% | 0.47% | - |
| HSV(B) | 21.01º | 0.95% | 0.9% | - |
| XYZ | 35.87 | 23.66 | 3.02 | - |
| YUV | 121.5 | 66.21 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 12 | 0 | 0.62 | 0.95 | 0.10 | 21.01 | 0.9 | 0.47 |
| Hex | E5 | 58 | C | 0 | 3E | 5F | A | 15 | 5A | 2F |
| Octal | 345 | 130 | 14 | 0 | 76 | 137 | 12 | 25 | 132 | 57 |
| Binary | 11100101 | 1011000 | 1100 | 0 | 111110 | 1011111 | 1010 | 10101 | 1011010 | 101111 |
Color Harmonies of #E5580C
Complementary color
Monochromatic Colors of #E5580C
Black with #E5580C
Text Example
Text Example
White with #E5580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5580C; }
p { color: rgb(229,88,12); }
H1.HeaderClassName
{
color: #E5580C;
}
.AnyTagClassName
{
color: #E5580C;
}
</style>
background-color css
<style>
a { background-color: #E5580C; }
a { background-color: rgb(229,88,12); }
div.DivClassName
{
background-color: #E5580C;
}
.BgClassName
{
background-color: #E5580C;
}
</style>
border-color css
<style>
span { border-color: #E5580C; }
span { border-color: rgb(229,88,12); }
td.TdClassName
{
border-color: #E5580C;
}
.TagClassName
{
border-color: #E5580C;
}
</style>