Shades of Persimmon #E4580E
Tints of Persimmon #E4580E
RGB
CMYK
RGB Variations
Color information
#E4580E (or 0xE4580E) is known color: Persimmon. HEX triplet: E4, 58 and 0E. RGB value is (228,88,14). Sum of RGB (Red+Green+Blue) = 228+88+14=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E4580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4580E is #1BA7F1. Grayscale: #797979. Windows color (decimal): -1812466 or 940260. OLE color: 940260.
HSL color Cylindrical-coordinate representation of color #E4580E: hue angle of 20.75º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4580E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.11 |
| HSL | 20.75º | 0.88% | 0.47% | - |
| HSV(B) | 20.75º | 0.94% | 0.89% | - |
| XYZ | 35.56 | 23.51 | 3.08 | - |
| YUV | 121.42 | 67.38 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 14 | 0 | 0.61 | 0.94 | 0.11 | 20.75 | 0.88 | 0.47 |
| Hex | E4 | 58 | E | 0 | 3D | 5E | B | 15 | 58 | 2F |
| Octal | 344 | 130 | 16 | 0 | 75 | 136 | 13 | 25 | 130 | 57 |
| Binary | 11100100 | 1011000 | 1110 | 0 | 111101 | 1011110 | 1011 | 10101 | 1011000 | 101111 |
Color Harmonies of #E4580E
Complementary color
Monochromatic Colors of #E4580E
Black with #E4580E
Text Example
Text Example
White with #E4580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4580E; }
p { color: rgb(228,88,14); }
H1.HeaderClassName
{
color: #E4580E;
}
.AnyTagClassName
{
color: #E4580E;
}
</style>
background-color css
<style>
a { background-color: #E4580E; }
a { background-color: rgb(228,88,14); }
div.DivClassName
{
background-color: #E4580E;
}
.BgClassName
{
background-color: #E4580E;
}
</style>
border-color css
<style>
span { border-color: #E4580E; }
span { border-color: rgb(228,88,14); }
td.TdClassName
{
border-color: #E4580E;
}
.TagClassName
{
border-color: #E4580E;
}
</style>