#E18D54

Color #E18D54 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #E18D54

Tints of Whiskey Sour #E18D54

Color information

#E18D54 (or 0xE18D54) is unknown color: approx Whiskey Sour. HEX triplet: E1, 8D and 54. RGB value is (225,141,84). Sum of RGB (Red+Green+Blue) = 225+141+84=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D54 is #1E72AB. Grayscale: #9F9F9F. Windows color (decimal): -1995436 or 5541345. OLE color: 5541345.

HSL color Cylindrical-coordinate representation of color #E18D54: hue angle of 24.26º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E18D54 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB22514184-
CMYK00.370.630.12
HSL24.26º70.15%60.59%-
HSV(B)24.26º62.67%88.24%-
XYZ42.1835.713.05-
YUV159.6285.33174.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 84 (33.20% from 255) = 18.67%
R=50%
G=31.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251418400.370.630.1224.2670.1560.59
HexE18D540253FC18463d
Octal34121512404577143010675
Binary1110000110001101101010001001011111111100110001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D54; }

 p { color: rgb(225,141,84); }

 H1.HeaderClassName
 {
   color: #E18D54;
 }
 .AnyTagClassName
 {
   color: #E18D54;
 }
</style>
background-color css

<style>
 a { background-color: #E18D54; }

 a { background-color: rgb(225,141,84); }

 div.DivClassName
 {
   background-color: #E18D54;
 }
 .BgClassName
 {
   background-color: #E18D54;
 }
</style>
border-color css

<style>
 span { border-color: #E18D54; }

 span { border-color: rgb(225,141,84); }

 td.TdClassName
 {
   border-color: #E18D54;
 }
 .TagClassName
 {
   border-color: #E18D54;
 }
</style>