Shades of Persimmon #E5590B
Tints of Persimmon #E5590B
RGB
CMYK
RGB Variations
Color information
#E5590B (or 0xE5590B) is known color: Persimmon. HEX triplet: E5, 59 and 0B. RGB value is (229,89,11). Sum of RGB (Red+Green+Blue) = 229+89+11=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5590B is #1AA6F4. Grayscale: #7A7A7A. Windows color (decimal): -1746677 or 743909. OLE color: 743909.
HSL color Cylindrical-coordinate representation of color #E5590B: hue angle of 21.47º degrees, saturation: 0.91, 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 #E5590B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.10 |
| HSL | 21.47º | 0.91% | 0.47% | - |
| HSV(B) | 21.47º | 0.95% | 0.9% | - |
| XYZ | 35.95 | 23.83 | 3.02 | - |
| YUV | 121.97 | 65.38 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 11 | 0 | 0.61 | 0.95 | 0.10 | 21.47 | 0.91 | 0.47 |
| Hex | E5 | 59 | B | 0 | 3D | 5F | A | 15 | 5B | 2F |
| Octal | 345 | 131 | 13 | 0 | 75 | 137 | 12 | 25 | 133 | 57 |
| Binary | 11100101 | 1011001 | 1011 | 0 | 111101 | 1011111 | 1010 | 10101 | 1011011 | 101111 |
Color Harmonies of #E5590B
Complementary color
Monochromatic Colors of #E5590B
Black with #E5590B
Text Example
Text Example
White with #E5590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5590B; }
p { color: rgb(229,89,11); }
H1.HeaderClassName
{
color: #E5590B;
}
.AnyTagClassName
{
color: #E5590B;
}
</style>
background-color css
<style>
a { background-color: #E5590B; }
a { background-color: rgb(229,89,11); }
div.DivClassName
{
background-color: #E5590B;
}
.BgClassName
{
background-color: #E5590B;
}
</style>
border-color css
<style>
span { border-color: #E5590B; }
span { border-color: rgb(229,89,11); }
td.TdClassName
{
border-color: #E5590B;
}
.TagClassName
{
border-color: #E5590B;
}
</style>