Shades of Whiskey Sour #E48F5A
Tints of Whiskey Sour #E48F5A
RGB
CMYK
RGB Variations
Color information
#E48F5A (or 0xE48F5A) is known color: Whiskey Sour. HEX triplet: E4, 8F and 5A. RGB value is (228,143,90). Sum of RGB (Red+Green+Blue) = 228+143+90=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48F5A is #1B70A5. Grayscale: #A2A2A2. Windows color (decimal): -1798310 or 5935076. OLE color: 5935076.
HSL color Cylindrical-coordinate representation of color #E48F5A: hue angle of 23.04º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E48F5A is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 90 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.11 |
| HSL | 23.04º | 0.72% | 0.62% | - |
| HSV(B) | 23.04º | 0.61% | 0.89% | - |
| XYZ | 43.66 | 36.88 | 14.49 | - |
| YUV | 162.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 90 | 0 | 0.37 | 0.61 | 0.11 | 23.04 | 0.72 | 0.62 |
| Hex | E4 | 8F | 5A | 0 | 25 | 3D | B | 17 | 48 | 3E |
| Octal | 344 | 217 | 132 | 0 | 45 | 75 | 13 | 27 | 110 | 76 |
| Binary | 11100100 | 10001111 | 1011010 | 0 | 100101 | 111101 | 1011 | 10111 | 1001000 | 111110 |
Color Harmonies of #E48F5A
Complementary color
Monochromatic Colors of #E48F5A
Black with #E48F5A
Text Example
Text Example
White with #E48F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F5A; }
p { color: rgb(228,143,90); }
H1.HeaderClassName
{
color: #E48F5A;
}
.AnyTagClassName
{
color: #E48F5A;
}
</style>
background-color css
<style>
a { background-color: #E48F5A; }
a { background-color: rgb(228,143,90); }
div.DivClassName
{
background-color: #E48F5A;
}
.BgClassName
{
background-color: #E48F5A;
}
</style>
border-color css
<style>
span { border-color: #E48F5A; }
span { border-color: rgb(228,143,90); }
td.TdClassName
{
border-color: #E48F5A;
}
.TagClassName
{
border-color: #E48F5A;
}
</style>