Shades of Persimmon #E4580B
Tints of Persimmon #E4580B
RGB
CMYK
RGB Variations
Color information
#E4580B (or 0xE4580B) is known color: Persimmon. HEX triplet: E4, 58 and 0B. RGB value is (228,88,11). Sum of RGB (Red+Green+Blue) = 228+88+11=327 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.72% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 228 - color contains mainly: red. Hex color #E4580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4580B is #1BA7F4. Grayscale: #797979. Windows color (decimal): -1812469 or 743652. OLE color: 743652.
HSL color Cylindrical-coordinate representation of color #E4580B: hue angle of 21.29º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4580B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.11 |
| HSL | 21.29º | 0.91% | 0.47% | - |
| HSV(B) | 21.29º | 0.95% | 0.89% | - |
| XYZ | 35.55 | 23.5 | 2.98 | - |
| YUV | 121.08 | 65.88 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 11 | 0 | 0.61 | 0.95 | 0.11 | 21.29 | 0.91 | 0.47 |
| Hex | E4 | 58 | B | 0 | 3D | 5F | B | 15 | 5B | 2F |
| Octal | 344 | 130 | 13 | 0 | 75 | 137 | 13 | 25 | 133 | 57 |
| Binary | 11100100 | 1011000 | 1011 | 0 | 111101 | 1011111 | 1011 | 10101 | 1011011 | 101111 |
Color Harmonies of #E4580B
Complementary color
Monochromatic Colors of #E4580B
Black with #E4580B
Text Example
Text Example
White with #E4580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4580B; }
p { color: rgb(228,88,11); }
H1.HeaderClassName
{
color: #E4580B;
}
.AnyTagClassName
{
color: #E4580B;
}
</style>
background-color css
<style>
a { background-color: #E4580B; }
a { background-color: rgb(228,88,11); }
div.DivClassName
{
background-color: #E4580B;
}
.BgClassName
{
background-color: #E4580B;
}
</style>
border-color css
<style>
span { border-color: #E4580B; }
span { border-color: rgb(228,88,11); }
td.TdClassName
{
border-color: #E4580B;
}
.TagClassName
{
border-color: #E4580B;
}
</style>