Shades of Whiskey Sour #E09360
Tints of Whiskey Sour #E09360
RGB
CMYK
RGB Variations
Color information
#E09360 (or 0xE09360) is known color: Whiskey Sour. HEX triplet: E0, 93 and 60. RGB value is (224,147,96). Sum of RGB (Red+Green+Blue) = 224+147+96=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E09360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09360 is #1F6C9F. Grayscale: #A4A4A4. Windows color (decimal): -2059424 or 6329312. OLE color: 6329312.
HSL color Cylindrical-coordinate representation of color #E09360: hue angle of 23.91º 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 #E09360 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 96 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.12 |
| HSL | 23.91º | 0.67% | 0.63% | - |
| HSV(B) | 23.91º | 0.57% | 0.88% | - |
| XYZ | 43.29 | 37.56 | 16.03 | - |
| YUV | 164.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 96 | 0 | 0.34 | 0.57 | 0.12 | 23.91 | 0.67 | 0.63 |
| Hex | E0 | 93 | 60 | 0 | 22 | 39 | C | 18 | 43 | 3F |
| Octal | 340 | 223 | 140 | 0 | 42 | 71 | 14 | 30 | 103 | 77 |
| Binary | 11100000 | 10010011 | 1100000 | 0 | 100010 | 111001 | 1100 | 11000 | 1000011 | 111111 |
Color Harmonies of #E09360
Complementary color
Monochromatic Colors of #E09360
Black with #E09360
Text Example
Text Example
White with #E09360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09360; }
p { color: rgb(224,147,96); }
H1.HeaderClassName
{
color: #E09360;
}
.AnyTagClassName
{
color: #E09360;
}
</style>
background-color css
<style>
a { background-color: #E09360; }
a { background-color: rgb(224,147,96); }
div.DivClassName
{
background-color: #E09360;
}
.BgClassName
{
background-color: #E09360;
}
</style>
border-color css
<style>
span { border-color: #E09360; }
span { border-color: rgb(224,147,96); }
td.TdClassName
{
border-color: #E09360;
}
.TagClassName
{
border-color: #E09360;
}
</style>