Shades of Whiskey Sour #E1925C
Tints of Whiskey Sour #E1925C
RGB
CMYK
RGB Variations
Color information
#E1925C (or 0xE1925C) is known color: Whiskey Sour. HEX triplet: E1, 92 and 5C. RGB value is (225,146,92). Sum of RGB (Red+Green+Blue) = 225+146+92=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1925C is #1E6DA3. Grayscale: #A3A3A3. Windows color (decimal): -1994148 or 6066913. OLE color: 6066913.
HSL color Cylindrical-coordinate representation of color #E1925C: hue angle of 24.36º 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 #E1925C is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 92 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.12 |
| HSL | 24.36º | 0.69% | 0.62% | - |
| HSV(B) | 24.36º | 0.59% | 0.88% | - |
| XYZ | 43.26 | 37.34 | 15.05 | - |
| YUV | 163.47 | 87.67 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 92 | 0 | 0.35 | 0.59 | 0.12 | 24.36 | 0.69 | 0.62 |
| Hex | E1 | 92 | 5C | 0 | 23 | 3B | C | 18 | 45 | 3E |
| Octal | 341 | 222 | 134 | 0 | 43 | 73 | 14 | 30 | 105 | 76 |
| Binary | 11100001 | 10010010 | 1011100 | 0 | 100011 | 111011 | 1100 | 11000 | 1000101 | 111110 |
Color Harmonies of #E1925C
Complementary color
Monochromatic Colors of #E1925C
Black with #E1925C
Text Example
Text Example
White with #E1925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1925C; }
p { color: rgb(225,146,92); }
H1.HeaderClassName
{
color: #E1925C;
}
.AnyTagClassName
{
color: #E1925C;
}
</style>
background-color css
<style>
a { background-color: #E1925C; }
a { background-color: rgb(225,146,92); }
div.DivClassName
{
background-color: #E1925C;
}
.BgClassName
{
background-color: #E1925C;
}
</style>
border-color css
<style>
span { border-color: #E1925C; }
span { border-color: rgb(225,146,92); }
td.TdClassName
{
border-color: #E1925C;
}
.TagClassName
{
border-color: #E1925C;
}
</style>