Shades of Whiskey Sour #E2905A
Tints of Whiskey Sour #E2905A
RGB
CMYK
RGB Variations
Color information
#E2905A (or 0xE2905A) is known color: Whiskey Sour. HEX triplet: E2, 90 and 5A. RGB value is (226,144,90). Sum of RGB (Red+Green+Blue) = 226+144+90=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E2905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2905A is #1D6FA5. Grayscale: #A2A2A2. Windows color (decimal): -1929126 or 5935330. OLE color: 5935330.
HSL color Cylindrical-coordinate representation of color #E2905A: hue angle of 23.82º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2905A is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 90 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.11 |
| HSL | 23.82º | 0.7% | 0.62% | - |
| HSV(B) | 23.82º | 0.6% | 0.89% | - |
| XYZ | 43.18 | 36.85 | 14.51 | - |
| YUV | 162.36 | 87.17 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 90 | 0 | 0.36 | 0.60 | 0.11 | 23.82 | 0.7 | 0.62 |
| Hex | E2 | 90 | 5A | 0 | 24 | 3C | B | 18 | 46 | 3E |
| Octal | 342 | 220 | 132 | 0 | 44 | 74 | 13 | 30 | 106 | 76 |
| Binary | 11100010 | 10010000 | 1011010 | 0 | 100100 | 111100 | 1011 | 11000 | 1000110 | 111110 |
Color Harmonies of #E2905A
Complementary color
Monochromatic Colors of #E2905A
Black with #E2905A
Text Example
Text Example
White with #E2905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2905A; }
p { color: rgb(226,144,90); }
H1.HeaderClassName
{
color: #E2905A;
}
.AnyTagClassName
{
color: #E2905A;
}
</style>
background-color css
<style>
a { background-color: #E2905A; }
a { background-color: rgb(226,144,90); }
div.DivClassName
{
background-color: #E2905A;
}
.BgClassName
{
background-color: #E2905A;
}
</style>
border-color css
<style>
span { border-color: #E2905A; }
span { border-color: rgb(226,144,90); }
td.TdClassName
{
border-color: #E2905A;
}
.TagClassName
{
border-color: #E2905A;
}
</style>