Shades of Persimmon #E0590B
Tints of Persimmon #E0590B
RGB
CMYK
RGB Variations
Color information
#E0590B (or 0xE0590B) is known color: Persimmon. HEX triplet: E0, 59 and 0B. RGB value is (224,89,11). Sum of RGB (Red+Green+Blue) = 224+89+11=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0590B is #1FA6F4. Grayscale: #787878. Windows color (decimal): -2074357 or 743904. OLE color: 743904.
HSL color Cylindrical-coordinate representation of color #E0590B: hue angle of 21.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0590B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.12 |
| HSL | 21.97º | 0.91% | 0.46% | - |
| HSV(B) | 21.97º | 0.95% | 0.88% | - |
| XYZ | 34.37 | 23.02 | 2.95 | - |
| YUV | 120.47 | 66.23 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 11 | 0 | 0.60 | 0.95 | 0.12 | 21.97 | 0.91 | 0.46 |
| Hex | E0 | 59 | B | 0 | 3C | 5F | C | 16 | 5B | 2E |
| Octal | 340 | 131 | 13 | 0 | 74 | 137 | 14 | 26 | 133 | 56 |
| Binary | 11100000 | 1011001 | 1011 | 0 | 111100 | 1011111 | 1100 | 10110 | 1011011 | 101110 |
Color Harmonies of #E0590B
Complementary color
Monochromatic Colors of #E0590B
Black with #E0590B
Text Example
Text Example
White with #E0590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0590B; }
p { color: rgb(224,89,11); }
H1.HeaderClassName
{
color: #E0590B;
}
.AnyTagClassName
{
color: #E0590B;
}
</style>
background-color css
<style>
a { background-color: #E0590B; }
a { background-color: rgb(224,89,11); }
div.DivClassName
{
background-color: #E0590B;
}
.BgClassName
{
background-color: #E0590B;
}
</style>
border-color css
<style>
span { border-color: #E0590B; }
span { border-color: rgb(224,89,11); }
td.TdClassName
{
border-color: #E0590B;
}
.TagClassName
{
border-color: #E0590B;
}
</style>