COLOR #E2C74D

HEX: #E2C74D RGB: (226,199,77)

Color info

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

RGB color model

#E2C74D color RGB value is (226,199,77).

RGB: (226,199,77) (89%, 78%, 30%)

RGB channels and saturation

R 226 of 255 = 89%
G 199 of 255 = 78%
B 77 of 255 = 30%

226
199
77

R + G + B ~ 66%. #E2C74D is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 199 + 77 = 502 (100%)
R 226 of 502 ~ 45.02%
G 199 of 502 ~ 39.64%
B 77 of 502 ~ 15.34'%

%45.02
%39.64
%15.34

CMYK color model

#E2C74D color CMYK value is (0,12,66,11).

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 65.93%
  • key color value is 11.37%

CMYK: (0,12,66,11)
C0M12Y66K11 (0%, 12%, 66%, 11%)
(0.00 / 0.12 / 0.66 / 0.11)

CMYK percentages

%0
%11.95
%65.93
%11.37

Codes

Color #E2C74D in popluar color models

E2 C7 4D
RGB 226 199 77
HSL 49° 71.98% 59.41%
HSB/HSV 49° 65.93% 88.63%
CMYK 0.00% 11.95% 65.93%
11.37%

Color #E2C74D in popluar number systems.

HEX E2 C7 4D
Decimal 226 199 77
Binary 11100010 11000111 1001101
Octal 342 307 115

Shades and tints

Shades of #E2C74D

#E2C74D
(226,199,77)
#CEB546
(206,181,70)
#BAA33F
(186,163,63)
#A69138
(166,145,56)
#927F31
(146,127,49)
#7E6D2A
(126,109,42)
#6A5B23
(106,91,35)
#56491C
(86,73,28)
#423715
(66,55,21)
#2E250E
(46,37,14)
#1A1307
(26,19,7)
#000000
(0,0,0)

Tints of #E2C74D

#E2C74D
(226,199,77)
#E4CC5D
(228,204,93)
#E6D16D
(230,209,109)
#E8D67D
(232,214,125)
#EADB8D
(234,219,141)
#ECE09D
(236,224,157)
#EEE5AD
(238,229,173)
#F0EABD
(240,234,189)
#F2EFCD
(242,239,205)
#F4F4DD
(244,244,221)
#F6F9ED
(246,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C74D color. Also use rgb(226,199,77) instead hex code.

Text Font Color

.myTextColor { color: #E2C74D; }

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

This text font color is #E2C74D.

Background Color

.myBgColor { background-color: #E2C74D; }

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

This div background color is #E2C74D.

Border color

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

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

This div border color is #E2C74D.

Opacity

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

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

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

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

This text has shadow with #E2C74D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C74D.

Preview

Color preview on black background

This text has color #E2C74D on black background.


Color preview on white background

This text has color #E2C74D on white background.


Black color preview on #E2C74D background

This text has black color on #E2C74D background.


White color preview on #E2C74D background

This text has white color on #E2C74D background.


Related colors

Complementary color

Complementary color for #hex is #1D38B2.


I love getcolorcode.com

Triadic colors

1 #4DE2C7 and #C74DE2 with #E2C74D are triadic colors.

2 #4DC7E2 and #C7E24D with #E2C74D are triadic colors.