Shades of Whiskey Sour #E18A56
Tints of Whiskey Sour #E18A56
RGB
CMYK
RGB Variations
Color information
#E18A56 (or 0xE18A56) is known color: Whiskey Sour. HEX triplet: E1, 8A and 56. RGB value is (225,138,86). Sum of RGB (Red+Green+Blue) = 225+138+86=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A56 is #1E75A9. Grayscale: #9E9E9E. Windows color (decimal): -1996202 or 5671649. OLE color: 5671649.
HSL color Cylindrical-coordinate representation of color #E18A56: hue angle of 22.45º degrees, saturation: 0.7, 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 #E18A56 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 86 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.12 |
| HSL | 22.45º | 0.7% | 0.61% | - |
| HSV(B) | 22.45º | 0.62% | 0.88% | - |
| XYZ | 41.82 | 34.86 | 13.33 | - |
| YUV | 158.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 86 | 0 | 0.39 | 0.62 | 0.12 | 22.45 | 0.7 | 0.61 |
| Hex | E1 | 8A | 56 | 0 | 27 | 3E | C | 16 | 46 | 3D |
| Octal | 341 | 212 | 126 | 0 | 47 | 76 | 14 | 26 | 106 | 75 |
| Binary | 11100001 | 10001010 | 1010110 | 0 | 100111 | 111110 | 1100 | 10110 | 1000110 | 111101 |
Color Harmonies of #E18A56
Complementary color
Monochromatic Colors of #E18A56
Black with #E18A56
Text Example
Text Example
White with #E18A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A56; }
p { color: rgb(225,138,86); }
H1.HeaderClassName
{
color: #E18A56;
}
.AnyTagClassName
{
color: #E18A56;
}
</style>
background-color css
<style>
a { background-color: #E18A56; }
a { background-color: rgb(225,138,86); }
div.DivClassName
{
background-color: #E18A56;
}
.BgClassName
{
background-color: #E18A56;
}
</style>
border-color css
<style>
span { border-color: #E18A56; }
span { border-color: rgb(225,138,86); }
td.TdClassName
{
border-color: #E18A56;
}
.TagClassName
{
border-color: #E18A56;
}
</style>