COLOR #EAD463

HEX: #EAD463 RGB: (234,212,99)

Color info

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

RGB color model

#EAD463 color RGB value is (234,212,99).

RGB: (234,212,99) (92%, 83%, 39%)

RGB channels and saturation

R 234 of 255 = 92%
G 212 of 255 = 83%
B 99 of 255 = 39%

234
212
99

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

Portions of RGB colors in percentages

R + G + B = 234 + 212 + 99 = 545 (100%)
R 234 of 545 ~ 42.94%
G 212 of 545 ~ 38.9%
B 99 of 545 ~ 18.17'%

%42.94
%38.9
%18.17

CMYK color model

#EAD463 color CMYK value is (0,9,58,8).

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

CMYK: (0,9,58,8)
C0M9Y58K8 (0%, 9%, 58%, 8%)
(0.00 / 0.09 / 0.58 / 0.08)

CMYK percentages

%0
%9.4
%57.69
%8.24

Codes

Color #EAD463 in popluar color models

EA D4 63
RGB 234 212 99
HSL 50° 76.27% 65.29%
HSB/HSV 50° 57.69% 91.76%
CMYK 0.00% 9.40% 57.69%
8.24%

Color #EAD463 in popluar number systems.

HEX EA D4 63
Decimal 234 212 99
Binary 11101010 11010100 1100011
Octal 352 324 143

Shades and tints

Shades of #EAD463

#EAD463
(234,212,99)
#D5C15A
(213,193,90)
#C0AE51
(192,174,81)
#AB9B48
(171,155,72)
#96883F
(150,136,63)
#817536
(129,117,54)
#6C622D
(108,98,45)
#574F24
(87,79,36)
#423C1B
(66,60,27)
#2D2912
(45,41,18)
#181609
(24,22,9)
#000000
(0,0,0)

Tints of #EAD463

#EAD463
(234,212,99)
#EBD771
(235,215,113)
#ECDA7F
(236,218,127)
#EDDD8D
(237,221,141)
#EEE09B
(238,224,155)
#EFE3A9
(239,227,169)
#F0E6B7
(240,230,183)
#F1E9C5
(241,233,197)
#F2ECD3
(242,236,211)
#F3EFE1
(243,239,225)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD463; }

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

This text font color is #EAD463.

Background Color

.myBgColor { background-color: #EAD463; }

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

This div background color is #EAD463.

Border color

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

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

This div border color is #EAD463.

Opacity

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

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

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

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

This text has shadow with #EAD463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD463.

Preview

Color preview on black background

This text has color #EAD463 on black background.


Color preview on white background

This text has color #EAD463 on white background.


Black color preview on #EAD463 background

This text has black color on #EAD463 background.


White color preview on #EAD463 background

This text has white color on #EAD463 background.


Related colors

Complementary color

Complementary color for #hex is #152B9C.


I love getcolorcode.com

Triadic colors

1 #63EAD4 and #D463EA with #EAD463 are triadic colors.

2 #63D4EA and #D4EA63 with #EAD463 are triadic colors.