COLOR #EAB37A

HEX: #EAB37A RGB: (234,179,122)

Color info

#EAB37A contains mainly red and green colors. Web safe color of #EAB37A is #FF9966 (or #F96).

RGB color model

#EAB37A color RGB value is (234,179,122).

RGB: (234,179,122) (92%, 70%, 48%)

RGB channels and saturation

R 234 of 255 = 92%
G 179 of 255 = 70%
B 122 of 255 = 48%

234
179
122

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

Portions of RGB colors in percentages

R + G + B = 234 + 179 + 122 = 535 (100%)
R 234 of 535 ~ 43.74%
G 179 of 535 ~ 33.46%
B 122 of 535 ~ 22.8'%

%43.74
%33.46
%22.8

CMYK color model

#EAB37A color CMYK value is (0,24,48,8).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 47.86%
  • key color value is 8.24%

CMYK: (0,24,48,8)
C0M24Y48K8 (0%, 24%, 48%, 8%)
(0.00 / 0.24 / 0.48 / 0.08)

CMYK percentages

%0
%23.5
%47.86
%8.24

Codes

Color #EAB37A in popluar color models

EA B3 7A
RGB 234 179 122
HSL 31° 72.73% 69.80%
HSB/HSV 31° 47.86% 91.76%
CMYK 0.00% 23.50% 47.86%
8.24%

Color #EAB37A in popluar number systems.

HEX EA B3 7A
Decimal 234 179 122
Binary 11101010 10110011 1111010
Octal 352 263 172

Shades and tints

Shades of #EAB37A

#EAB37A
(234,179,122)
#D5A36F
(213,163,111)
#C09364
(192,147,100)
#AB8359
(171,131,89)
#96734E
(150,115,78)
#816343
(129,99,67)
#6C5338
(108,83,56)
#57432D
(87,67,45)
#423322
(66,51,34)
#2D2317
(45,35,23)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #EAB37A

#EAB37A
(234,179,122)
#EBB986
(235,185,134)
#ECBF92
(236,191,146)
#EDC59E
(237,197,158)
#EECBAA
(238,203,170)
#EFD1B6
(239,209,182)
#F0D7C2
(240,215,194)
#F1DDCE
(241,221,206)
#F2E3DA
(242,227,218)
#F3E9E6
(243,233,230)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB37A color. Also use rgb(234,179,122) instead hex code.

Text Font Color

.myTextColor { color: #EAB37A; }

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

This text font color is #EAB37A.

Background Color

.myBgColor { background-color: #EAB37A; }

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

This div background color is #EAB37A.

Border color

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

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

This div border color is #EAB37A.

Opacity

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

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

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

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

This text has shadow with #EAB37A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB37A.

Preview

Color preview on black background

This text has color #EAB37A on black background.


Color preview on white background

This text has color #EAB37A on white background.


Black color preview on #EAB37A background

This text has black color on #EAB37A background.


White color preview on #EAB37A background

This text has white color on #EAB37A background.


Related colors

Complementary color

Complementary color for #hex is #154C85.


I love getcolorcode.com

Triadic colors

1 #7AEAB3 and #B37AEA with #EAB37A are triadic colors.

2 #7AB3EA and #B3EA7A with #EAB37A are triadic colors.