COLOR #E0BD51

HEX: #E0BD51
RGB: (224,189,81)

Color info

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

RGB color model

#E0BD51 color RGB value is (224,189,81).

  • red value is 224;
  • green value is 189;
  • blue value is 81.
RGB:
(224,189,81)
(88%,74%,32%)

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 81 of 255 = 32%

224
189
81

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

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 81 = 494 (100%)
R 224 of 494 ~ 45.34%
G 189 of 494 ~ 38.26%
B 81 of 494 ~ 16.4%

%45.34
%38.26
%16.4

CMYK color model

#E0BD51 color CMYK value is (0,16,64,12).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 63.84%
  • key color value is 12.16%
CMYK:
(0,16,64,12)
C0M16Y64K12 
(0%,16%,64%,12%)
(0.00/0.16/0.64/0.12)	

CMYK percentages

%0
%15.63
%63.84
%12.16

Codes

Color #E0BD51 in popluar color models

E0BD51
RGB22418981
HSL45°69.76%59.80%
HSB/HSV45°63.84%87.84%
CMYK0.00%15.63%63.84%
12.16%

Color #E0BD51 in popluar number systems.

HEXE0BD51
Decimal22418981
Binary11100000101111011010001
Octal340275121

Shades and tints

Shades of #E0BD51

#E0BD51
(224,189,81)
#CCAC4A
(204,172,74)
#B89B43
(184,155,67)
#A48A3C
(164,138,60)
#907935
(144,121,53)
#7C682E
(124,104,46)
#685727
(104,87,39)
#544620
(84,70,32)
#403519
(64,53,25)
#2C2412
(44,36,18)
#18130B
(24,19,11)
#000000
(0,0,0)

Tints of #E0BD51

#E0BD51
(224,189,81)
#E2C360
(226,195,96)
#E4C96F
(228,201,111)
#E6CF7E
(230,207,126)
#E8D58D
(232,213,141)
#EADB9C
(234,219,156)
#ECE1AB
(236,225,171)
#EEE7BA
(238,231,186)
#F0EDC9
(240,237,201)
#F2F3D8
(242,243,216)
#F4F9E7
(244,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BD51; }

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

This text font color is #E0BD51.


Background Color

.myBgColor { background-color: #E0BD51; }

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

This div background color is #E0BD51.


Border color

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

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

This div border color is #E0BD51.


Opacity

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

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

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

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

This text has shadow with #E0BD51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BD51 on black background.


Color preview on white background

This text has color #E0BD51 on white background.



Black color preview on #E0BD51 background

This text has black color on #E0BD51 background.


White color preview on #E0BD51 background

This text has white color on #E0BD51 background.