COLOR #EAD567

HEX: #EAD567
RGB: (234,213,103)

Color info

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

RGB color model

#EAD567 color RGB value is (234,213,103).

  • red value is 234;
  • green value is 213;
  • blue value is 103.
RGB:
(234,213,103)
(92%,84%,40%)

RGB channels and saturation

R 234 of 255 = 92%
G 213 of 255 = 84%
B 103 of 255 = 40%

234
213
103

R + G + B ~ 72%. #EAD567 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 213 + 103 = 550 (100%)
R 234 of 550 ~ 42.55%
G 213 of 550 ~ 38.73%
B 103 of 550 ~ 18.73%

%42.55
%38.73
%18.73

CMYK color model

#EAD567 color CMYK value is (0,9,56,8).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 55.98%
  • key color value is 8.24%
CMYK:
(0,9,56,8)
C0M9Y56K8 
(0%,9%,56%,8%)
(0.00/0.09/0.56/0.08)	

CMYK percentages

%0
%8.97
%55.98
%8.24

Codes

Color #EAD567 in popluar color models

EAD567
RGB234213103
HSL50°75.72%66.08%
HSB/HSV50°55.98%91.76%
CMYK0.00%8.97%55.98%
8.24%

Color #EAD567 in popluar number systems.

HEXEAD567
Decimal234213103
Binary11101010110101011100111
Octal352325147

Shades and tints

Shades of #EAD567

#EAD567
(234,213,103)
#D5C25E
(213,194,94)
#C0AF55
(192,175,85)
#AB9C4C
(171,156,76)
#968943
(150,137,67)
#81763A
(129,118,58)
#6C6331
(108,99,49)
#575028
(87,80,40)
#423D1F
(66,61,31)
#2D2A16
(45,42,22)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #EAD567

#EAD567
(234,213,103)
#EBD874
(235,216,116)
#ECDB81
(236,219,129)
#EDDE8E
(237,222,142)
#EEE19B
(238,225,155)
#EFE4A8
(239,228,168)
#F0E7B5
(240,231,181)
#F1EAC2
(241,234,194)
#F2EDCF
(242,237,207)
#F3F0DC
(243,240,220)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD567 color. Also use rgb(234,213,103) instead hex code.

Text Font Color

.myTextColor { color: #EAD567; }

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

This text font color is #EAD567.


Background Color

.myBgColor { background-color: #EAD567; }

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

This div background color is #EAD567.


Border color

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

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

This div border color is #EAD567.


Opacity

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

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

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

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

This text has shadow with #EAD567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD567 on black background.


Color preview on white background

This text has color #EAD567 on white background.



Black color preview on #EAD567 background

This text has black color on #EAD567 background.


White color preview on #EAD567 background

This text has white color on #EAD567 background.