COLOR #EAC681

HEX: #EAC681 RGB: (234,198,129)

Color info

#EAC681 contains mainly red and green colors. Web safe color of #EAC681 is #FFCC99 (or #FC9).

RGB color model

#EAC681 color RGB value is (234,198,129).

RGB: (234,198,129) (92%, 78%, 51%)

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 129 of 255 = 51%

234
198
129

R + G + B ~ 74%. #EAC681 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 198 + 129 = 561 (100%)
R 234 of 561 ~ 41.71%
G 198 of 561 ~ 35.29%
B 129 of 561 ~ 22.99'%

%41.71
%35.29
%22.99

CMYK color model

#EAC681 color CMYK value is (0,15,45,8).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 44.87%
  • key color value is 8.24%

CMYK: (0,15,45,8)
C0M15Y45K8 (0%, 15%, 45%, 8%)
(0.00 / 0.15 / 0.45 / 0.08)

CMYK percentages

%0
%15.38
%44.87
%8.24

Codes

Color #EAC681 in popluar color models

EA C6 81
RGB 234 198 129
HSL 39° 71.43% 71.18%
HSB/HSV 39° 44.87% 91.76%
CMYK 0.00% 15.38% 44.87%
8.24%

Color #EAC681 in popluar number systems.

HEX EA C6 81
Decimal 234 198 129
Binary 11101010 11000110 10000001
Octal 352 306 201

Shades and tints

Shades of #EAC681

#EAC681
(234,198,129)
#D5B476
(213,180,118)
#C0A26B
(192,162,107)
#AB9060
(171,144,96)
#967E55
(150,126,85)
#816C4A
(129,108,74)
#6C5A3F
(108,90,63)
#574834
(87,72,52)
#423629
(66,54,41)
#2D241E
(45,36,30)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #EAC681

#EAC681
(234,198,129)
#EBCB8C
(235,203,140)
#ECD097
(236,208,151)
#EDD5A2
(237,213,162)
#EEDAAD
(238,218,173)
#EFDFB8
(239,223,184)
#F0E4C3
(240,228,195)
#F1E9CE
(241,233,206)
#F2EED9
(242,238,217)
#F3F3E4
(243,243,228)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC681 color. Also use rgb(234,198,129) instead hex code.

Text Font Color

.myTextColor { color: #EAC681; }

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

This text font color is #EAC681.

Background Color

.myBgColor { background-color: #EAC681; }

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

This div background color is #EAC681.

Border color

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

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

This div border color is #EAC681.

Opacity

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

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

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

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

This text has shadow with #EAC681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC681.

Preview

Color preview on black background

This text has color #EAC681 on black background.


Color preview on white background

This text has color #EAC681 on white background.


Black color preview on #EAC681 background

This text has black color on #EAC681 background.


White color preview on #EAC681 background

This text has white color on #EAC681 background.


Related colors

Complementary color

Complementary color for #hex is #15397E.


I love getcolorcode.com

Triadic colors

1 #81EAC6 and #C681EA with #EAC681 are triadic colors.

2 #81C6EA and #C6EA81 with #EAC681 are triadic colors.