Html Css Color HEX #E1915C Whiskey Sour

📋 copy color: '#E1915C'

red 225 ◦ green 145 ◦ blue 92

#E1915C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #E1915C

Tints of Whiskey Sour #E1915C

RGB

 RED value IS 225 (88.28% from 255) = 48.7%

 GREEN value IS 145 (57.03% from 255) = 31.39%

 BLUE value IS 92 (36.33% from 255) = 19.91%

R = 48.7%
G = 31.39%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1915C (or 0xE1915C) is known color: Whiskey Sour. HEX triplet: E1, 91 and 5C. RGB value is (225,145,92). Sum of RGB (Red+Green+Blue) = 225+145+92=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1915C is #1E6EA3. Grayscale: #A3A3A3. Windows color (decimal): -1994404 or 6066657. OLE color: 6066657.

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

Color convert

RGB 225 145 92 -
CMYK 0 0.36 0.59 0.12
HSL 23.91º 0.69% 0.62% -
HSV(B) 23.91º 0.59% 0.88% -
XYZ 43.11 37.03 15 -
YUV 162.88 88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 225 145 92 0 0.36 0.59 0.12 23.91 0.69 0.62
Hex E1 91 5C 0 24 3B C 18 45 3E
Octal 341 221 134 0 44 73 14 30 105 76
Binary 11100001 10010001 1011100 0 100100 111011 1100 11000 1000101 111110

Color Harmonies of #E1915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1915C

Black with #E1915C

Text Example


Text Example

White with #E1915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1915C; }

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

 H1.HeaderClassName
 {
   color: #E1915C;
 }
 .AnyTagClassName
 {
   color: #E1915C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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