#E1915E

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

Shades of Whiskey Sour #E1915E

Tints of Whiskey Sour #E1915E

Color information

#E1915E (or 0xE1915E) is unknown color: approx Whiskey Sour. HEX triplet: E1, 91 and 5E. RGB value is (225,145,94). Sum of RGB (Red+Green+Blue) = 225+145+94=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1915E is #1E6EA1. Grayscale: #A3A3A3. Windows color (decimal): -1994402 or 6197729. OLE color: 6197729.

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

Color convert

RGB22514594-
CMYK00.360.580.12
HSL23.36º68.59%62.55%-
HSV(B)23.36º58.22%88.24%-
XYZ43.237.0715.47-
YUV163.1189172.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 94 (37.11% from 255) = 20.26%
R=48.49%
G=31.25%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251459400.360.580.1223.3668.5962.55
HexE1915E0243AC17453f
Octal34122113604472142710577
Binary1110000110010001101111001001001110101100101111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1915E; }

 p { color: rgb(225,145,94); }

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

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

 a { background-color: rgb(225,145,94); }

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

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

 span { border-color: rgb(225,145,94); }

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