COLOR #E4BD25

HEX: #E4BD25
RGB: (228,189,37)

Color info

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

RGB color model

#E4BD25 color RGB value is (228,189,37).

  • red value is 228;
  • green value is 189;
  • blue value is 37.
RGB:
(228,189,37)
(89%,74%,15%)

RGB channels and saturation

R 228 of 255 = 89%
G 189 of 255 = 74%
B 37 of 255 = 15%

228
189
37

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

Portions of RGB colors in percentages

R + G + B =
228 + 189 + 37 = 454 (100%)
R 228 of 454 ~ 50.22%
G 189 of 454 ~ 41.63%
B 37 of 454 ~ 8.15%

%50.22
%41.63

CMYK color model

#E4BD25 color CMYK value is (0,17,84,11).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 83.77%
  • key color value is 10.59%
CMYK:
(0,17,84,11)
C0M17Y84K11 
(0%,17%,84%,11%)
(0.00/0.17/0.84/0.11)	

CMYK percentages

%0
%17.11
%83.77
%10.59

Codes

Color #E4BD25 in popluar color models

E4BD25
RGB22818937
HSL48°77.96%51.96%
HSB/HSV48°83.77%89.41%
CMYK0.00%17.11%83.77%
10.59%

Color #E4BD25 in popluar number systems.

HEXE4BD25
Decimal22818937
Binary1110010010111101100101
Octal34427545

Shades and tints

Shades of #E4BD25

#E4BD25
(228,189,37)
#D0AC22
(208,172,34)
#BC9B1F
(188,155,31)
#A88A1C
(168,138,28)
#947919
(148,121,25)
#806816
(128,104,22)
#6C5713
(108,87,19)
#584610
(88,70,16)
#44350D
(68,53,13)
#30240A
(48,36,10)
#1C1307
(28,19,7)
#000000
(0,0,0)

Tints of #E4BD25

#E4BD25
(228,189,37)
#E6C338
(230,195,56)
#E8C94B
(232,201,75)
#EACF5E
(234,207,94)
#ECD571
(236,213,113)
#EEDB84
(238,219,132)
#F0E197
(240,225,151)
#F2E7AA
(242,231,170)
#F4EDBD
(244,237,189)
#F6F3D0
(246,243,208)
#F8F9E3
(248,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BD25 color. Also use rgb(228,189,37) instead hex code.

Text Font Color

.myTextColor { color: #E4BD25; }

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

This text font color is #E4BD25.


Background Color

.myBgColor { background-color: #E4BD25; }

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

This div background color is #E4BD25.


Border color

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

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

This div border color is #E4BD25.


Opacity

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

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

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

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

This text has shadow with #E4BD25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BD25 on black background.


Color preview on white background

This text has color #E4BD25 on white background.



Black color preview on #E4BD25 background

This text has black color on #E4BD25 background.


White color preview on #E4BD25 background

This text has white color on #E4BD25 background.