Shades of Whiskey Sour #E0935C
Tints of Whiskey Sour #E0935C
RGB
CMYK
RGB Variations
Color information
#E0935C (or 0xE0935C) is known color: Whiskey Sour. HEX triplet: E0, 93 and 5C. RGB value is (224,147,92). Sum of RGB (Red+Green+Blue) = 224+147+92=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0935C is #1F6CA3. Grayscale: #A4A4A4. Windows color (decimal): -2059428 or 6067168. OLE color: 6067168.
HSL color Cylindrical-coordinate representation of color #E0935C: hue angle of 25º 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 #E0935C is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 92 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.12 |
| HSL | 25º | 0.68% | 0.62% | - |
| HSV(B) | 25º | 0.59% | 0.88% | - |
| XYZ | 43.11 | 37.49 | 15.09 | - |
| YUV | 163.75 | 87.51 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 92 | 0 | 0.34 | 0.59 | 0.12 | 25 | 0.68 | 0.62 |
| Hex | E0 | 93 | 5C | 0 | 22 | 3B | C | 19 | 44 | 3E |
| Octal | 340 | 223 | 134 | 0 | 42 | 73 | 14 | 31 | 104 | 76 |
| Binary | 11100000 | 10010011 | 1011100 | 0 | 100010 | 111011 | 1100 | 11001 | 1000100 | 111110 |
Color Harmonies of #E0935C
Complementary color
Monochromatic Colors of #E0935C
Black with #E0935C
Text Example
Text Example
White with #E0935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0935C; }
p { color: rgb(224,147,92); }
H1.HeaderClassName
{
color: #E0935C;
}
.AnyTagClassName
{
color: #E0935C;
}
</style>
background-color css
<style>
a { background-color: #E0935C; }
a { background-color: rgb(224,147,92); }
div.DivClassName
{
background-color: #E0935C;
}
.BgClassName
{
background-color: #E0935C;
}
</style>
border-color css
<style>
span { border-color: #E0935C; }
span { border-color: rgb(224,147,92); }
td.TdClassName
{
border-color: #E0935C;
}
.TagClassName
{
border-color: #E0935C;
}
</style>