Shades of Whiskey Sour #E08E5D
Tints of Whiskey Sour #E08E5D
RGB
CMYK
RGB Variations
Color information
#E08E5D (or 0xE08E5D) is known color: Whiskey Sour. HEX triplet: E0, 8E and 5D. RGB value is (224,142,93). Sum of RGB (Red+Green+Blue) = 224+142+93=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E5D is #1F71A2. Grayscale: #A1A1A1. Windows color (decimal): -2060707 or 6131424. OLE color: 6131424.
HSL color Cylindrical-coordinate representation of color #E08E5D: hue angle of 22.44º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E08E5D is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 93 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.12 |
| HSL | 22.44º | 0.68% | 0.62% | - |
| HSV(B) | 22.44º | 0.58% | 0.88% | - |
| XYZ | 42.39 | 35.98 | 15.07 | - |
| YUV | 160.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 93 | 0 | 0.37 | 0.58 | 0.12 | 22.44 | 0.68 | 0.62 |
| Hex | E0 | 8E | 5D | 0 | 25 | 3A | C | 16 | 44 | 3E |
| Octal | 340 | 216 | 135 | 0 | 45 | 72 | 14 | 26 | 104 | 76 |
| Binary | 11100000 | 10001110 | 1011101 | 0 | 100101 | 111010 | 1100 | 10110 | 1000100 | 111110 |
Color Harmonies of #E08E5D
Complementary color
Monochromatic Colors of #E08E5D
Black with #E08E5D
Text Example
Text Example
White with #E08E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E5D; }
p { color: rgb(224,142,93); }
H1.HeaderClassName
{
color: #E08E5D;
}
.AnyTagClassName
{
color: #E08E5D;
}
</style>
background-color css
<style>
a { background-color: #E08E5D; }
a { background-color: rgb(224,142,93); }
div.DivClassName
{
background-color: #E08E5D;
}
.BgClassName
{
background-color: #E08E5D;
}
</style>
border-color css
<style>
span { border-color: #E08E5D; }
span { border-color: rgb(224,142,93); }
td.TdClassName
{
border-color: #E08E5D;
}
.TagClassName
{
border-color: #E08E5D;
}
</style>