COLOR #E2B858

HEX: #E2B858
RGB: (226,184,88)

Color info

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

RGB color model

#E2B858 color RGB value is (226,184,88).

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

RGB channels and saturation

R 226 of 255 = 89%
G 184 of 255 = 72%
B 88 of 255 = 35%

226
184
88

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

Portions of RGB colors in percentages

R + G + B =
226 + 184 + 88 = 498 (100%)
R 226 of 498 ~ 45.38%
G 184 of 498 ~ 36.95%
B 88 of 498 ~ 17.67%

%45.38
%36.95
%17.67

CMYK color model

#E2B858 color CMYK value is (0,19,61,11).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 61.06%
  • key color value is 11.37%
CMYK:
(0,19,61,11)
C0M19Y61K11 
(0%,19%,61%,11%)
(0.00/0.19/0.61/0.11)	

CMYK percentages

%0
%18.58
%61.06
%11.37

Codes

Color #E2B858 in popluar color models

E2B858
RGB22618488
HSL42°70.41%61.57%
HSB/HSV42°61.06%88.63%
CMYK0.00%18.58%61.06%
11.37%

Color #E2B858 in popluar number systems.

HEXE2B858
Decimal22618488
Binary11100010101110001011000
Octal342270130

Shades and tints

Shades of #E2B858

#E2B858
(226,184,88)
#CEA850
(206,168,80)
#BA9848
(186,152,72)
#A68840
(166,136,64)
#927838
(146,120,56)
#7E6830
(126,104,48)
#6A5828
(106,88,40)
#564820
(86,72,32)
#423818
(66,56,24)
#2E2810
(46,40,16)
#1A1808
(26,24,8)
#000000
(0,0,0)

Tints of #E2B858

#E2B858
(226,184,88)
#E4BE67
(228,190,103)
#E6C476
(230,196,118)
#E8CA85
(232,202,133)
#EAD094
(234,208,148)
#ECD6A3
(236,214,163)
#EEDCB2
(238,220,178)
#F0E2C1
(240,226,193)
#F2E8D0
(242,232,208)
#F4EEDF
(244,238,223)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B858; }

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

This text font color is #E2B858.


Background Color

.myBgColor { background-color: #E2B858; }

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

This div background color is #E2B858.


Border color

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

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

This div border color is #E2B858.


Opacity

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

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

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

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

This text has shadow with #E2B858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B858 on black background.


Color preview on white background

This text has color #E2B858 on white background.



Black color preview on #E2B858 background

This text has black color on #E2B858 background.


White color preview on #E2B858 background

This text has white color on #E2B858 background.