COLOR #EAD655

HEX: #EAD655 RGB: (234,214,85)

Color info

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

RGB color model

#EAD655 color RGB value is (234,214,85).

RGB: (234,214,85) (92%, 84%, 33%)

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 85 of 255 = 33%

234
214
85

R + G + B ~ 70%. #EAD655 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 214 + 85 = 533 (100%)
R 234 of 533 ~ 43.9%
G 214 of 533 ~ 40.15%
B 85 of 533 ~ 15.95'%

%43.9
%40.15
%15.95

CMYK color model

#EAD655 color CMYK value is (0,9,64,8).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 63.68%
  • key color value is 8.24%
CMYK: (0,9,64,8) C0M9Y64K8 (0%,9%,64%,8%) (0.00/0.09/0.64/0.08) 

CMYK percentages

%0
%8.55
%63.68
%8.24

Codes

Color #EAD655 in popluar color models

EA D6 55
RGB 234 214 85
HSL 52° 78.01% 62.55%
HSB/HSV 52° 63.68% 91.76%
CMYK 0.00% 8.55% 63.68%
8.24%

Color #EAD655 in popluar number systems.

HEX EA D6 55
Decimal 234 214 85
Binary 11101010 11010110 1010101
Octal 352 326 125

Shades and tints

Shades of #EAD655

#EAD655
(234,214,85)
#D5C34E
(213,195,78)
#C0B047
(192,176,71)
#AB9D40
(171,157,64)
#968A39
(150,138,57)
#817732
(129,119,50)
#6C642B
(108,100,43)
#575124
(87,81,36)
#423E1D
(66,62,29)
#2D2B16
(45,43,22)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #EAD655

#EAD655
(234,214,85)
#EBD964
(235,217,100)
#ECDC73
(236,220,115)
#EDDF82
(237,223,130)
#EEE291
(238,226,145)
#EFE5A0
(239,229,160)
#F0E8AF
(240,232,175)
#F1EBBE
(241,235,190)
#F2EECD
(242,238,205)
#F3F1DC
(243,241,220)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD655 color. Also use rgb(234,214,85) instead hex code.

Text Font Color

.myTextColor { color: #EAD655; }

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

This text font color is #EAD655.

Background Color

.myBgColor { background-color: #EAD655; }

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

This div background color is #EAD655.

Border color

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

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

This div border color is #EAD655.

Opacity

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

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

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

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

This text has shadow with #EAD655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD655.

Preview

Color preview on black background

This text has color #EAD655 on black background.


Color preview on white background

This text has color #EAD655 on white background.


Black color preview on #EAD655 background

This text has black color on #EAD655 background.


White color preview on #EAD655 background

This text has white color on #EAD655 background.


Related colors

Complementary color

Complementary color for #hex is #1529AA.


I love getcolorcode.com

Triadic colors

1 #55EAD6 and #D655EA with #EAD655 are triadic colors.

2 #55D6EA and #D6EA55 with #EAD655 are triadic colors.