COLOR #EAC590

HEX: #EAC590
RGB: (234,197,144)

Color info

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

RGB color model

#EAC590 color RGB value is (234,197,144).

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

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 144 of 255 = 56%

234
197
144

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

Portions of RGB colors in percentages

R + G + B =
234 + 197 + 144 = 575 (100%)
R 234 of 575 ~ 40.7%
G 197 of 575 ~ 34.26%
B 144 of 575 ~ 25.04%

%40.7
%34.26
%25.04

CMYK color model

#EAC590 color CMYK value is (0,16,38,8).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 38.46%
  • key color value is 8.24%
CMYK:
(0,16,38,8)
C0M16Y38K8 
(0%,16%,38%,8%)
(0.00/0.16/0.38/0.08)	

CMYK percentages

%0
%15.81
%38.46
%8.24

Codes

Color #EAC590 in popluar color models

EAC590
RGB234197144
HSL35°68.18%74.12%
HSB/HSV35°38.46%91.76%
CMYK0.00%15.81%38.46%
8.24%

Color #EAC590 in popluar number systems.

HEXEAC590
Decimal234197144
Binary111010101100010110010000
Octal352305220

Shades and tints

Shades of #EAC590

#EAC590
(234,197,144)
#D5B483
(213,180,131)
#C0A376
(192,163,118)
#AB9269
(171,146,105)
#96815C
(150,129,92)
#81704F
(129,112,79)
#6C5F42
(108,95,66)
#574E35
(87,78,53)
#423D28
(66,61,40)
#2D2C1B
(45,44,27)
#181B0E
(24,27,14)
#000000
(0,0,0)

Tints of #EAC590

#EAC590
(234,197,144)
#EBCA9A
(235,202,154)
#ECCFA4
(236,207,164)
#EDD4AE
(237,212,174)
#EED9B8
(238,217,184)
#EFDEC2
(239,222,194)
#F0E3CC
(240,227,204)
#F1E8D6
(241,232,214)
#F2EDE0
(242,237,224)
#F3F2EA
(243,242,234)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC590; }

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

This text font color is #EAC590.


Background Color

.myBgColor { background-color: #EAC590; }

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

This div background color is #EAC590.


Border color

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

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

This div border color is #EAC590.


Opacity

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

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

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

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

This text has shadow with #EAC590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC590 on black background.


Color preview on white background

This text has color #EAC590 on white background.



Black color preview on #EAC590 background

This text has black color on #EAC590 background.


White color preview on #EAC590 background

This text has white color on #EAC590 background.