COLOR #EACB79

HEX: #EACB79 RGB: (234,203,121)

Color info

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

RGB color model

#EACB79 color RGB value is (234,203,121).

RGB: (234,203,121) (92%, 80%, 47%)

RGB channels and saturation

R 234 of 255 = 92%
G 203 of 255 = 80%
B 121 of 255 = 47%

234
203
121

R + G + B ~ 73%. #EACB79 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 203 + 121 = 558 (100%)
R 234 of 558 ~ 41.94%
G 203 of 558 ~ 36.38%
B 121 of 558 ~ 21.68'%

%41.94
%36.38
%21.68

CMYK color model

#EACB79 color CMYK value is (0,13,48,8).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 48.29%
  • key color value is 8.24%

CMYK: (0,13,48,8)
C0M13Y48K8 (0%, 13%, 48%, 8%)
(0.00 / 0.13 / 0.48 / 0.08)

CMYK percentages

%0
%13.25
%48.29
%8.24

Codes

Color #EACB79 in popluar color models

EA CB 79
RGB 234 203 121
HSL 44° 72.90% 69.61%
HSB/HSV 44° 48.29% 91.76%
CMYK 0.00% 13.25% 48.29%
8.24%

Color #EACB79 in popluar number systems.

HEX EA CB 79
Decimal 234 203 121
Binary 11101010 11001011 1111001
Octal 352 313 171

Shades and tints

Shades of #EACB79

#EACB79
(234,203,121)
#D5B96E
(213,185,110)
#C0A763
(192,167,99)
#AB9558
(171,149,88)
#96834D
(150,131,77)
#817142
(129,113,66)
#6C5F37
(108,95,55)
#574D2C
(87,77,44)
#423B21
(66,59,33)
#2D2916
(45,41,22)
#18170B
(24,23,11)
#000000
(0,0,0)

Tints of #EACB79

#EACB79
(234,203,121)
#EBCF85
(235,207,133)
#ECD391
(236,211,145)
#EDD79D
(237,215,157)
#EEDBA9
(238,219,169)
#EFDFB5
(239,223,181)
#F0E3C1
(240,227,193)
#F1E7CD
(241,231,205)
#F2EBD9
(242,235,217)
#F3EFE5
(243,239,229)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACB79 color. Also use rgb(234,203,121) instead hex code.

Text Font Color

.myTextColor { color: #EACB79; }

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

This text font color is #EACB79.

Background Color

.myBgColor { background-color: #EACB79; }

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

This div background color is #EACB79.

Border color

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

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

This div border color is #EACB79.

Opacity

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

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

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

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

This text has shadow with #EACB79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EACB79.

Preview

Color preview on black background

This text has color #EACB79 on black background.


Color preview on white background

This text has color #EACB79 on white background.


Black color preview on #EACB79 background

This text has black color on #EACB79 background.


White color preview on #EACB79 background

This text has white color on #EACB79 background.


Related colors

Complementary color

Complementary color for #hex is #153486.


I love getcolorcode.com

Triadic colors

1 #79EACB and #CB79EA with #EACB79 are triadic colors.

2 #79CBEA and #CBEA79 with #EACB79 are triadic colors.