Html Css Color HEX #E2915B Whiskey Sour

📋 copy color: '#E2915B'

red 226 ◦ green 145 ◦ blue 91

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

Shades of Whiskey Sour #E2915B

Tints of Whiskey Sour #E2915B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.7%

R = 48.92%
G = 31.39%
B = 19.7%

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

#E2915B (or 0xE2915B) is known color: Whiskey Sour. HEX triplet: E2, 91 and 5B. RGB value is (226,145,91). Sum of RGB (Red+Green+Blue) = 226+145+91=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2915B is #1D6EA4. Grayscale: #A3A3A3. Windows color (decimal): -1928869 or 6001122. OLE color: 6001122.

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

Color convert

RGB 226 145 91 -
CMYK 0 0.36 0.60 0.11
HSL 24º 0.7% 0.62% -
HSV(B) 24º 0.6% 0.89% -
XYZ 43.38 37.17 14.79 -
YUV 163.06 87.34 172.89 -
System Red Green Blue C M Y K H S L
Decimal 226 145 91 0 0.36 0.60 0.11 24 0.7 0.62
Hex E2 91 5B 0 24 3C B 18 46 3E
Octal 342 221 133 0 44 74 13 30 106 76
Binary 11100010 10010001 1011011 0 100100 111100 1011 11000 1000110 111110

Color Harmonies of #E2915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2915B

Black with #E2915B

Text Example


Text Example

White with #E2915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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