Shades of Whiskey Sour #E1925F
Tints of Whiskey Sour #E1925F
RGB
CMYK
RGB Variations
Color information
#E1925F (or 0xE1925F) is known color: Whiskey Sour. HEX triplet: E1, 92 and 5F. RGB value is (225,146,95). Sum of RGB (Red+Green+Blue) = 225+146+95=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1925F is #1E6DA0. Grayscale: #A4A4A4. Windows color (decimal): -1994145 or 6263521. OLE color: 6263521.
HSL color Cylindrical-coordinate representation of color #E1925F: hue angle of 23.54º degrees, saturation: 0.68, 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 #E1925F is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 95 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.12 |
| HSL | 23.54º | 0.68% | 0.63% | - |
| HSV(B) | 23.54º | 0.58% | 0.88% | - |
| XYZ | 43.4 | 37.39 | 15.76 | - |
| YUV | 163.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 95 | 0 | 0.35 | 0.58 | 0.12 | 23.54 | 0.68 | 0.63 |
| Hex | E1 | 92 | 5F | 0 | 23 | 3A | C | 18 | 44 | 3F |
| Octal | 341 | 222 | 137 | 0 | 43 | 72 | 14 | 30 | 104 | 77 |
| Binary | 11100001 | 10010010 | 1011111 | 0 | 100011 | 111010 | 1100 | 11000 | 1000100 | 111111 |
Color Harmonies of #E1925F
Complementary color
Monochromatic Colors of #E1925F
Black with #E1925F
Text Example
Text Example
White with #E1925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1925F; }
p { color: rgb(225,146,95); }
H1.HeaderClassName
{
color: #E1925F;
}
.AnyTagClassName
{
color: #E1925F;
}
</style>
background-color css
<style>
a { background-color: #E1925F; }
a { background-color: rgb(225,146,95); }
div.DivClassName
{
background-color: #E1925F;
}
.BgClassName
{
background-color: #E1925F;
}
</style>
border-color css
<style>
span { border-color: #E1925F; }
span { border-color: rgb(225,146,95); }
td.TdClassName
{
border-color: #E1925F;
}
.TagClassName
{
border-color: #E1925F;
}
</style>