COLOR #EAC99E

HEX: #EAC99E
RGB: (234,201,158)

Color info

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

RGB color model

#EAC99E color RGB value is (234,201,158).

  • red value is 234;
  • green value is 201;
  • blue value is 158.
RGB:
(234,201,158)
(92%,79%,62%)

RGB channels and saturation

R 234 of 255 = 92%
G 201 of 255 = 79%
B 158 of 255 = 62%

234
201
158

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

Portions of RGB colors in percentages

R + G + B =
234 + 201 + 158 = 593 (100%)
R 234 of 593 ~ 39.46%
G 201 of 593 ~ 33.9%
B 158 of 593 ~ 26.64%

%39.46
%33.9
%26.64

CMYK color model

#EAC99E color CMYK value is (0,14,32,8).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 32.48%
  • key color value is 8.24%
CMYK:
(0,14,32,8)
C0M14Y32K8 
(0%,14%,32%,8%)
(0.00/0.14/0.32/0.08)	

CMYK percentages

%0
%14.1
%32.48
%8.24

Codes

Color #EAC99E in popluar color models

EAC99E
RGB234201158
HSL34°64.41%76.86%
HSB/HSV34°32.48%91.76%
CMYK0.00%14.10%32.48%
8.24%

Color #EAC99E in popluar number systems.

HEXEAC99E
Decimal234201158
Binary111010101100100110011110
Octal352311236

Shades and tints

Shades of #EAC99E

#EAC99E
(234,201,158)
#D5B790
(213,183,144)
#C0A582
(192,165,130)
#AB9374
(171,147,116)
#968166
(150,129,102)
#816F58
(129,111,88)
#6C5D4A
(108,93,74)
#574B3C
(87,75,60)
#42392E
(66,57,46)
#2D2720
(45,39,32)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #EAC99E

#EAC99E
(234,201,158)
#EBCDA6
(235,205,166)
#ECD1AE
(236,209,174)
#EDD5B6
(237,213,182)
#EED9BE
(238,217,190)
#EFDDC6
(239,221,198)
#F0E1CE
(240,225,206)
#F1E5D6
(241,229,214)
#F2E9DE
(242,233,222)
#F3EDE6
(243,237,230)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC99E color. Also use rgb(234,201,158) instead hex code.

Text Font Color

.myTextColor { color: #EAC99E; }

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

This text font color is #EAC99E.


Background Color

.myBgColor { background-color: #EAC99E; }

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

This div background color is #EAC99E.


Border color

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

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

This div border color is #EAC99E.


Opacity

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

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

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

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

This text has shadow with #EAC99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC99E on black background.


Color preview on white background

This text has color #EAC99E on white background.



Black color preview on #EAC99E background

This text has black color on #EAC99E background.


White color preview on #EAC99E background

This text has white color on #EAC99E background.