Shades of Whiskey Sour #E1915A
Tints of Whiskey Sour #E1915A
RGB
CMYK
RGB Variations
Color information
#E1915A (or 0xE1915A) is known color: Whiskey Sour. HEX triplet: E1, 91 and 5A. RGB value is (225,145,90). Sum of RGB (Red+Green+Blue) = 225+145+90=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1915A is #1E6EA5. Grayscale: #A2A2A2. Windows color (decimal): -1994406 or 5935585. OLE color: 5935585.
HSL color Cylindrical-coordinate representation of color #E1915A: hue angle of 24.44º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1915A is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 90 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.12 |
| HSL | 24.44º | 0.69% | 0.62% | - |
| HSV(B) | 24.44º | 0.6% | 0.88% | - |
| XYZ | 43.02 | 37 | 14.55 | - |
| YUV | 162.65 | 87 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 90 | 0 | 0.36 | 0.60 | 0.12 | 24.44 | 0.69 | 0.62 |
| Hex | E1 | 91 | 5A | 0 | 24 | 3C | C | 18 | 45 | 3E |
| Octal | 341 | 221 | 132 | 0 | 44 | 74 | 14 | 30 | 105 | 76 |
| Binary | 11100001 | 10010001 | 1011010 | 0 | 100100 | 111100 | 1100 | 11000 | 1000101 | 111110 |
Color Harmonies of #E1915A
Complementary color
Monochromatic Colors of #E1915A
Black with #E1915A
Text Example
Text Example
White with #E1915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1915A; }
p { color: rgb(225,145,90); }
H1.HeaderClassName
{
color: #E1915A;
}
.AnyTagClassName
{
color: #E1915A;
}
</style>
background-color css
<style>
a { background-color: #E1915A; }
a { background-color: rgb(225,145,90); }
div.DivClassName
{
background-color: #E1915A;
}
.BgClassName
{
background-color: #E1915A;
}
</style>
border-color css
<style>
span { border-color: #E1915A; }
span { border-color: rgb(225,145,90); }
td.TdClassName
{
border-color: #E1915A;
}
.TagClassName
{
border-color: #E1915A;
}
</style>