Shades of Whiskey Sour #E18F52
Tints of Whiskey Sour #E18F52
RGB
CMYK
RGB Variations
Color information
#E18F52 (or 0xE18F52) is known color: Whiskey Sour. HEX triplet: E1, 8F and 52. RGB value is (225,143,82). Sum of RGB (Red+Green+Blue) = 225+143+82=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F52 is #1E70AD. Grayscale: #A0A0A0. Windows color (decimal): -1994926 or 5410785. OLE color: 5410785.
HSL color Cylindrical-coordinate representation of color #E18F52: hue angle of 25.59º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E18F52 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 82 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.12 |
| HSL | 25.59º | 0.7% | 0.6% | - |
| HSV(B) | 25.59º | 0.64% | 0.88% | - |
| XYZ | 42.4 | 36.26 | 12.75 | - |
| YUV | 160.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 82 | 0 | 0.36 | 0.64 | 0.12 | 25.59 | 0.7 | 0.6 |
| Hex | E1 | 8F | 52 | 0 | 24 | 40 | C | 1A | 46 | 3C |
| Octal | 341 | 217 | 122 | 0 | 44 | 100 | 14 | 32 | 106 | 74 |
| Binary | 11100001 | 10001111 | 1010010 | 0 | 100100 | 1000000 | 1100 | 11010 | 1000110 | 111100 |
Color Harmonies of #E18F52
Complementary color
Monochromatic Colors of #E18F52
Black with #E18F52
Text Example
Text Example
White with #E18F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F52; }
p { color: rgb(225,143,82); }
H1.HeaderClassName
{
color: #E18F52;
}
.AnyTagClassName
{
color: #E18F52;
}
</style>
background-color css
<style>
a { background-color: #E18F52; }
a { background-color: rgb(225,143,82); }
div.DivClassName
{
background-color: #E18F52;
}
.BgClassName
{
background-color: #E18F52;
}
</style>
border-color css
<style>
span { border-color: #E18F52; }
span { border-color: rgb(225,143,82); }
td.TdClassName
{
border-color: #E18F52;
}
.TagClassName
{
border-color: #E18F52;
}
</style>