COLOR #EACC9B

HEX: #EACC9B RGB: (234,204,155)

Color info

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

RGB color model

#EACC9B color RGB value is (234,204,155).

RGB: (234,204,155) (92%, 80%, 61%)

RGB channels and saturation

R 234 of 255 = 92%
G 204 of 255 = 80%
B 155 of 255 = 61%

234
204
155

R + G + B ~ 78%. #EACC9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 204 + 155 = 593 (100%)
R 234 of 593 ~ 39.46%
G 204 of 593 ~ 34.4%
B 155 of 593 ~ 26.14'%

%39.46
%34.4
%26.14

CMYK color model

#EACC9B color CMYK value is (0,13,34,8).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 33.76%
  • key color value is 8.24%

CMYK: (0,13,34,8)
C0M13Y34K8 (0%, 13%, 34%, 8%)
(0.00 / 0.13 / 0.34 / 0.08)

CMYK percentages

%0
%12.82
%33.76
%8.24

Codes

Color #EACC9B in popluar color models

EA CC 9B
RGB 234 204 155
HSL 37° 65.29% 76.27%
HSB/HSV 37° 33.76% 91.76%
CMYK 0.00% 12.82% 33.76%
8.24%

Color #EACC9B in popluar number systems.

HEX EA CC 9B
Decimal 234 204 155
Binary 11101010 11001100 10011011
Octal 352 314 233

Shades and tints

Shades of #EACC9B

#EACC9B
(234,204,155)
#D5BA8D
(213,186,141)
#C0A87F
(192,168,127)
#AB9671
(171,150,113)
#968463
(150,132,99)
#817255
(129,114,85)
#6C6047
(108,96,71)
#574E39
(87,78,57)
#423C2B
(66,60,43)
#2D2A1D
(45,42,29)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #EACC9B

#EACC9B
(234,204,155)
#EBD0A4
(235,208,164)
#ECD4AD
(236,212,173)
#EDD8B6
(237,216,182)
#EEDCBF
(238,220,191)
#EFE0C8
(239,224,200)
#F0E4D1
(240,228,209)
#F1E8DA
(241,232,218)
#F2ECE3
(242,236,227)
#F3F0EC
(243,240,236)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACC9B color. Also use rgb(234,204,155) instead hex code.

Text Font Color

.myTextColor { color: #EACC9B; }

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

This text font color is #EACC9B.

Background Color

.myBgColor { background-color: #EACC9B; }

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

This div background color is #EACC9B.

Border color

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

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

This div border color is #EACC9B.

Opacity

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

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

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

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

This text has shadow with #EACC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EACC9B.

Preview

Color preview on black background

This text has color #EACC9B on black background.


Color preview on white background

This text has color #EACC9B on white background.


Black color preview on #EACC9B background

This text has black color on #EACC9B background.


White color preview on #EACC9B background

This text has white color on #EACC9B background.


Related colors

Complementary color

Complementary color for #hex is #153364.


I love getcolorcode.com

Triadic colors

1 #9BEACC and #CC9BEA with #EACC9B are triadic colors.

2 #9BCCEA and #CCEA9B with #EACC9B are triadic colors.