Html Css Color HEX #E2915A Whiskey Sour

📋 copy color: '#E2915A'

red 226 ◦ green 145 ◦ blue 90

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

Shades of Whiskey Sour #E2915A

Tints of Whiskey Sour #E2915A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.52%

R = 49.02%
G = 31.45%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2915A (or 0xE2915A) is known color: Whiskey Sour. HEX triplet: E2, 91 and 5A. RGB value is (226,145,90). Sum of RGB (Red+Green+Blue) = 226+145+90=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2915A is #1D6EA5. Grayscale: #A3A3A3. Windows color (decimal): -1928870 or 5935586. OLE color: 5935586.

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

Color convert

RGB 226 145 90 -
CMYK 0 0.36 0.60 0.11
HSL 24.26º 0.7% 0.62% -
HSV(B) 24.26º 0.6% 0.89% -
XYZ 43.33 37.16 14.56 -
YUV 162.95 86.84 172.97 -
System Red Green Blue C M Y K H S L
Decimal 226 145 90 0 0.36 0.60 0.11 24.26 0.7 0.62
Hex E2 91 5A 0 24 3C B 18 46 3E
Octal 342 221 132 0 44 74 13 30 106 76
Binary 11100010 10010001 1011010 0 100100 111100 1011 11000 1000110 111110

Color Harmonies of #E2915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2915A

Black with #E2915A

Text Example


Text Example

White with #E2915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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