COLOR #EAE176

HEX: #EAE176 RGB: (234,225,118)

Color info

#EAE176 contains mainly red and green colors. Web safe color of #EAE176 is #FFCC66 (or #FC6).

RGB color model

#EAE176 color RGB value is (234,225,118).

RGB: (234,225,118) (92%, 88%, 46%)

RGB channels and saturation

R 234 of 255 = 92%
G 225 of 255 = 88%
B 118 of 255 = 46%

234
225
118

R + G + B ~ 75%. #EAE176 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 225 + 118 = 577 (100%)
R 234 of 577 ~ 40.55%
G 225 of 577 ~ 38.99%
B 118 of 577 ~ 20.45'%

%40.55
%38.99
%20.45

CMYK color model

#EAE176 color CMYK value is (0,4,50,8).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 49.57%
  • key color value is 8.24%

CMYK: (0,4,50,8)
C0M4Y50K8 (0%, 4%, 50%, 8%)
(0.00 / 0.04 / 0.50 / 0.08)

CMYK percentages

%0
%3.85
%49.57
%8.24

Codes

Color #EAE176 in popluar color models

EA E1 76
RGB 234 225 118
HSL 55° 73.42% 69.02%
HSB/HSV 55° 49.57% 91.76%
CMYK 0.00% 3.85% 49.57%
8.24%

Color #EAE176 in popluar number systems.

HEX EA E1 76
Decimal 234 225 118
Binary 11101010 11100001 1110110
Octal 352 341 166

Shades and tints

Shades of #EAE176

#EAE176
(234,225,118)
#D5CD6C
(213,205,108)
#C0B962
(192,185,98)
#ABA558
(171,165,88)
#96914E
(150,145,78)
#817D44
(129,125,68)
#6C693A
(108,105,58)
#575530
(87,85,48)
#424126
(66,65,38)
#2D2D1C
(45,45,28)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #EAE176

#EAE176
(234,225,118)
#EBE382
(235,227,130)
#ECE58E
(236,229,142)
#EDE79A
(237,231,154)
#EEE9A6
(238,233,166)
#EFEBB2
(239,235,178)
#F0EDBE
(240,237,190)
#F1EFCA
(241,239,202)
#F2F1D6
(242,241,214)
#F3F3E2
(243,243,226)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE176 color. Also use rgb(234,225,118) instead hex code.

Text Font Color

.myTextColor { color: #EAE176; }

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

This text font color is #EAE176.

Background Color

.myBgColor { background-color: #EAE176; }

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

This div background color is #EAE176.

Border color

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

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

This div border color is #EAE176.

Opacity

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

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

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

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

This text has shadow with #EAE176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAE176.

Preview

Color preview on black background

This text has color #EAE176 on black background.


Color preview on white background

This text has color #EAE176 on white background.


Black color preview on #EAE176 background

This text has black color on #EAE176 background.


White color preview on #EAE176 background

This text has white color on #EAE176 background.


Related colors

Complementary color

Complementary color for #hex is #151E89.


I love getcolorcode.com

Triadic colors

1 #76EAE1 and #E176EA with #EAE176 are triadic colors.

2 #76E1EA and #E1EA76 with #EAE176 are triadic colors.