COLOR #E2BB61

HEX: #E2BB61
RGB: (226,187,97)

Color info

#E2BB61 contains mainly red and green colors. Web safe color of #E2BB61 is #CCCC66 (or #CC6).

RGB color model

#E2BB61 color RGB value is (226,187,97).

  • red value is 226;
  • green value is 187;
  • blue value is 97.
RGB:
(226,187,97)
(89%,73%,38%)

RGB channels and saturation

R 226 of 255 = 89%
G 187 of 255 = 73%
B 97 of 255 = 38%

226
187
97

R + G + B ~ 67%. #E2BB61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 187 + 97 = 510 (100%)
R 226 of 510 ~ 44.31%
G 187 of 510 ~ 36.67%
B 97 of 510 ~ 19.02%

%44.31
%36.67
%19.02

CMYK color model

#E2BB61 color CMYK value is (0,17,57,11).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 57.08%
  • key color value is 11.37%
CMYK:
(0,17,57,11)
C0M17Y57K11 
(0%,17%,57%,11%)
(0.00/0.17/0.57/0.11)	

CMYK percentages

%0
%17.26
%57.08
%11.37

Codes

Color #E2BB61 in popluar color models

E2BB61
RGB22618797
HSL42°68.98%63.33%
HSB/HSV42°57.08%88.63%
CMYK0.00%17.26%57.08%
11.37%

Color #E2BB61 in popluar number systems.

HEXE2BB61
Decimal22618797
Binary11100010101110111100001
Octal342273141

Shades and tints

Shades of #E2BB61

#E2BB61
(226,187,97)
#CEAA59
(206,170,89)
#BA9951
(186,153,81)
#A68849
(166,136,73)
#927741
(146,119,65)
#7E6639
(126,102,57)
#6A5531
(106,85,49)
#564429
(86,68,41)
#423321
(66,51,33)
#2E2219
(46,34,25)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #E2BB61

#E2BB61
(226,187,97)
#E4C16F
(228,193,111)
#E6C77D
(230,199,125)
#E8CD8B
(232,205,139)
#EAD399
(234,211,153)
#ECD9A7
(236,217,167)
#EEDFB5
(238,223,181)
#F0E5C3
(240,229,195)
#F2EBD1
(242,235,209)
#F4F1DF
(244,241,223)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BB61 color. Also use rgb(226,187,97) instead hex code.

Text Font Color

.myTextColor { color: #E2BB61; }

<p style="color:#E2BB61">This sample text font color is #E2BB61.</p>

This text font color is #E2BB61.


Background Color

.myBgColor { background-color: #E2BB61; }

<div style="background-color:#E2BB61">Inner text</div>

This div background color is #E2BB61.


Border color

.myBorderColor { border: 1px solid #E2BB61; }

<div style="border:3px solid #E2BB61">Div</div>

This div border color is #E2BB61.


Opacity

.myOpacity80 { color: #E2BB61; opacity: 0.8; }

<p style="color:#E2BB61;opacity:0.8;">80%</p>

Text with #E2BB61 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E2BB61;}

<p style="text-shadow: 3px 3px 1px #E2BB61">Text here.</p>

This text has shadow with #E2BB61 color.

.textShadow {text-shadow: 3px 3px 1px #E2BB61, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E2BB61, 5px 5px 20px red">Text here.</p>

This text has shadow with #E2BB61 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2BB61, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E2BB61, Direction=45, Strength=4)">Text</p>

This text has shadow with #E2BB61 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E2BB61;
  -webkit-box-shadow:	1px 1px 3px 2px #E2BB61;
  box-shadow:		1px 1px 3px 2px #E2BB61;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2BB61;
-webkit-box-shadow: 1px 1px 3px 2px #E2BB61;
box-shadow:1px 1px 3px 2px #E2BB61;">
Div content here</div>
This div box has shadow with color #E2BB61.

Preview

Color preview on black background

This text has color #E2BB61 on black background.


Color preview on white background

This text has color #E2BB61 on white background.



Black color preview on #E2BB61 background

This text has black color on #E2BB61 background.


White color preview on #E2BB61 background

This text has white color on #E2BB61 background.