COLOR #EAD84C

HEX: #EAD84C
RGB: (234,216,76)

Color info

#EAD84C contains mainly red and green colors. Web safe color of #EAD84C is #FFCC33 (or #FC3).

RGB color model

#EAD84C color RGB value is (234,216,76).

  • red value is 234;
  • green value is 216;
  • blue value is 76.
RGB:
(234,216,76)
(92%,85%,30%)

RGB channels and saturation

R 234 of 255 = 92%
G 216 of 255 = 85%
B 76 of 255 = 30%

234
216
76

R + G + B ~ 69%. #EAD84C is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 216 + 76 = 526 (100%)
R 234 of 526 ~ 44.49%
G 216 of 526 ~ 41.06%
B 76 of 526 ~ 14.45%

%44.49
%41.06
%14.45

CMYK color model

#EAD84C color CMYK value is (0,8,68,8).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 67.52%
  • key color value is 8.24%
CMYK:
(0,8,68,8)
C0M8Y68K8 
(0%,8%,68%,8%)
(0.00/0.08/0.68/0.08)	

CMYK percentages

%0
%7.69
%67.52
%8.24

Codes

Color #EAD84C in popluar color models

EAD84C
RGB23421676
HSL53°79.00%60.78%
HSB/HSV53°67.52%91.76%
CMYK0.00%7.69%67.52%
8.24%

Color #EAD84C in popluar number systems.

HEXEAD84C
Decimal23421676
Binary11101010110110001001100
Octal352330114

Shades and tints

Shades of #EAD84C

#EAD84C
(234,216,76)
#D5C546
(213,197,70)
#C0B240
(192,178,64)
#AB9F3A
(171,159,58)
#968C34
(150,140,52)
#81792E
(129,121,46)
#6C6628
(108,102,40)
#575322
(87,83,34)
#42401C
(66,64,28)
#2D2D16
(45,45,22)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #EAD84C

#EAD84C
(234,216,76)
#EBDB5C
(235,219,92)
#ECDE6C
(236,222,108)
#EDE17C
(237,225,124)
#EEE48C
(238,228,140)
#EFE79C
(239,231,156)
#F0EAAC
(240,234,172)
#F1EDBC
(241,237,188)
#F2F0CC
(242,240,204)
#F3F3DC
(243,243,220)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD84C color. Also use rgb(234,216,76) instead hex code.

Text Font Color

.myTextColor { color: #EAD84C; }

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

This text font color is #EAD84C.


Background Color

.myBgColor { background-color: #EAD84C; }

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

This div background color is #EAD84C.


Border color

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

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

This div border color is #EAD84C.


Opacity

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

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

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

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

This text has shadow with #EAD84C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD84C on black background.


Color preview on white background

This text has color #EAD84C on white background.



Black color preview on #EAD84C background

This text has black color on #EAD84C background.


White color preview on #EAD84C background

This text has white color on #EAD84C background.