Shades of Whiskey Sour #E1925E
Tints of Whiskey Sour #E1925E
RGB
CMYK
RGB Variations
Color information
#E1925E (or 0xE1925E) is known color: Whiskey Sour. HEX triplet: E1, 92 and 5E. RGB value is (225,146,94). Sum of RGB (Red+Green+Blue) = 225+146+94=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1925E is #1E6DA1. Grayscale: #A3A3A3. Windows color (decimal): -1994146 or 6197985. OLE color: 6197985.
HSL color Cylindrical-coordinate representation of color #E1925E: hue angle of 23.82º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1925E is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 94 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.12 |
| HSL | 23.82º | 0.69% | 0.63% | - |
| HSV(B) | 23.82º | 0.58% | 0.88% | - |
| XYZ | 43.35 | 37.37 | 15.52 | - |
| YUV | 163.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 94 | 0 | 0.35 | 0.58 | 0.12 | 23.82 | 0.69 | 0.63 |
| Hex | E1 | 92 | 5E | 0 | 23 | 3A | C | 18 | 45 | 3F |
| Octal | 341 | 222 | 136 | 0 | 43 | 72 | 14 | 30 | 105 | 77 |
| Binary | 11100001 | 10010010 | 1011110 | 0 | 100011 | 111010 | 1100 | 11000 | 1000101 | 111111 |
Color Harmonies of #E1925E
Complementary color
Monochromatic Colors of #E1925E
Black with #E1925E
Text Example
Text Example
White with #E1925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1925E; }
p { color: rgb(225,146,94); }
H1.HeaderClassName
{
color: #E1925E;
}
.AnyTagClassName
{
color: #E1925E;
}
</style>
background-color css
<style>
a { background-color: #E1925E; }
a { background-color: rgb(225,146,94); }
div.DivClassName
{
background-color: #E1925E;
}
.BgClassName
{
background-color: #E1925E;
}
</style>
border-color css
<style>
span { border-color: #E1925E; }
span { border-color: rgb(225,146,94); }
td.TdClassName
{
border-color: #E1925E;
}
.TagClassName
{
border-color: #E1925E;
}
</style>