COLOR #EAD460

HEX: #EAD460 RGB: (234,212,96)

Color info

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

RGB color model

#EAD460 color RGB value is (234,212,96).

RGB: (234,212,96) (92%, 83%, 38%)

RGB channels and saturation

R 234 of 255 = 92%
G 212 of 255 = 83%
B 96 of 255 = 38%

234
212
96

R + G + B ~ 71%. #EAD460 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 212 + 96 = 542 (100%)
R 234 of 542 ~ 43.17%
G 212 of 542 ~ 39.11%
B 96 of 542 ~ 17.71'%

%43.17
%39.11
%17.71

CMYK color model

#EAD460 color CMYK value is (0,9,59,8).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 58.97%
  • key color value is 8.24%

CMYK: (0,9,59,8)
C0M9Y59K8 (0%, 9%, 59%, 8%)
(0.00 / 0.09 / 0.59 / 0.08)

CMYK percentages

%0
%9.4
%58.97
%8.24

Codes

Color #EAD460 in popluar color models

EA D4 60
RGB 234 212 96
HSL 50° 76.67% 64.71%
HSB/HSV 50° 58.97% 91.76%
CMYK 0.00% 9.40% 58.97%
8.24%

Color #EAD460 in popluar number systems.

HEX EA D4 60
Decimal 234 212 96
Binary 11101010 11010100 1100000
Octal 352 324 140

Shades and tints

Shades of #EAD460

#EAD460
(234,212,96)
#D5C158
(213,193,88)
#C0AE50
(192,174,80)
#AB9B48
(171,155,72)
#968840
(150,136,64)
#817538
(129,117,56)
#6C6230
(108,98,48)
#574F28
(87,79,40)
#423C20
(66,60,32)
#2D2918
(45,41,24)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #EAD460

#EAD460
(234,212,96)
#EBD76E
(235,215,110)
#ECDA7C
(236,218,124)
#EDDD8A
(237,221,138)
#EEE098
(238,224,152)
#EFE3A6
(239,227,166)
#F0E6B4
(240,230,180)
#F1E9C2
(241,233,194)
#F2ECD0
(242,236,208)
#F3EFDE
(243,239,222)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD460 color. Also use rgb(234,212,96) instead hex code.

Text Font Color

.myTextColor { color: #EAD460; }

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

This text font color is #EAD460.

Background Color

.myBgColor { background-color: #EAD460; }

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

This div background color is #EAD460.

Border color

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

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

This div border color is #EAD460.

Opacity

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

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

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

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

This text has shadow with #EAD460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD460.

Preview

Color preview on black background

This text has color #EAD460 on black background.


Color preview on white background

This text has color #EAD460 on white background.


Black color preview on #EAD460 background

This text has black color on #EAD460 background.


White color preview on #EAD460 background

This text has white color on #EAD460 background.


Related colors

Complementary color

Complementary color for #hex is #152B9F.


I love getcolorcode.com

Triadic colors

1 #60EAD4 and #D460EA with #EAD460 are triadic colors.

2 #60D4EA and #D4EA60 with #EAD460 are triadic colors.