Shades of Whiskey Sour #E08E5C
Tints of Whiskey Sour #E08E5C
RGB
CMYK
RGB Variations
Color information
#E08E5C (or 0xE08E5C) is known color: Whiskey Sour. HEX triplet: E0, 8E and 5C. RGB value is (224,142,92). Sum of RGB (Red+Green+Blue) = 224+142+92=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E5C is #1F71A3. Grayscale: #A1A1A1. Windows color (decimal): -2060708 or 6065888. OLE color: 6065888.
HSL color Cylindrical-coordinate representation of color #E08E5C: hue angle of 22.73º 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 #E08E5C is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 92 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.12 |
| HSL | 22.73º | 0.68% | 0.62% | - |
| HSV(B) | 22.73º | 0.59% | 0.88% | - |
| XYZ | 42.35 | 35.97 | 14.84 | - |
| YUV | 160.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 92 | 0 | 0.37 | 0.59 | 0.12 | 22.73 | 0.68 | 0.62 |
| Hex | E0 | 8E | 5C | 0 | 25 | 3B | C | 17 | 44 | 3E |
| Octal | 340 | 216 | 134 | 0 | 45 | 73 | 14 | 27 | 104 | 76 |
| Binary | 11100000 | 10001110 | 1011100 | 0 | 100101 | 111011 | 1100 | 10111 | 1000100 | 111110 |
Color Harmonies of #E08E5C
Complementary color
Monochromatic Colors of #E08E5C
Black with #E08E5C
Text Example
Text Example
White with #E08E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E5C; }
p { color: rgb(224,142,92); }
H1.HeaderClassName
{
color: #E08E5C;
}
.AnyTagClassName
{
color: #E08E5C;
}
</style>
background-color css
<style>
a { background-color: #E08E5C; }
a { background-color: rgb(224,142,92); }
div.DivClassName
{
background-color: #E08E5C;
}
.BgClassName
{
background-color: #E08E5C;
}
</style>
border-color css
<style>
span { border-color: #E08E5C; }
span { border-color: rgb(224,142,92); }
td.TdClassName
{
border-color: #E08E5C;
}
.TagClassName
{
border-color: #E08E5C;
}
</style>