COLOR #E0BA73

HEX: #E0BA73
RGB: (224,186,115)

Color info

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

RGB color model

#E0BA73 color RGB value is (224,186,115).

  • red value is 224;
  • green value is 186;
  • blue value is 115.
RGB:
(224,186,115)
(88%,73%,45%)

RGB channels and saturation

R 224 of 255 = 88%
G 186 of 255 = 73%
B 115 of 255 = 45%

224
186
115

R + G + B ~ 69%. #E0BA73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 186 + 115 = 525 (100%)
R 224 of 525 ~ 42.67%
G 186 of 525 ~ 35.43%
B 115 of 525 ~ 21.9%

%42.67
%35.43
%21.9

CMYK color model

#E0BA73 color CMYK value is (0,17,49,12).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK:
(0,17,49,12)
C0M17Y49K12 
(0%,17%,49%,12%)
(0.00/0.17/0.49/0.12)	

CMYK percentages

%0
%16.96
%48.66
%12.16

Codes

Color #E0BA73 in popluar color models

E0BA73
RGB224186115
HSL39°63.74%66.47%
HSB/HSV39°48.66%87.84%
CMYK0.00%16.96%48.66%
12.16%

Color #E0BA73 in popluar number systems.

HEXE0BA73
Decimal224186115
Binary11100000101110101110011
Octal340272163

Shades and tints

Shades of #E0BA73

#E0BA73
(224,186,115)
#CCAA69
(204,170,105)
#B89A5F
(184,154,95)
#A48A55
(164,138,85)
#907A4B
(144,122,75)
#7C6A41
(124,106,65)
#685A37
(104,90,55)
#544A2D
(84,74,45)
#403A23
(64,58,35)
#2C2A19
(44,42,25)
#181A0F
(24,26,15)
#000000
(0,0,0)

Tints of #E0BA73

#E0BA73
(224,186,115)
#E2C07F
(226,192,127)
#E4C68B
(228,198,139)
#E6CC97
(230,204,151)
#E8D2A3
(232,210,163)
#EAD8AF
(234,216,175)
#ECDEBB
(236,222,187)
#EEE4C7
(238,228,199)
#F0EAD3
(240,234,211)
#F2F0DF
(242,240,223)
#F4F6EB
(244,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BA73 color. Also use rgb(224,186,115) instead hex code.

Text Font Color

.myTextColor { color: #E0BA73; }

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

This text font color is #E0BA73.


Background Color

.myBgColor { background-color: #E0BA73; }

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

This div background color is #E0BA73.


Border color

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

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

This div border color is #E0BA73.


Opacity

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

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

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

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

This text has shadow with #E0BA73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BA73 on black background.


Color preview on white background

This text has color #E0BA73 on white background.



Black color preview on #E0BA73 background

This text has black color on #E0BA73 background.


White color preview on #E0BA73 background

This text has white color on #E0BA73 background.