Shades of Whiskey Sour #E08A58
Tints of Whiskey Sour #E08A58
RGB
CMYK
RGB Variations
Color information
#E08A58 (or 0xE08A58) is known color: Whiskey Sour. HEX triplet: E0, 8A and 58. RGB value is (224,138,88). Sum of RGB (Red+Green+Blue) = 224+138+88=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A58 is #1F75A7. Grayscale: #9E9E9E. Windows color (decimal): -2061736 or 5802720. OLE color: 5802720.
HSL color Cylindrical-coordinate representation of color #E08A58: hue angle of 22.06º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E08A58 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 88 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.12 |
| HSL | 22.06º | 0.69% | 0.61% | - |
| HSV(B) | 22.06º | 0.61% | 0.88% | - |
| XYZ | 41.59 | 34.73 | 13.74 | - |
| YUV | 158.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 88 | 0 | 0.38 | 0.61 | 0.12 | 22.06 | 0.69 | 0.61 |
| Hex | E0 | 8A | 58 | 0 | 26 | 3D | C | 16 | 45 | 3D |
| Octal | 340 | 212 | 130 | 0 | 46 | 75 | 14 | 26 | 105 | 75 |
| Binary | 11100000 | 10001010 | 1011000 | 0 | 100110 | 111101 | 1100 | 10110 | 1000101 | 111101 |
Color Harmonies of #E08A58
Complementary color
Monochromatic Colors of #E08A58
Black with #E08A58
Text Example
Text Example
White with #E08A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A58; }
p { color: rgb(224,138,88); }
H1.HeaderClassName
{
color: #E08A58;
}
.AnyTagClassName
{
color: #E08A58;
}
</style>
background-color css
<style>
a { background-color: #E08A58; }
a { background-color: rgb(224,138,88); }
div.DivClassName
{
background-color: #E08A58;
}
.BgClassName
{
background-color: #E08A58;
}
</style>
border-color css
<style>
span { border-color: #E08A58; }
span { border-color: rgb(224,138,88); }
td.TdClassName
{
border-color: #E08A58;
}
.TagClassName
{
border-color: #E08A58;
}
</style>