Shades of Whiskey Sour #E09260
Tints of Whiskey Sour #E09260
RGB
CMYK
RGB Variations
Color information
#E09260 (or 0xE09260) is known color: Whiskey Sour. HEX triplet: E0, 92 and 60. RGB value is (224,146,96). Sum of RGB (Red+Green+Blue) = 224+146+96=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E09260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09260 is #1F6D9F. Grayscale: #A3A3A3. Windows color (decimal): -2059680 or 6329056. OLE color: 6329056.
HSL color Cylindrical-coordinate representation of color #E09260: hue angle of 23.44º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E09260 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 96 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.12 |
| HSL | 23.44º | 0.67% | 0.63% | - |
| HSV(B) | 23.44º | 0.57% | 0.88% | - |
| XYZ | 43.13 | 37.25 | 15.98 | - |
| YUV | 163.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 96 | 0 | 0.35 | 0.57 | 0.12 | 23.44 | 0.67 | 0.63 |
| Hex | E0 | 92 | 60 | 0 | 23 | 39 | C | 17 | 43 | 3F |
| Octal | 340 | 222 | 140 | 0 | 43 | 71 | 14 | 27 | 103 | 77 |
| Binary | 11100000 | 10010010 | 1100000 | 0 | 100011 | 111001 | 1100 | 10111 | 1000011 | 111111 |
Color Harmonies of #E09260
Complementary color
Monochromatic Colors of #E09260
Black with #E09260
Text Example
Text Example
White with #E09260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09260; }
p { color: rgb(224,146,96); }
H1.HeaderClassName
{
color: #E09260;
}
.AnyTagClassName
{
color: #E09260;
}
</style>
background-color css
<style>
a { background-color: #E09260; }
a { background-color: rgb(224,146,96); }
div.DivClassName
{
background-color: #E09260;
}
.BgClassName
{
background-color: #E09260;
}
</style>
border-color css
<style>
span { border-color: #E09260; }
span { border-color: rgb(224,146,96); }
td.TdClassName
{
border-color: #E09260;
}
.TagClassName
{
border-color: #E09260;
}
</style>