COLOR #EAD094

HEX: #EAD094 RGB: (234,208,148)

Color info

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

RGB color model

#EAD094 color RGB value is (234,208,148).

RGB: (234,208,148) (92%, 82%, 58%)

RGB channels and saturation

R 234 of 255 = 92%
G 208 of 255 = 82%
B 148 of 255 = 58%

234
208
148

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

Portions of RGB colors in percentages

R + G + B = 234 + 208 + 148 = 590 (100%)
R 234 of 590 ~ 39.66%
G 208 of 590 ~ 35.25%
B 148 of 590 ~ 25.08'%

%39.66
%35.25
%25.08

CMYK color model

#EAD094 color CMYK value is (0,11,37,8).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 36.75%
  • key color value is 8.24%

CMYK: (0,11,37,8)
C0M11Y37K8 (0%, 11%, 37%, 8%)
(0.00 / 0.11 / 0.37 / 0.08)

CMYK percentages

%0
%11.11
%36.75
%8.24

Codes

Color #EAD094 in popluar color models

EA D0 94
RGB 234 208 148
HSL 42° 67.19% 74.90%
HSB/HSV 42° 36.75% 91.76%
CMYK 0.00% 11.11% 36.75%
8.24%

Color #EAD094 in popluar number systems.

HEX EA D0 94
Decimal 234 208 148
Binary 11101010 11010000 10010100
Octal 352 320 224

Shades and tints

Shades of #EAD094

#EAD094
(234,208,148)
#D5BE87
(213,190,135)
#C0AC7A
(192,172,122)
#AB9A6D
(171,154,109)
#968860
(150,136,96)
#817653
(129,118,83)
#6C6446
(108,100,70)
#575239
(87,82,57)
#42402C
(66,64,44)
#2D2E1F
(45,46,31)
#181C12
(24,28,18)
#000000
(0,0,0)

Tints of #EAD094

#EAD094
(234,208,148)
#EBD49D
(235,212,157)
#ECD8A6
(236,216,166)
#EDDCAF
(237,220,175)
#EEE0B8
(238,224,184)
#EFE4C1
(239,228,193)
#F0E8CA
(240,232,202)
#F1ECD3
(241,236,211)
#F2F0DC
(242,240,220)
#F3F4E5
(243,244,229)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD094 color. Also use rgb(234,208,148) instead hex code.

Text Font Color

.myTextColor { color: #EAD094; }

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

This text font color is #EAD094.

Background Color

.myBgColor { background-color: #EAD094; }

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

This div background color is #EAD094.

Border color

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

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

This div border color is #EAD094.

Opacity

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

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

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

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

This text has shadow with #EAD094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD094.

Preview

Color preview on black background

This text has color #EAD094 on black background.


Color preview on white background

This text has color #EAD094 on white background.


Black color preview on #EAD094 background

This text has black color on #EAD094 background.


White color preview on #EAD094 background

This text has white color on #EAD094 background.


Related colors

Complementary color

Complementary color for #hex is #152F6B.


I love getcolorcode.com

Triadic colors

1 #94EAD0 and #D094EA with #EAD094 are triadic colors.

2 #94D0EA and #D0EA94 with #EAD094 are triadic colors.