COLOR #E0BD00

HEX: #E0BD00
RGB: (224,189,0)

Color info

#E0BD00 contains only red and green colors. Web safe color of #E0BD00 is #CCCC00 (or #CC0).

RGB color model

#E0BD00 color RGB value is (224,189,0).

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

RGB channels and saturation

R 224 of 255 = 88%
G 189 of 255 = 74%
B 0 of 255 = 0%

224
189
0

R + G + B ~ 54%. #E0BD00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
224 + 189 + 0 = 413 (100%)
R 224 of 413 ~ 54.24%
G 189 of 413 ~ 45.76%
B 0 of 413 ~ 0%

%54.24
%45.76

CMYK color model

#E0BD00 color CMYK value is (0,16,100,12).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 100.00%
  • key color value is 12.16%
CMYK:
(0,16,100,12)
C0M16Y100K12 
(0%,16%,100%,12%)
(0.00/0.16/1.00/0.12)	

CMYK percentages

%0
%15.63
%100
%12.16

Codes

Color #E0BD00 in popluar color models

E0BD00
RGB2241890
HSL51°100.00%43.92%
HSB/HSV51°100.00%87.84%
CMYK0.00%15.63%100.00%
12.16%

Color #E0BD00 in popluar number systems.

HEXE0BD00
Decimal2241890
Binary11100000101111010
Octal3402750

Shades and tints

Shades of #E0BD00

#E0BD00
(224,189,0)
#CCAC00
(204,172,0)
#B89B00
(184,155,0)
#A48A00
(164,138,0)
#907900
(144,121,0)
#7C6800
(124,104,0)
#685700
(104,87,0)
#544600
(84,70,0)
#403500
(64,53,0)
#2C2400
(44,36,0)
#181300
(24,19,0)
#000000
(0,0,0)

Tints of #E0BD00

#E0BD00
(224,189,0)
#E2C317
(226,195,23)
#E4C92E
(228,201,46)
#E6CF45
(230,207,69)
#E8D55C
(232,213,92)
#EADB73
(234,219,115)
#ECE18A
(236,225,138)
#EEE7A1
(238,231,161)
#F0EDB8
(240,237,184)
#F2F3CF
(242,243,207)
#F4F9E6
(244,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BD00; }

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

This text font color is #E0BD00.


Background Color

.myBgColor { background-color: #E0BD00; }

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

This div background color is #E0BD00.


Border color

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

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

This div border color is #E0BD00.


Opacity

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

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

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

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

This text has shadow with #E0BD00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BD00 on black background.


Color preview on white background

This text has color #E0BD00 on white background.



Black color preview on #E0BD00 background

This text has black color on #E0BD00 background.


White color preview on #E0BD00 background

This text has white color on #E0BD00 background.