Shades of Persimmon #EE590B
Tints of Persimmon #EE590B
RGB
CMYK
RGB Variations
Color information
#EE590B (or 0xEE590B) is known color: Persimmon. HEX triplet: EE, 59 and 0B. RGB value is (238,89,11). Sum of RGB (Red+Green+Blue) = 238+89+11=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE590B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE590B is #11A6F4. Grayscale: #7D7D7D. Windows color (decimal): -1156853 or 743918. OLE color: 743918.
HSL color Cylindrical-coordinate representation of color #EE590B: hue angle of 20.62º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE590B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.07 |
| HSL | 20.62º | 0.91% | 0.49% | - |
| HSV(B) | 20.62º | 0.95% | 0.93% | - |
| XYZ | 38.89 | 25.35 | 3.16 | - |
| YUV | 124.66 | 63.86 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 11 | 0 | 0.63 | 0.95 | 0.07 | 20.62 | 0.91 | 0.49 |
| Hex | EE | 59 | B | 0 | 3F | 5F | 7 | 15 | 5B | 31 |
| Octal | 356 | 131 | 13 | 0 | 77 | 137 | 7 | 25 | 133 | 61 |
| Binary | 11101110 | 1011001 | 1011 | 0 | 111111 | 1011111 | 111 | 10101 | 1011011 | 110001 |
Color Harmonies of #EE590B
Complementary color
Monochromatic Colors of #EE590B
Black with #EE590B
Text Example
Text Example
White with #EE590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE590B; }
p { color: rgb(238,89,11); }
H1.HeaderClassName
{
color: #EE590B;
}
.AnyTagClassName
{
color: #EE590B;
}
</style>
background-color css
<style>
a { background-color: #EE590B; }
a { background-color: rgb(238,89,11); }
div.DivClassName
{
background-color: #EE590B;
}
.BgClassName
{
background-color: #EE590B;
}
</style>
border-color css
<style>
span { border-color: #EE590B; }
span { border-color: rgb(238,89,11); }
td.TdClassName
{
border-color: #EE590B;
}
.TagClassName
{
border-color: #EE590B;
}
</style>