Html Css Color HEX #E2915C Whiskey Sour

📋 copy color: '#E2915C'

red 226 ◦ green 145 ◦ blue 92

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

Shades of Whiskey Sour #E2915C

Tints of Whiskey Sour #E2915C

RGB

 RED value IS 226 (88.67% from 255) = 48.81%

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

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

R = 48.81%
G = 31.32%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2915C (or 0xE2915C) is known color: Whiskey Sour. HEX triplet: E2, 91 and 5C. RGB value is (226,145,92). Sum of RGB (Red+Green+Blue) = 226+145+92=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2915C is #1D6EA3. Grayscale: #A3A3A3. Windows color (decimal): -1928868 or 6066658. OLE color: 6066658.

HSL color Cylindrical-coordinate representation of color #E2915C: hue angle of 23.73º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2915C is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 92 -
CMYK 0 0.36 0.59 0.11
HSL 23.73º 0.7% 0.62% -
HSV(B) 23.73º 0.59% 0.89% -
XYZ 43.42 37.19 15.02 -
YUV 163.18 87.84 172.81 -
System Red Green Blue C M Y K H S L
Decimal 226 145 92 0 0.36 0.59 0.11 23.73 0.7 0.62
Hex E2 91 5C 0 24 3B B 18 46 3E
Octal 342 221 134 0 44 73 13 30 106 76
Binary 11100010 10010001 1011100 0 100100 111011 1011 11000 1000110 111110

Color Harmonies of #E2915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2915C

Black with #E2915C

Text Example


Text Example

White with #E2915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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