COLOR #EDD396

HEX: #EDD396 RGB: (237,211,150)

Color info

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

RGB color model

#EDD396 color RGB value is (237,211,150).

RGB: (237,211,150) (93%, 83%, 59%)

RGB channels and saturation

R 237 of 255 = 93%
G 211 of 255 = 83%
B 150 of 255 = 59%

237
211
150

R + G + B ~ 78%. #EDD396 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 211 + 150 = 598 (100%)
R 237 of 598 ~ 39.63%
G 211 of 598 ~ 35.28%
B 150 of 598 ~ 25.08'%

%39.63
%35.28
%25.08

CMYK color model

#EDD396 color CMYK value is (0,11,37,7).

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

CMYK: (0,11,37,7)
C0M11Y37K7 (0%, 11%, 37%, 7%)
(0.00 / 0.11 / 0.37 / 0.07)

CMYK percentages

%0
%10.97
%36.71
%7.06

Codes

Color #EDD396 in popluar color models

ED D3 96
RGB 237 211 150
HSL 42° 70.73% 75.88%
HSB/HSV 42° 36.71% 92.94%
CMYK 0.00% 10.97% 36.71%
7.06%

Color #EDD396 in popluar number systems.

HEX ED D3 96
Decimal 237 211 150
Binary 11101101 11010011 10010110
Octal 355 323 226

Shades and tints

Shades of #EDD396

#EDD396
(237,211,150)
#D8C089
(216,192,137)
#C3AD7C
(195,173,124)
#AE9A6F
(174,154,111)
#998762
(153,135,98)
#847455
(132,116,85)
#6F6148
(111,97,72)
#5A4E3B
(90,78,59)
#453B2E
(69,59,46)
#302821
(48,40,33)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #EDD396

#EDD396
(237,211,150)
#EED79F
(238,215,159)
#EFDBA8
(239,219,168)
#F0DFB1
(240,223,177)
#F1E3BA
(241,227,186)
#F2E7C3
(242,231,195)
#F3EBCC
(243,235,204)
#F4EFD5
(244,239,213)
#F5F3DE
(245,243,222)
#F6F7E7
(246,247,231)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD396; }

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

This text font color is #EDD396.

Background Color

.myBgColor { background-color: #EDD396; }

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

This div background color is #EDD396.

Border color

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

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

This div border color is #EDD396.

Opacity

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

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

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

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

This text has shadow with #EDD396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD396.

Preview

Color preview on black background

This text has color #EDD396 on black background.


Color preview on white background

This text has color #EDD396 on white background.


Black color preview on #EDD396 background

This text has black color on #EDD396 background.


White color preview on #EDD396 background

This text has white color on #EDD396 background.


Related colors

Complementary color

Complementary color for #hex is #122C69.


I love getcolorcode.com

Triadic colors

1 #96EDD3 and #D396ED with #EDD396 are triadic colors.

2 #96D3ED and #D3ED96 with #EDD396 are triadic colors.