Shades of Whiskey Sour #E18F5D
Tints of Whiskey Sour #E18F5D
RGB
CMYK
RGB Variations
Color information
#E18F5D (or 0xE18F5D) is known color: Whiskey Sour. HEX triplet: E1, 8F and 5D. RGB value is (225,143,93). Sum of RGB (Red+Green+Blue) = 225+143+93=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F5D is #1E70A2. Grayscale: #A2A2A2. Windows color (decimal): -1994915 or 6131681. OLE color: 6131681.
HSL color Cylindrical-coordinate representation of color #E18F5D: hue angle of 22.73º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E18F5D is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 93 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.12 |
| HSL | 22.73º | 0.69% | 0.62% | - |
| HSV(B) | 22.73º | 0.59% | 0.88% | - |
| XYZ | 42.85 | 36.44 | 15.13 | - |
| YUV | 161.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 93 | 0 | 0.36 | 0.59 | 0.12 | 22.73 | 0.69 | 0.62 |
| Hex | E1 | 8F | 5D | 0 | 24 | 3B | C | 17 | 45 | 3E |
| Octal | 341 | 217 | 135 | 0 | 44 | 73 | 14 | 27 | 105 | 76 |
| Binary | 11100001 | 10001111 | 1011101 | 0 | 100100 | 111011 | 1100 | 10111 | 1000101 | 111110 |
Color Harmonies of #E18F5D
Complementary color
Monochromatic Colors of #E18F5D
Black with #E18F5D
Text Example
Text Example
White with #E18F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F5D; }
p { color: rgb(225,143,93); }
H1.HeaderClassName
{
color: #E18F5D;
}
.AnyTagClassName
{
color: #E18F5D;
}
</style>
background-color css
<style>
a { background-color: #E18F5D; }
a { background-color: rgb(225,143,93); }
div.DivClassName
{
background-color: #E18F5D;
}
.BgClassName
{
background-color: #E18F5D;
}
</style>
border-color css
<style>
span { border-color: #E18F5D; }
span { border-color: rgb(225,143,93); }
td.TdClassName
{
border-color: #E18F5D;
}
.TagClassName
{
border-color: #E18F5D;
}
</style>