#E18F5D

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

Shades of Whiskey Sour #E18F5D

Tints of Whiskey Sour #E18F5D

Color information

#E18F5D (or 0xE18F5D) is unknown color: approx Whiskey Sour. HEX triplet: E1, 8F and 5D. RGB value is (225,143,93). Sum of RGB (Red+Green+Blue) = 225+143+93=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F5D is #1E70A2. Grayscale: #A2A2A2. Windows color (decimal): -1994915 or 6131681. OLE color: 6131681.

HSL color Cylindrical-coordinate representation of color #E18F5D: hue angle of 22.73º degrees, saturation: 0.69, 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 #E18F5D is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22514393-
CMYK00.360.590.12
HSL22.73º68.75%62.35%-
HSV(B)22.73º58.67%88.24%-
XYZ42.8536.4415.13-
YUV161.8289.17173.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=48.81%
G=31.02%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251439300.360.590.1222.7368.7562.35
HexE18F5D0243BC17453e
Octal34121713504473142710576
Binary1110000110001111101110101001001110111100101111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F5D; }

 p { color: rgb(225,143,93); }

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

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

 a { background-color: rgb(225,143,93); }

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

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

 span { border-color: rgb(225,143,93); }

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