COLOR #E2C64A

HEX: #E2C64A RGB: (226,198,74)

Color info

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

RGB color model

#E2C64A color RGB value is (226,198,74).

RGB: (226,198,74) (89%, 78%, 29%)

RGB channels and saturation

R 226 of 255 = 89%
G 198 of 255 = 78%
B 74 of 255 = 29%

226
198
74

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

Portions of RGB colors in percentages

R + G + B = 226 + 198 + 74 = 498 (100%)
R 226 of 498 ~ 45.38%
G 198 of 498 ~ 39.76%
B 74 of 498 ~ 14.86'%

%45.38
%39.76
%14.86

CMYK color model

#E2C64A color CMYK value is (0,12,67,11).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 67.26%
  • key color value is 11.37%
CMYK: (0,12,67,11) C0M12Y67K11 (0%,12%,67%,11%) (0.00/0.12/0.67/0.11) 

CMYK percentages

%0
%12.39
%67.26
%11.37

Codes

Color #E2C64A in popluar color models

E2 C6 4A
RGB 226 198 74
HSL 49° 72.38% 58.82%
HSB/HSV 49° 67.26% 88.63%
CMYK 0.00% 12.39% 67.26%
11.37%

Color #E2C64A in popluar number systems.

HEX E2 C6 4A
Decimal 226 198 74
Binary 11100010 11000110 1001010
Octal 342 306 112

Shades and tints

Shades of #E2C64A

#E2C64A
(226,198,74)
#CEB444
(206,180,68)
#BAA23E
(186,162,62)
#A69038
(166,144,56)
#927E32
(146,126,50)
#7E6C2C
(126,108,44)
#6A5A26
(106,90,38)
#564820
(86,72,32)
#42361A
(66,54,26)
#2E2414
(46,36,20)
#1A120E
(26,18,14)
#000000
(0,0,0)

Tints of #E2C64A

#E2C64A
(226,198,74)
#E4CB5A
(228,203,90)
#E6D06A
(230,208,106)
#E8D57A
(232,213,122)
#EADA8A
(234,218,138)
#ECDF9A
(236,223,154)
#EEE4AA
(238,228,170)
#F0E9BA
(240,233,186)
#F2EECA
(242,238,202)
#F4F3DA
(244,243,218)
#F6F8EA
(246,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C64A color. Also use rgb(226,198,74) instead hex code.

Text Font Color

.myTextColor { color: #E2C64A; }

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

This text font color is #E2C64A.

Background Color

.myBgColor { background-color: #E2C64A; }

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

This div background color is #E2C64A.

Border color

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

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

This div border color is #E2C64A.

Opacity

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

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

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

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

This text has shadow with #E2C64A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C64A.

Preview

Color preview on black background

This text has color #E2C64A on black background.


Color preview on white background

This text has color #E2C64A on white background.


Black color preview on #E2C64A background

This text has black color on #E2C64A background.


White color preview on #E2C64A background

This text has white color on #E2C64A background.


Related colors

Complementary color

Complementary color for #hex is #1D39B5.


I love getcolorcode.com

Triadic colors

1 #4AE2C6 and #C64AE2 with #E2C64A are triadic colors.

2 #4AC6E2 and #C6E24A with #E2C64A are triadic colors.