Shades of Whiskey Sour #E2925E
Tints of Whiskey Sour #E2925E
RGB
CMYK
RGB Variations
Color information
#E2925E (or 0xE2925E) is known color: Whiskey Sour. HEX triplet: E2, 92 and 5E. RGB value is (226,146,94). Sum of RGB (Red+Green+Blue) = 226+146+94=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2925E is #1D6DA1. Grayscale: #A4A4A4. Windows color (decimal): -1928610 or 6197986. OLE color: 6197986.
HSL color Cylindrical-coordinate representation of color #E2925E: hue angle of 23.64º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2925E is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 94 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.11 |
| HSL | 23.64º | 0.69% | 0.63% | - |
| HSV(B) | 23.64º | 0.58% | 0.89% | - |
| XYZ | 43.66 | 37.53 | 15.53 | - |
| YUV | 163.99 | 88.5 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 94 | 0 | 0.35 | 0.58 | 0.11 | 23.64 | 0.69 | 0.63 |
| Hex | E2 | 92 | 5E | 0 | 23 | 3A | B | 18 | 45 | 3F |
| Octal | 342 | 222 | 136 | 0 | 43 | 72 | 13 | 30 | 105 | 77 |
| Binary | 11100010 | 10010010 | 1011110 | 0 | 100011 | 111010 | 1011 | 11000 | 1000101 | 111111 |
Color Harmonies of #E2925E
Complementary color
Monochromatic Colors of #E2925E
Black with #E2925E
Text Example
Text Example
White with #E2925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2925E; }
p { color: rgb(226,146,94); }
H1.HeaderClassName
{
color: #E2925E;
}
.AnyTagClassName
{
color: #E2925E;
}
</style>
background-color css
<style>
a { background-color: #E2925E; }
a { background-color: rgb(226,146,94); }
div.DivClassName
{
background-color: #E2925E;
}
.BgClassName
{
background-color: #E2925E;
}
</style>
border-color css
<style>
span { border-color: #E2925E; }
span { border-color: rgb(226,146,94); }
td.TdClassName
{
border-color: #E2925E;
}
.TagClassName
{
border-color: #E2925E;
}
</style>