Shades of Persimmon #E4580D
Tints of Persimmon #E4580D
RGB
CMYK
RGB Variations
Color information
#E4580D (or 0xE4580D) is known color: Persimmon. HEX triplet: E4, 58 and 0D. RGB value is (228,88,13). Sum of RGB (Red+Green+Blue) = 228+88+13=329 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.30% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 228 - color contains mainly: red. Hex color #E4580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4580D is #1BA7F2. Grayscale: #797979. Windows color (decimal): -1812467 or 874724. OLE color: 874724.
HSL color Cylindrical-coordinate representation of color #E4580D: hue angle of 20.93º degrees, saturation: 0.89, 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 #E4580D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.11 |
| HSL | 20.93º | 0.89% | 0.47% | - |
| HSV(B) | 20.93º | 0.94% | 0.89% | - |
| XYZ | 35.56 | 23.5 | 3.04 | - |
| YUV | 121.31 | 66.88 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 13 | 0 | 0.61 | 0.94 | 0.11 | 20.93 | 0.89 | 0.47 |
| Hex | E4 | 58 | D | 0 | 3D | 5E | B | 15 | 59 | 2F |
| Octal | 344 | 130 | 15 | 0 | 75 | 136 | 13 | 25 | 131 | 57 |
| Binary | 11100100 | 1011000 | 1101 | 0 | 111101 | 1011110 | 1011 | 10101 | 1011001 | 101111 |
Color Harmonies of #E4580D
Complementary color
Monochromatic Colors of #E4580D
Black with #E4580D
Text Example
Text Example
White with #E4580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4580D; }
p { color: rgb(228,88,13); }
H1.HeaderClassName
{
color: #E4580D;
}
.AnyTagClassName
{
color: #E4580D;
}
</style>
background-color css
<style>
a { background-color: #E4580D; }
a { background-color: rgb(228,88,13); }
div.DivClassName
{
background-color: #E4580D;
}
.BgClassName
{
background-color: #E4580D;
}
</style>
border-color css
<style>
span { border-color: #E4580D; }
span { border-color: rgb(228,88,13); }
td.TdClassName
{
border-color: #E4580D;
}
.TagClassName
{
border-color: #E4580D;
}
</style>