COLOR #EAD690

HEX: #EAD690
RGB: (234,214,144)

Color info

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

RGB color model

#EAD690 color RGB value is (234,214,144).

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

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 144 of 255 = 56%

234
214
144

R + G + B ~ 77%. #EAD690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 214 + 144 = 592 (100%)
R 234 of 592 ~ 39.53%
G 214 of 592 ~ 36.15%
B 144 of 592 ~ 24.32%

%39.53
%36.15
%24.32

CMYK color model

#EAD690 color CMYK value is (0,9,38,8).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 38.46%
  • key color value is 8.24%
CMYK:
(0,9,38,8)
C0M9Y38K8 
(0%,9%,38%,8%)
(0.00/0.09/0.38/0.08)	

CMYK percentages

%0
%8.55
%38.46
%8.24

Codes

Color #EAD690 in popluar color models

EAD690
RGB234214144
HSL47°68.18%74.12%
HSB/HSV47°38.46%91.76%
CMYK0.00%8.55%38.46%
8.24%

Color #EAD690 in popluar number systems.

HEXEAD690
Decimal234214144
Binary111010101101011010010000
Octal352326220

Shades and tints

Shades of #EAD690

#EAD690
(234,214,144)
#D5C383
(213,195,131)
#C0B076
(192,176,118)
#AB9D69
(171,157,105)
#968A5C
(150,138,92)
#81774F
(129,119,79)
#6C6442
(108,100,66)
#575135
(87,81,53)
#423E28
(66,62,40)
#2D2B1B
(45,43,27)
#18180E
(24,24,14)
#000000
(0,0,0)

Tints of #EAD690

#EAD690
(234,214,144)
#EBD99A
(235,217,154)
#ECDCA4
(236,220,164)
#EDDFAE
(237,223,174)
#EEE2B8
(238,226,184)
#EFE5C2
(239,229,194)
#F0E8CC
(240,232,204)
#F1EBD6
(241,235,214)
#F2EEE0
(242,238,224)
#F3F1EA
(243,241,234)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD690; }

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

This text font color is #EAD690.


Background Color

.myBgColor { background-color: #EAD690; }

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

This div background color is #EAD690.


Border color

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

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

This div border color is #EAD690.


Opacity

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

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

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

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

This text has shadow with #EAD690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD690 on black background.


Color preview on white background

This text has color #EAD690 on white background.



Black color preview on #EAD690 background

This text has black color on #EAD690 background.


White color preview on #EAD690 background

This text has white color on #EAD690 background.