COLOR #E0BE2B

HEX: #E0BE2B RGB: (224,190,43)

Color info

#E0BE2B contains mainly red and green colors. Web safe color of #E0BE2B is #CCCC33 (or #CC3).

RGB color model

#E0BE2B color RGB value is (224,190,43).

RGB: (224,190,43) (88%, 75%, 17%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 43 of 255 = 17%

224
190
43

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

Portions of RGB colors in percentages

R + G + B = 224 + 190 + 43 = 457 (100%)
R 224 of 457 ~ 49.02%
G 190 of 457 ~ 41.58%
B 43 of 457 ~ 9.41'%

%49.02
%41.58

CMYK color model

#E0BE2B color CMYK value is (0,15,81,12).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 80.80%
  • key color value is 12.16%
CMYK: (0,15,81,12) C0M15Y81K12 (0%,15%,81%,12%) (0.00/0.15/0.81/0.12) 

CMYK percentages

%0
%15.18
%80.8
%12.16

Codes

Color #E0BE2B in popluar color models

E0 BE 2B
RGB 224 190 43
HSL 49° 74.49% 52.35%
HSB/HSV 49° 80.80% 87.84%
CMYK 0.00% 15.18% 80.80%
12.16%

Color #E0BE2B in popluar number systems.

HEX E0 BE 2B
Decimal 224 190 43
Binary 11100000 10111110 101011
Octal 340 276 53

Shades and tints

Shades of #E0BE2B

#E0BE2B
(224,190,43)
#CCAD28
(204,173,40)
#B89C25
(184,156,37)
#A48B22
(164,139,34)
#907A1F
(144,122,31)
#7C691C
(124,105,28)
#685819
(104,88,25)
#544716
(84,71,22)
#403613
(64,54,19)
#2C2510
(44,37,16)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #E0BE2B

#E0BE2B
(224,190,43)
#E2C33E
(226,195,62)
#E4C851
(228,200,81)
#E6CD64
(230,205,100)
#E8D277
(232,210,119)
#EAD78A
(234,215,138)
#ECDC9D
(236,220,157)
#EEE1B0
(238,225,176)
#F0E6C3
(240,230,195)
#F2EBD6
(242,235,214)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BE2B color. Also use rgb(224,190,43) instead hex code.

Text Font Color

.myTextColor { color: #E0BE2B; }

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

This text font color is #E0BE2B.

Background Color

.myBgColor { background-color: #E0BE2B; }

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

This div background color is #E0BE2B.

Border color

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

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

This div border color is #E0BE2B.

Opacity

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

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

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

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

This text has shadow with #E0BE2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BE2B.

Preview

Color preview on black background

This text has color #E0BE2B on black background.


Color preview on white background

This text has color #E0BE2B on white background.


Black color preview on #E0BE2B background

This text has black color on #E0BE2B background.


White color preview on #E0BE2B background

This text has white color on #E0BE2B background.


Related colors

Complementary color

Complementary color for #hex is #1F41D4.


I love getcolorcode.com

Triadic colors

1 #2BE0BE and #BE2BE0 with #E0BE2B are triadic colors.

2 #2BBEE0 and #BEE02B with #E0BE2B are triadic colors.