Shades of Whiskey Sour #E08D5C
Tints of Whiskey Sour #E08D5C
RGB
CMYK
RGB Variations
Color information
#E08D5C (or 0xE08D5C) is known color: Whiskey Sour. HEX triplet: E0, 8D and 5C. RGB value is (224,141,92). Sum of RGB (Red+Green+Blue) = 224+141+92=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D5C is #1F72A3. Grayscale: #A0A0A0. Windows color (decimal): -2060964 or 6065632. OLE color: 6065632.
HSL color Cylindrical-coordinate representation of color #E08D5C: hue angle of 22.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E08D5C is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 92 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.12 |
| HSL | 22.27º | 0.68% | 0.62% | - |
| HSV(B) | 22.27º | 0.59% | 0.88% | - |
| XYZ | 42.2 | 35.67 | 14.79 | - |
| YUV | 160.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 92 | 0 | 0.37 | 0.59 | 0.12 | 22.27 | 0.68 | 0.62 |
| Hex | E0 | 8D | 5C | 0 | 25 | 3B | C | 16 | 44 | 3E |
| Octal | 340 | 215 | 134 | 0 | 45 | 73 | 14 | 26 | 104 | 76 |
| Binary | 11100000 | 10001101 | 1011100 | 0 | 100101 | 111011 | 1100 | 10110 | 1000100 | 111110 |
Color Harmonies of #E08D5C
Complementary color
Monochromatic Colors of #E08D5C
Black with #E08D5C
Text Example
Text Example
White with #E08D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D5C; }
p { color: rgb(224,141,92); }
H1.HeaderClassName
{
color: #E08D5C;
}
.AnyTagClassName
{
color: #E08D5C;
}
</style>
background-color css
<style>
a { background-color: #E08D5C; }
a { background-color: rgb(224,141,92); }
div.DivClassName
{
background-color: #E08D5C;
}
.BgClassName
{
background-color: #E08D5C;
}
</style>
border-color css
<style>
span { border-color: #E08D5C; }
span { border-color: rgb(224,141,92); }
td.TdClassName
{
border-color: #E08D5C;
}
.TagClassName
{
border-color: #E08D5C;
}
</style>