Shades of Whiskey Sour #E18C54
Tints of Whiskey Sour #E18C54
RGB
CMYK
RGB Variations
Color information
#E18C54 (or 0xE18C54) is known color: Whiskey Sour. HEX triplet: E1, 8C and 54. RGB value is (225,140,84). Sum of RGB (Red+Green+Blue) = 225+140+84=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C54 is #1E73AB. Grayscale: #9F9F9F. Windows color (decimal): -1995692 or 5541089. OLE color: 5541089.
HSL color Cylindrical-coordinate representation of color #E18C54: hue angle of 23.83º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E18C54 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 84 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.12 |
| HSL | 23.83º | 0.7% | 0.61% | - |
| HSV(B) | 23.83º | 0.63% | 0.88% | - |
| XYZ | 42.03 | 35.4 | 13.01 | - |
| YUV | 159.03 | 85.66 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 84 | 0 | 0.38 | 0.63 | 0.12 | 23.83 | 0.7 | 0.61 |
| Hex | E1 | 8C | 54 | 0 | 26 | 3F | C | 18 | 46 | 3D |
| Octal | 341 | 214 | 124 | 0 | 46 | 77 | 14 | 30 | 106 | 75 |
| Binary | 11100001 | 10001100 | 1010100 | 0 | 100110 | 111111 | 1100 | 11000 | 1000110 | 111101 |
Color Harmonies of #E18C54
Complementary color
Monochromatic Colors of #E18C54
Black with #E18C54
Text Example
Text Example
White with #E18C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C54; }
p { color: rgb(225,140,84); }
H1.HeaderClassName
{
color: #E18C54;
}
.AnyTagClassName
{
color: #E18C54;
}
</style>
background-color css
<style>
a { background-color: #E18C54; }
a { background-color: rgb(225,140,84); }
div.DivClassName
{
background-color: #E18C54;
}
.BgClassName
{
background-color: #E18C54;
}
</style>
border-color css
<style>
span { border-color: #E18C54; }
span { border-color: rgb(225,140,84); }
td.TdClassName
{
border-color: #E18C54;
}
.TagClassName
{
border-color: #E18C54;
}
</style>