Shades of Whiskey Sour #E0915C
Tints of Whiskey Sour #E0915C
RGB
CMYK
RGB Variations
Color information
#E0915C (or 0xE0915C) is known color: Whiskey Sour. HEX triplet: E0, 91 and 5C. RGB value is (224,145,92). Sum of RGB (Red+Green+Blue) = 224+145+92=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0915C is #1F6EA3. Grayscale: #A2A2A2. Windows color (decimal): -2059940 or 6066656. OLE color: 6066656.
HSL color Cylindrical-coordinate representation of color #E0915C: hue angle of 24.09º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0915C is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 92 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.12 |
| HSL | 24.09º | 0.68% | 0.62% | - |
| HSV(B) | 24.09º | 0.59% | 0.88% | - |
| XYZ | 42.8 | 36.87 | 14.99 | - |
| YUV | 162.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 92 | 0 | 0.35 | 0.59 | 0.12 | 24.09 | 0.68 | 0.62 |
| Hex | E0 | 91 | 5C | 0 | 23 | 3B | C | 18 | 44 | 3E |
| Octal | 340 | 221 | 134 | 0 | 43 | 73 | 14 | 30 | 104 | 76 |
| Binary | 11100000 | 10010001 | 1011100 | 0 | 100011 | 111011 | 1100 | 11000 | 1000100 | 111110 |
Color Harmonies of #E0915C
Complementary color
Monochromatic Colors of #E0915C
Black with #E0915C
Text Example
Text Example
White with #E0915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0915C; }
p { color: rgb(224,145,92); }
H1.HeaderClassName
{
color: #E0915C;
}
.AnyTagClassName
{
color: #E0915C;
}
</style>
background-color css
<style>
a { background-color: #E0915C; }
a { background-color: rgb(224,145,92); }
div.DivClassName
{
background-color: #E0915C;
}
.BgClassName
{
background-color: #E0915C;
}
</style>
border-color css
<style>
span { border-color: #E0915C; }
span { border-color: rgb(224,145,92); }
td.TdClassName
{
border-color: #E0915C;
}
.TagClassName
{
border-color: #E0915C;
}
</style>