Shades of Whiskey Sour #E08E5A
Tints of Whiskey Sour #E08E5A
RGB
CMYK
RGB Variations
Color information
#E08E5A (or 0xE08E5A) is known color: Whiskey Sour. HEX triplet: E0, 8E and 5A. RGB value is (224,142,90). Sum of RGB (Red+Green+Blue) = 224+142+90=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E5A is #1F71A5. Grayscale: #A0A0A0. Windows color (decimal): -2060710 or 5934816. OLE color: 5934816.
HSL color Cylindrical-coordinate representation of color #E08E5A: hue angle of 23.28º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E08E5A is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 90 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.12 |
| HSL | 23.28º | 0.68% | 0.62% | - |
| HSV(B) | 23.28º | 0.6% | 0.88% | - |
| XYZ | 42.26 | 35.93 | 14.38 | - |
| YUV | 160.59 | 88.17 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 90 | 0 | 0.37 | 0.60 | 0.12 | 23.28 | 0.68 | 0.62 |
| Hex | E0 | 8E | 5A | 0 | 25 | 3C | C | 17 | 44 | 3E |
| Octal | 340 | 216 | 132 | 0 | 45 | 74 | 14 | 27 | 104 | 76 |
| Binary | 11100000 | 10001110 | 1011010 | 0 | 100101 | 111100 | 1100 | 10111 | 1000100 | 111110 |
Color Harmonies of #E08E5A
Complementary color
Monochromatic Colors of #E08E5A
Black with #E08E5A
Text Example
Text Example
White with #E08E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E5A; }
p { color: rgb(224,142,90); }
H1.HeaderClassName
{
color: #E08E5A;
}
.AnyTagClassName
{
color: #E08E5A;
}
</style>
background-color css
<style>
a { background-color: #E08E5A; }
a { background-color: rgb(224,142,90); }
div.DivClassName
{
background-color: #E08E5A;
}
.BgClassName
{
background-color: #E08E5A;
}
</style>
border-color css
<style>
span { border-color: #E08E5A; }
span { border-color: rgb(224,142,90); }
td.TdClassName
{
border-color: #E08E5A;
}
.TagClassName
{
border-color: #E08E5A;
}
</style>