Shades of Whiskey Sour #E18C57
Tints of Whiskey Sour #E18C57
RGB
CMYK
RGB Variations
Color information
#E18C57 (or 0xE18C57) is known color: Whiskey Sour. HEX triplet: E1, 8C and 57. RGB value is (225,140,87). Sum of RGB (Red+Green+Blue) = 225+140+87=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C57 is #1E73A8. Grayscale: #9F9F9F. Windows color (decimal): -1995689 or 5737697. OLE color: 5737697.
HSL color Cylindrical-coordinate representation of color #E18C57: hue angle of 23.04º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E18C57 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 87 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.12 |
| HSL | 23.04º | 0.7% | 0.61% | - |
| HSV(B) | 23.04º | 0.61% | 0.88% | - |
| XYZ | 42.15 | 35.45 | 13.64 | - |
| YUV | 159.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 87 | 0 | 0.38 | 0.61 | 0.12 | 23.04 | 0.7 | 0.61 |
| Hex | E1 | 8C | 57 | 0 | 26 | 3D | C | 17 | 46 | 3D |
| Octal | 341 | 214 | 127 | 0 | 46 | 75 | 14 | 27 | 106 | 75 |
| Binary | 11100001 | 10001100 | 1010111 | 0 | 100110 | 111101 | 1100 | 10111 | 1000110 | 111101 |
Color Harmonies of #E18C57
Complementary color
Monochromatic Colors of #E18C57
Black with #E18C57
Text Example
Text Example
White with #E18C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C57; }
p { color: rgb(225,140,87); }
H1.HeaderClassName
{
color: #E18C57;
}
.AnyTagClassName
{
color: #E18C57;
}
</style>
background-color css
<style>
a { background-color: #E18C57; }
a { background-color: rgb(225,140,87); }
div.DivClassName
{
background-color: #E18C57;
}
.BgClassName
{
background-color: #E18C57;
}
</style>
border-color css
<style>
span { border-color: #E18C57; }
span { border-color: rgb(225,140,87); }
td.TdClassName
{
border-color: #E18C57;
}
.TagClassName
{
border-color: #E18C57;
}
</style>