COLOR #E2BE52

HEX: #E2BE52
RGB: (226,190,82)

Color info

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

RGB color model

#E2BE52 color RGB value is (226,190,82).

  • red value is 226;
  • green value is 190;
  • blue value is 82.
RGB:
(226,190,82)
(89%,75%,32%)

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 82 of 255 = 32%

226
190
82

R + G + B ~ 65%. #E2BE52 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 190 + 82 = 498 (100%)
R 226 of 498 ~ 45.38%
G 190 of 498 ~ 38.15%
B 82 of 498 ~ 16.47%

%45.38
%38.15
%16.47

CMYK color model

#E2BE52 color CMYK value is (0,16,64,11).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 63.72%
  • key color value is 11.37%
CMYK:
(0,16,64,11)
C0M16Y64K11 
(0%,16%,64%,11%)
(0.00/0.16/0.64/0.11)	

CMYK percentages

%0
%15.93
%63.72
%11.37

Codes

Color #E2BE52 in popluar color models

E2BE52
RGB22619082
HSL45°71.29%60.39%
HSB/HSV45°63.72%88.63%
CMYK0.00%15.93%63.72%
11.37%

Color #E2BE52 in popluar number systems.

HEXE2BE52
Decimal22619082
Binary11100010101111101010010
Octal342276122

Shades and tints

Shades of #E2BE52

#E2BE52
(226,190,82)
#CEAD4B
(206,173,75)
#BA9C44
(186,156,68)
#A68B3D
(166,139,61)
#927A36
(146,122,54)
#7E692F
(126,105,47)
#6A5828
(106,88,40)
#564721
(86,71,33)
#42361A
(66,54,26)
#2E2513
(46,37,19)
#1A140C
(26,20,12)
#000000
(0,0,0)

Tints of #E2BE52

#E2BE52
(226,190,82)
#E4C361
(228,195,97)
#E6C870
(230,200,112)
#E8CD7F
(232,205,127)
#EAD28E
(234,210,142)
#ECD79D
(236,215,157)
#EEDCAC
(238,220,172)
#F0E1BB
(240,225,187)
#F2E6CA
(242,230,202)
#F4EBD9
(244,235,217)
#F6F0E8
(246,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BE52 color. Also use rgb(226,190,82) instead hex code.

Text Font Color

.myTextColor { color: #E2BE52; }

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

This text font color is #E2BE52.


Background Color

.myBgColor { background-color: #E2BE52; }

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

This div background color is #E2BE52.


Border color

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

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

This div border color is #E2BE52.


Opacity

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

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

Text with #E2BE52 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 #E2BE52;}

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

This text has shadow with #E2BE52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BE52 on black background.


Color preview on white background

This text has color #E2BE52 on white background.



Black color preview on #E2BE52 background

This text has black color on #E2BE52 background.


White color preview on #E2BE52 background

This text has white color on #E2BE52 background.