Shades of Whiskey Sour #E09159
Tints of Whiskey Sour #E09159
RGB
CMYK
RGB Variations
Color information
#E09159 (or 0xE09159) is known color: Whiskey Sour. HEX triplet: E0, 91 and 59. RGB value is (224,145,89). Sum of RGB (Red+Green+Blue) = 224+145+89=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E09159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09159 is #1F6EA6. Grayscale: #A2A2A2. Windows color (decimal): -2059943 or 5870048. OLE color: 5870048.
HSL color Cylindrical-coordinate representation of color #E09159: hue angle of 24.89º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E09159 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 89 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.12 |
| HSL | 24.89º | 0.69% | 0.61% | - |
| HSV(B) | 24.89º | 0.6% | 0.88% | - |
| XYZ | 42.67 | 36.82 | 14.31 | - |
| YUV | 162.24 | 86.67 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 89 | 0 | 0.35 | 0.60 | 0.12 | 24.89 | 0.69 | 0.61 |
| Hex | E0 | 91 | 59 | 0 | 23 | 3C | C | 19 | 45 | 3D |
| Octal | 340 | 221 | 131 | 0 | 43 | 74 | 14 | 31 | 105 | 75 |
| Binary | 11100000 | 10010001 | 1011001 | 0 | 100011 | 111100 | 1100 | 11001 | 1000101 | 111101 |
Color Harmonies of #E09159
Complementary color
Monochromatic Colors of #E09159
Black with #E09159
Text Example
Text Example
White with #E09159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09159; }
p { color: rgb(224,145,89); }
H1.HeaderClassName
{
color: #E09159;
}
.AnyTagClassName
{
color: #E09159;
}
</style>
background-color css
<style>
a { background-color: #E09159; }
a { background-color: rgb(224,145,89); }
div.DivClassName
{
background-color: #E09159;
}
.BgClassName
{
background-color: #E09159;
}
</style>
border-color css
<style>
span { border-color: #E09159; }
span { border-color: rgb(224,145,89); }
td.TdClassName
{
border-color: #E09159;
}
.TagClassName
{
border-color: #E09159;
}
</style>