COLOR #E0BD70

HEX: #E0BD70 RGB: (224,189,112)

Color info

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

RGB color model

#E0BD70 color RGB value is (224,189,112).

RGB: (224,189,112) (88%, 74%, 44%)

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 112 of 255 = 44%

224
189
112

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

Portions of RGB colors in percentages

R + G + B = 224 + 189 + 112 = 525 (100%)
R 224 of 525 ~ 42.67%
G 189 of 525 ~ 36%
B 112 of 525 ~ 21.33'%

%42.67
%36
%21.33

CMYK color model

#E0BD70 color CMYK value is (0,16,50,12).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 50.00%
  • key color value is 12.16%

CMYK: (0,16,50,12)
C0M16Y50K12 (0%, 16%, 50%, 12%)
(0.00 / 0.16 / 0.50 / 0.12)

CMYK percentages

%0
%15.63
%50
%12.16

Codes

Color #E0BD70 in popluar color models

E0 BD 70
RGB 224 189 112
HSL 41° 64.37% 65.88%
HSB/HSV 41° 50.00% 87.84%
CMYK 0.00% 15.63% 50.00%
12.16%

Color #E0BD70 in popluar number systems.

HEX E0 BD 70
Decimal 224 189 112
Binary 11100000 10111101 1110000
Octal 340 275 160

Shades and tints

Shades of #E0BD70

#E0BD70
(224,189,112)
#CCAC66
(204,172,102)
#B89B5C
(184,155,92)
#A48A52
(164,138,82)
#907948
(144,121,72)
#7C683E
(124,104,62)
#685734
(104,87,52)
#54462A
(84,70,42)
#403520
(64,53,32)
#2C2416
(44,36,22)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #E0BD70

#E0BD70
(224,189,112)
#E2C37D
(226,195,125)
#E4C98A
(228,201,138)
#E6CF97
(230,207,151)
#E8D5A4
(232,213,164)
#EADBB1
(234,219,177)
#ECE1BE
(236,225,190)
#EEE7CB
(238,231,203)
#F0EDD8
(240,237,216)
#F2F3E5
(242,243,229)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BD70 color. Also use rgb(224,189,112) instead hex code.

Text Font Color

.myTextColor { color: #E0BD70; }

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

This text font color is #E0BD70.

Background Color

.myBgColor { background-color: #E0BD70; }

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

This div background color is #E0BD70.

Border color

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

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

This div border color is #E0BD70.

Opacity

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

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

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

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

This text has shadow with #E0BD70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BD70.

Preview

Color preview on black background

This text has color #E0BD70 on black background.


Color preview on white background

This text has color #E0BD70 on white background.


Black color preview on #E0BD70 background

This text has black color on #E0BD70 background.


White color preview on #E0BD70 background

This text has white color on #E0BD70 background.


Related colors

Complementary color

Complementary color for #hex is #1F428F.


I love getcolorcode.com

Triadic colors

1 #70E0BD and #BD70E0 with #E0BD70 are triadic colors.

2 #70BDE0 and #BDE070 with #E0BD70 are triadic colors.