COLOR #E2BE58

HEX: #E2BE58
RGB: (226,190,88)

Color info

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

RGB color model

#E2BE58 color RGB value is (226,190,88).

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

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 88 of 255 = 35%

226
190
88

R + G + B ~ 66%. #E2BE58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 190 + 88 = 504 (100%)
R 226 of 504 ~ 44.84%
G 190 of 504 ~ 37.7%
B 88 of 504 ~ 17.46%

%44.84
%37.7
%17.46

CMYK color model

#E2BE58 color CMYK value is (0,16,61,11).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 61.06%
  • key color value is 11.37%
CMYK:
(0,16,61,11)
C0M16Y61K11 
(0%,16%,61%,11%)
(0.00/0.16/0.61/0.11)	

CMYK percentages

%0
%15.93
%61.06
%11.37

Codes

Color #E2BE58 in popluar color models

E2BE58
RGB22619088
HSL44°70.41%61.57%
HSB/HSV44°61.06%88.63%
CMYK0.00%15.93%61.06%
11.37%

Color #E2BE58 in popluar number systems.

HEXE2BE58
Decimal22619088
Binary11100010101111101011000
Octal342276130

Shades and tints

Shades of #E2BE58

#E2BE58
(226,190,88)
#CEAD50
(206,173,80)
#BA9C48
(186,156,72)
#A68B40
(166,139,64)
#927A38
(146,122,56)
#7E6930
(126,105,48)
#6A5828
(106,88,40)
#564720
(86,71,32)
#423618
(66,54,24)
#2E2510
(46,37,16)
#1A1408
(26,20,8)
#000000
(0,0,0)

Tints of #E2BE58

#E2BE58
(226,190,88)
#E4C367
(228,195,103)
#E6C876
(230,200,118)
#E8CD85
(232,205,133)
#EAD294
(234,210,148)
#ECD7A3
(236,215,163)
#EEDCB2
(238,220,178)
#F0E1C1
(240,225,193)
#F2E6D0
(242,230,208)
#F4EBDF
(244,235,223)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BE58; }

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

This text font color is #E2BE58.


Background Color

.myBgColor { background-color: #E2BE58; }

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

This div background color is #E2BE58.


Border color

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

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

This div border color is #E2BE58.


Opacity

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

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

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

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

This text has shadow with #E2BE58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BE58 on black background.


Color preview on white background

This text has color #E2BE58 on white background.



Black color preview on #E2BE58 background

This text has black color on #E2BE58 background.


White color preview on #E2BE58 background

This text has white color on #E2BE58 background.