COLOR #EAC88C

HEX: #EAC88C RGB: (234,200,140)

Color info

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

RGB color model

#EAC88C color RGB value is (234,200,140).

RGB: (234,200,140) (92%, 78%, 55%)

RGB channels and saturation

R 234 of 255 = 92%
G 200 of 255 = 78%
B 140 of 255 = 55%

234
200
140

R + G + B ~ 75%. #EAC88C is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 200 + 140 = 574 (100%)
R 234 of 574 ~ 40.77%
G 200 of 574 ~ 34.84%
B 140 of 574 ~ 24.39'%

%40.77
%34.84
%24.39

CMYK color model

#EAC88C color CMYK value is (0,15,40,8).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 40.17%
  • key color value is 8.24%

CMYK: (0,15,40,8)
C0M15Y40K8 (0%, 15%, 40%, 8%)
(0.00 / 0.15 / 0.40 / 0.08)

CMYK percentages

%0
%14.53
%40.17
%8.24

Codes

Color #EAC88C in popluar color models

EA C8 8C
RGB 234 200 140
HSL 38° 69.12% 73.33%
HSB/HSV 38° 40.17% 91.76%
CMYK 0.00% 14.53% 40.17%
8.24%

Color #EAC88C in popluar number systems.

HEX EA C8 8C
Decimal 234 200 140
Binary 11101010 11001000 10001100
Octal 352 310 214

Shades and tints

Shades of #EAC88C

#EAC88C
(234,200,140)
#D5B680
(213,182,128)
#C0A474
(192,164,116)
#AB9268
(171,146,104)
#96805C
(150,128,92)
#816E50
(129,110,80)
#6C5C44
(108,92,68)
#574A38
(87,74,56)
#42382C
(66,56,44)
#2D2620
(45,38,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #EAC88C

#EAC88C
(234,200,140)
#EBCD96
(235,205,150)
#ECD2A0
(236,210,160)
#EDD7AA
(237,215,170)
#EEDCB4
(238,220,180)
#EFE1BE
(239,225,190)
#F0E6C8
(240,230,200)
#F1EBD2
(241,235,210)
#F2F0DC
(242,240,220)
#F3F5E6
(243,245,230)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC88C color. Also use rgb(234,200,140) instead hex code.

Text Font Color

.myTextColor { color: #EAC88C; }

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

This text font color is #EAC88C.

Background Color

.myBgColor { background-color: #EAC88C; }

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

This div background color is #EAC88C.

Border color

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

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

This div border color is #EAC88C.

Opacity

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

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

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

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

This text has shadow with #EAC88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC88C.

Preview

Color preview on black background

This text has color #EAC88C on black background.


Color preview on white background

This text has color #EAC88C on white background.


Black color preview on #EAC88C background

This text has black color on #EAC88C background.


White color preview on #EAC88C background

This text has white color on #EAC88C background.


Related colors

Complementary color

Complementary color for #hex is #153773.


I love getcolorcode.com

Triadic colors

1 #8CEAC8 and #C88CEA with #EAC88C are triadic colors.

2 #8CC8EA and #C8EA8C with #EAC88C are triadic colors.