Shades of Whiskey Sour #E0925D
Tints of Whiskey Sour #E0925D
RGB
CMYK
RGB Variations
Color information
#E0925D (or 0xE0925D) is known color: Whiskey Sour. HEX triplet: E0, 92 and 5D. RGB value is (224,146,93). Sum of RGB (Red+Green+Blue) = 224+146+93=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0925D is #1F6DA2. Grayscale: #A3A3A3. Windows color (decimal): -2059683 or 6132448. OLE color: 6132448.
HSL color Cylindrical-coordinate representation of color #E0925D: hue angle of 24.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0925D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 93 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.12 |
| HSL | 24.27º | 0.68% | 0.62% | - |
| HSV(B) | 24.27º | 0.58% | 0.88% | - |
| XYZ | 43 | 37.2 | 15.27 | - |
| YUV | 163.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 93 | 0 | 0.35 | 0.58 | 0.12 | 24.27 | 0.68 | 0.62 |
| Hex | E0 | 92 | 5D | 0 | 23 | 3A | C | 18 | 44 | 3E |
| Octal | 340 | 222 | 135 | 0 | 43 | 72 | 14 | 30 | 104 | 76 |
| Binary | 11100000 | 10010010 | 1011101 | 0 | 100011 | 111010 | 1100 | 11000 | 1000100 | 111110 |
Color Harmonies of #E0925D
Complementary color
Monochromatic Colors of #E0925D
Black with #E0925D
Text Example
Text Example
White with #E0925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0925D; }
p { color: rgb(224,146,93); }
H1.HeaderClassName
{
color: #E0925D;
}
.AnyTagClassName
{
color: #E0925D;
}
</style>
background-color css
<style>
a { background-color: #E0925D; }
a { background-color: rgb(224,146,93); }
div.DivClassName
{
background-color: #E0925D;
}
.BgClassName
{
background-color: #E0925D;
}
</style>
border-color css
<style>
span { border-color: #E0925D; }
span { border-color: rgb(224,146,93); }
td.TdClassName
{
border-color: #E0925D;
}
.TagClassName
{
border-color: #E0925D;
}
</style>