#E1905C

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

Shades of Whiskey Sour #E1905C

Tints of Whiskey Sour #E1905C

Color information

#E1905C (or 0xE1905C) is unknown color: approx Whiskey Sour. HEX triplet: E1, 90 and 5C. RGB value is (225,144,92). Sum of RGB (Red+Green+Blue) = 225+144+92=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1905C is #1E6FA3. Grayscale: #A2A2A2. Windows color (decimal): -1994660 or 6066401. OLE color: 6066401.

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

Color convert

RGB22514492-
CMYK00.360.590.12
HSL23.46º68.91%62.16%-
HSV(B)23.46º59.11%88.24%-
XYZ42.9636.7314.95-
YUV162.2988.34172.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 92 (36.33% from 255) = 19.96%
R=48.81%
G=31.24%
B=19.96%

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
Decimal2251449200.360.590.1223.4668.9162.16
HexE1905C0243BC17453e
Octal34122013404473142710576
Binary1110000110010000101110001001001110111100101111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1905C; }

 p { color: rgb(225,144,92); }

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

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

 a { background-color: rgb(225,144,92); }

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

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

 span { border-color: rgb(225,144,92); }

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