COLOR #EAB678

HEX: #EAB678 RGB: (234,182,120)

Color info

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

RGB color model

#EAB678 color RGB value is (234,182,120).

RGB: (234,182,120) (92%, 71%, 47%)

RGB channels and saturation

R 234 of 255 = 92%
G 182 of 255 = 71%
B 120 of 255 = 47%

234
182
120

R + G + B ~ 70%. #EAB678 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 182 + 120 = 536 (100%)
R 234 of 536 ~ 43.66%
G 182 of 536 ~ 33.96%
B 120 of 536 ~ 22.39'%

%43.66
%33.96
%22.39

CMYK color model

#EAB678 color CMYK value is (0,22,49,8).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 48.72%
  • key color value is 8.24%

CMYK: (0,22,49,8)
C0M22Y49K8 (0%, 22%, 49%, 8%)
(0.00 / 0.22 / 0.49 / 0.08)

CMYK percentages

%0
%22.22
%48.72
%8.24

Codes

Color #EAB678 in popluar color models

EA B6 78
RGB 234 182 120
HSL 33° 73.08% 69.41%
HSB/HSV 33° 48.72% 91.76%
CMYK 0.00% 22.22% 48.72%
8.24%

Color #EAB678 in popluar number systems.

HEX EA B6 78
Decimal 234 182 120
Binary 11101010 10110110 1111000
Octal 352 266 170

Shades and tints

Shades of #EAB678

#EAB678
(234,182,120)
#D5A66E
(213,166,110)
#C09664
(192,150,100)
#AB865A
(171,134,90)
#967650
(150,118,80)
#816646
(129,102,70)
#6C563C
(108,86,60)
#574632
(87,70,50)
#423628
(66,54,40)
#2D261E
(45,38,30)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #EAB678

#EAB678
(234,182,120)
#EBBC84
(235,188,132)
#ECC290
(236,194,144)
#EDC89C
(237,200,156)
#EECEA8
(238,206,168)
#EFD4B4
(239,212,180)
#F0DAC0
(240,218,192)
#F1E0CC
(241,224,204)
#F2E6D8
(242,230,216)
#F3ECE4
(243,236,228)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB678 color. Also use rgb(234,182,120) instead hex code.

Text Font Color

.myTextColor { color: #EAB678; }

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

This text font color is #EAB678.

Background Color

.myBgColor { background-color: #EAB678; }

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

This div background color is #EAB678.

Border color

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

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

This div border color is #EAB678.

Opacity

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

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

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

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

This text has shadow with #EAB678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB678.

Preview

Color preview on black background

This text has color #EAB678 on black background.


Color preview on white background

This text has color #EAB678 on white background.


Black color preview on #EAB678 background

This text has black color on #EAB678 background.


White color preview on #EAB678 background

This text has white color on #EAB678 background.


Related colors

Complementary color

Complementary color for #hex is #154987.


I love getcolorcode.com

Triadic colors

1 #78EAB6 and #B678EA with #EAB678 are triadic colors.

2 #78B6EA and #B6EA78 with #EAB678 are triadic colors.