Shades of Whiskey Sour #E08955
Tints of Whiskey Sour #E08955
RGB
CMYK
RGB Variations
Color information
#E08955 (or 0xE08955) is known color: Whiskey Sour. HEX triplet: E0, 89 and 55. RGB value is (224,137,85). Sum of RGB (Red+Green+Blue) = 224+137+85=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E08955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08955 is #1F76AA. Grayscale: #9D9D9D. Windows color (decimal): -2061995 or 5605856. OLE color: 5605856.
HSL color Cylindrical-coordinate representation of color #E08955: hue angle of 22.45º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E08955 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 85 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.12 |
| HSL | 22.45º | 0.69% | 0.61% | - |
| HSV(B) | 22.45º | 0.62% | 0.88% | - |
| XYZ | 41.33 | 34.39 | 13.06 | - |
| YUV | 157.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 85 | 0 | 0.39 | 0.62 | 0.12 | 22.45 | 0.69 | 0.61 |
| Hex | E0 | 89 | 55 | 0 | 27 | 3E | C | 16 | 45 | 3D |
| Octal | 340 | 211 | 125 | 0 | 47 | 76 | 14 | 26 | 105 | 75 |
| Binary | 11100000 | 10001001 | 1010101 | 0 | 100111 | 111110 | 1100 | 10110 | 1000101 | 111101 |
Color Harmonies of #E08955
Complementary color
Monochromatic Colors of #E08955
Black with #E08955
Text Example
Text Example
White with #E08955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08955; }
p { color: rgb(224,137,85); }
H1.HeaderClassName
{
color: #E08955;
}
.AnyTagClassName
{
color: #E08955;
}
</style>
background-color css
<style>
a { background-color: #E08955; }
a { background-color: rgb(224,137,85); }
div.DivClassName
{
background-color: #E08955;
}
.BgClassName
{
background-color: #E08955;
}
</style>
border-color css
<style>
span { border-color: #E08955; }
span { border-color: rgb(224,137,85); }
td.TdClassName
{
border-color: #E08955;
}
.TagClassName
{
border-color: #E08955;
}
</style>