#E1925E

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

Shades of Whiskey Sour #E1925E

Tints of Whiskey Sour #E1925E

Color information

#E1925E (or 0xE1925E) is unknown color: approx Whiskey Sour. HEX triplet: E1, 92 and 5E. RGB value is (225,146,94). Sum of RGB (Red+Green+Blue) = 225+146+94=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1925E is #1E6DA1. Grayscale: #A3A3A3. Windows color (decimal): -1994146 or 6197985. OLE color: 6197985.

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

Color convert

RGB22514694-
CMYK00.350.580.12
HSL23.82º68.59%62.55%-
HSV(B)23.82º58.22%88.24%-
XYZ43.3537.3715.52-
YUV163.6988.67171.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.39%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=48.39%
G=31.40%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251469400.350.580.1223.8268.5962.55
HexE1925E0233AC18453f
Octal34122213604372143010577
Binary1110000110010010101111001000111110101100110001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1925E; }

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

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

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

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

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

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

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

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