COLOR #EAB975

HEX: #EAB975
RGB: (234,185,117)

Color info

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

RGB color model

#EAB975 color RGB value is (234,185,117).

  • red value is 234;
  • green value is 185;
  • blue value is 117.
RGB:
(234,185,117)
(92%,73%,46%)

RGB channels and saturation

R 234 of 255 = 92%
G 185 of 255 = 73%
B 117 of 255 = 46%

234
185
117

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

Portions of RGB colors in percentages

R + G + B =
234 + 185 + 117 = 536 (100%)
R 234 of 536 ~ 43.66%
G 185 of 536 ~ 34.51%
B 117 of 536 ~ 21.83%

%43.66
%34.51
%21.83

CMYK color model

#EAB975 color CMYK value is (0,21,50,8).

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 50.00%
  • key color value is 8.24%
CMYK:
(0,21,50,8)
C0M21Y50K8 
(0%,21%,50%,8%)
(0.00/0.21/0.50/0.08)	

CMYK percentages

%0
%20.94
%50
%8.24

Codes

Color #EAB975 in popluar color models

EAB975
RGB234185117
HSL35°73.58%68.82%
HSB/HSV35°50.00%91.76%
CMYK0.00%20.94%50.00%
8.24%

Color #EAB975 in popluar number systems.

HEXEAB975
Decimal234185117
Binary11101010101110011110101
Octal352271165

Shades and tints

Shades of #EAB975

#EAB975
(234,185,117)
#D5A96B
(213,169,107)
#C09961
(192,153,97)
#AB8957
(171,137,87)
#96794D
(150,121,77)
#816943
(129,105,67)
#6C5939
(108,89,57)
#57492F
(87,73,47)
#423925
(66,57,37)
#2D291B
(45,41,27)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #EAB975

#EAB975
(234,185,117)
#EBBF81
(235,191,129)
#ECC58D
(236,197,141)
#EDCB99
(237,203,153)
#EED1A5
(238,209,165)
#EFD7B1
(239,215,177)
#F0DDBD
(240,221,189)
#F1E3C9
(241,227,201)
#F2E9D5
(242,233,213)
#F3EFE1
(243,239,225)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB975 color. Also use rgb(234,185,117) instead hex code.

Text Font Color

.myTextColor { color: #EAB975; }

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

This text font color is #EAB975.


Background Color

.myBgColor { background-color: #EAB975; }

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

This div background color is #EAB975.


Border color

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

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

This div border color is #EAB975.


Opacity

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

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

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

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

This text has shadow with #EAB975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB975 on black background.


Color preview on white background

This text has color #EAB975 on white background.



Black color preview on #EAB975 background

This text has black color on #EAB975 background.


White color preview on #EAB975 background

This text has white color on #EAB975 background.