COLOR #EDDA96

HEX: #EDDA96 RGB: (237,218,150)

Color info

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

RGB color model

#EDDA96 color RGB value is (237,218,150).

RGB: (237,218,150) (93%, 85%, 59%)

RGB channels and saturation

R 237 of 255 = 93%
G 218 of 255 = 85%
B 150 of 255 = 59%

237
218
150

R + G + B ~ 79%. #EDDA96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 218 + 150 = 605 (100%)
R 237 of 605 ~ 39.17%
G 218 of 605 ~ 36.03%
B 150 of 605 ~ 24.79'%

%39.17
%36.03
%24.79

CMYK color model

#EDDA96 color CMYK value is (0,8,37,7).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 36.71%
  • key color value is 7.06%

CMYK: (0,8,37,7)
C0M8Y37K7 (0%, 8%, 37%, 7%)
(0.00 / 0.08 / 0.37 / 0.07)

CMYK percentages

%0
%8.02
%36.71
%7.06

Codes

Color #EDDA96 in popluar color models

ED DA 96
RGB 237 218 150
HSL 47° 70.73% 75.88%
HSB/HSV 47° 36.71% 92.94%
CMYK 0.00% 8.02% 36.71%
7.06%

Color #EDDA96 in popluar number systems.

HEX ED DA 96
Decimal 237 218 150
Binary 11101101 11011010 10010110
Octal 355 332 226

Shades and tints

Shades of #EDDA96

#EDDA96
(237,218,150)
#D8C789
(216,199,137)
#C3B47C
(195,180,124)
#AEA16F
(174,161,111)
#998E62
(153,142,98)
#847B55
(132,123,85)
#6F6848
(111,104,72)
#5A553B
(90,85,59)
#45422E
(69,66,46)
#302F21
(48,47,33)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #EDDA96

#EDDA96
(237,218,150)
#EEDD9F
(238,221,159)
#EFE0A8
(239,224,168)
#F0E3B1
(240,227,177)
#F1E6BA
(241,230,186)
#F2E9C3
(242,233,195)
#F3ECCC
(243,236,204)
#F4EFD5
(244,239,213)
#F5F2DE
(245,242,222)
#F6F5E7
(246,245,231)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDA96 color. Also use rgb(237,218,150) instead hex code.

Text Font Color

.myTextColor { color: #EDDA96; }

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

This text font color is #EDDA96.

Background Color

.myBgColor { background-color: #EDDA96; }

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

This div background color is #EDDA96.

Border color

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

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

This div border color is #EDDA96.

Opacity

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

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

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

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

This text has shadow with #EDDA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDA96.

Preview

Color preview on black background

This text has color #EDDA96 on black background.


Color preview on white background

This text has color #EDDA96 on white background.


Black color preview on #EDDA96 background

This text has black color on #EDDA96 background.


White color preview on #EDDA96 background

This text has white color on #EDDA96 background.


Related colors

Complementary color

Complementary color for #hex is #122569.


I love getcolorcode.com

Triadic colors

1 #96EDDA and #DA96ED with #EDDA96 are triadic colors.

2 #96DAED and #DAED96 with #EDDA96 are triadic colors.