Shades of Whiskey Sour #E2915E
Tints of Whiskey Sour #E2915E
RGB
CMYK
RGB Variations
Color information
#E2915E (or 0xE2915E) is known color: Whiskey Sour. HEX triplet: E2, 91 and 5E. RGB value is (226,145,94). Sum of RGB (Red+Green+Blue) = 226+145+94=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2915E is #1D6EA1. Grayscale: #A3A3A3. Windows color (decimal): -1928866 or 6197730. OLE color: 6197730.
HSL color Cylindrical-coordinate representation of color #E2915E: hue angle of 23.18º 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 #E2915E is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 94 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.11 |
| HSL | 23.18º | 0.69% | 0.63% | - |
| HSV(B) | 23.18º | 0.58% | 0.89% | - |
| XYZ | 43.51 | 37.23 | 15.48 | - |
| YUV | 163.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 94 | 0 | 0.36 | 0.58 | 0.11 | 23.18 | 0.69 | 0.63 |
| Hex | E2 | 91 | 5E | 0 | 24 | 3A | B | 17 | 45 | 3F |
| Octal | 342 | 221 | 136 | 0 | 44 | 72 | 13 | 27 | 105 | 77 |
| Binary | 11100010 | 10010001 | 1011110 | 0 | 100100 | 111010 | 1011 | 10111 | 1000101 | 111111 |
Color Harmonies of #E2915E
Complementary color
Monochromatic Colors of #E2915E
Black with #E2915E
Text Example
Text Example
White with #E2915E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2915E; }
p { color: rgb(226,145,94); }
H1.HeaderClassName
{
color: #E2915E;
}
.AnyTagClassName
{
color: #E2915E;
}
</style>
background-color css
<style>
a { background-color: #E2915E; }
a { background-color: rgb(226,145,94); }
div.DivClassName
{
background-color: #E2915E;
}
.BgClassName
{
background-color: #E2915E;
}
</style>
border-color css
<style>
span { border-color: #E2915E; }
span { border-color: rgb(226,145,94); }
td.TdClassName
{
border-color: #E2915E;
}
.TagClassName
{
border-color: #E2915E;
}
</style>