COLOR #EAC790

HEX: #EAC790
RGB: (234,199,144)

Color info

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

RGB color model

#EAC790 color RGB value is (234,199,144).

  • red value is 234;
  • green value is 199;
  • blue value is 144.
RGB:
(234,199,144)
(92%,78%,56%)

RGB channels and saturation

R 234 of 255 = 92%
G 199 of 255 = 78%
B 144 of 255 = 56%

234
199
144

R + G + B ~ 75%. #EAC790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 199 + 144 = 577 (100%)
R 234 of 577 ~ 40.55%
G 199 of 577 ~ 34.49%
B 144 of 577 ~ 24.96%

%40.55
%34.49
%24.96

CMYK color model

#EAC790 color CMYK value is (0,15,38,8).

  • cyan value is 0.00%
  • magenta value is 14.96%
  • yellow value is 38.46%
  • key color value is 8.24%
CMYK:
(0,15,38,8)
C0M15Y38K8 
(0%,15%,38%,8%)
(0.00/0.15/0.38/0.08)	

CMYK percentages

%0
%14.96
%38.46
%8.24

Codes

Color #EAC790 in popluar color models

EAC790
RGB234199144
HSL37°68.18%74.12%
HSB/HSV37°38.46%91.76%
CMYK0.00%14.96%38.46%
8.24%

Color #EAC790 in popluar number systems.

HEXEAC790
Decimal234199144
Binary111010101100011110010000
Octal352307220

Shades and tints

Shades of #EAC790

#EAC790
(234,199,144)
#D5B583
(213,181,131)
#C0A376
(192,163,118)
#AB9169
(171,145,105)
#967F5C
(150,127,92)
#816D4F
(129,109,79)
#6C5B42
(108,91,66)
#574935
(87,73,53)
#423728
(66,55,40)
#2D251B
(45,37,27)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #EAC790

#EAC790
(234,199,144)
#EBCC9A
(235,204,154)
#ECD1A4
(236,209,164)
#EDD6AE
(237,214,174)
#EEDBB8
(238,219,184)
#EFE0C2
(239,224,194)
#F0E5CC
(240,229,204)
#F1EAD6
(241,234,214)
#F2EFE0
(242,239,224)
#F3F4EA
(243,244,234)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC790 color. Also use rgb(234,199,144) instead hex code.

Text Font Color

.myTextColor { color: #EAC790; }

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

This text font color is #EAC790.


Background Color

.myBgColor { background-color: #EAC790; }

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

This div background color is #EAC790.


Border color

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

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

This div border color is #EAC790.


Opacity

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

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

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

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

This text has shadow with #EAC790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC790 on black background.


Color preview on white background

This text has color #EAC790 on white background.



Black color preview on #EAC790 background

This text has black color on #EAC790 background.


White color preview on #EAC790 background

This text has white color on #EAC790 background.