Shades of Whiskey Sour #E29056
Tints of Whiskey Sour #E29056
RGB
CMYK
RGB Variations
Color information
#E29056 (or 0xE29056) is known color: Whiskey Sour. HEX triplet: E2, 90 and 56. RGB value is (226,144,86). Sum of RGB (Red+Green+Blue) = 226+144+86=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E29056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29056 is #1D6FA9. Grayscale: #A2A2A2. Windows color (decimal): -1929130 or 5673186. OLE color: 5673186.
HSL color Cylindrical-coordinate representation of color #E29056: hue angle of 24.86º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E29056 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 86 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.11 |
| HSL | 24.86º | 0.71% | 0.61% | - |
| HSV(B) | 24.86º | 0.62% | 0.89% | - |
| XYZ | 43.02 | 36.79 | 13.64 | - |
| YUV | 161.91 | 85.17 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 86 | 0 | 0.36 | 0.62 | 0.11 | 24.86 | 0.71 | 0.61 |
| Hex | E2 | 90 | 56 | 0 | 24 | 3E | B | 19 | 47 | 3D |
| Octal | 342 | 220 | 126 | 0 | 44 | 76 | 13 | 31 | 107 | 75 |
| Binary | 11100010 | 10010000 | 1010110 | 0 | 100100 | 111110 | 1011 | 11001 | 1000111 | 111101 |
Color Harmonies of #E29056
Complementary color
Monochromatic Colors of #E29056
Black with #E29056
Text Example
Text Example
White with #E29056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29056; }
p { color: rgb(226,144,86); }
H1.HeaderClassName
{
color: #E29056;
}
.AnyTagClassName
{
color: #E29056;
}
</style>
background-color css
<style>
a { background-color: #E29056; }
a { background-color: rgb(226,144,86); }
div.DivClassName
{
background-color: #E29056;
}
.BgClassName
{
background-color: #E29056;
}
</style>
border-color css
<style>
span { border-color: #E29056; }
span { border-color: rgb(226,144,86); }
td.TdClassName
{
border-color: #E29056;
}
.TagClassName
{
border-color: #E29056;
}
</style>