COLOR #EDD382

HEX: #EDD382 RGB: (237,211,130)

Color info

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

RGB color model

#EDD382 color RGB value is (237,211,130).

RGB: (237,211,130) (93%, 83%, 51%)

RGB channels and saturation

R 237 of 255 = 93%
G 211 of 255 = 83%
B 130 of 255 = 51%

237
211
130

R + G + B ~ 76%. #EDD382 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 211 + 130 = 578 (100%)
R 237 of 578 ~ 41%
G 211 of 578 ~ 36.51%
B 130 of 578 ~ 22.49'%

%41
%36.51
%22.49

CMYK color model

#EDD382 color CMYK value is (0,11,45,7).

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

CMYK: (0,11,45,7)
C0M11Y45K7 (0%, 11%, 45%, 7%)
(0.00 / 0.11 / 0.45 / 0.07)

CMYK percentages

%0
%10.97
%45.15
%7.06

Codes

Color #EDD382 in popluar color models

ED D3 82
RGB 237 211 130
HSL 45° 74.83% 71.96%
HSB/HSV 45° 45.15% 92.94%
CMYK 0.00% 10.97% 45.15%
7.06%

Color #EDD382 in popluar number systems.

HEX ED D3 82
Decimal 237 211 130
Binary 11101101 11010011 10000010
Octal 355 323 202

Shades and tints

Shades of #EDD382

#EDD382
(237,211,130)
#D8C077
(216,192,119)
#C3AD6C
(195,173,108)
#AE9A61
(174,154,97)
#998756
(153,135,86)
#84744B
(132,116,75)
#6F6140
(111,97,64)
#5A4E35
(90,78,53)
#453B2A
(69,59,42)
#30281F
(48,40,31)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #EDD382

#EDD382
(237,211,130)
#EED78D
(238,215,141)
#EFDB98
(239,219,152)
#F0DFA3
(240,223,163)
#F1E3AE
(241,227,174)
#F2E7B9
(242,231,185)
#F3EBC4
(243,235,196)
#F4EFCF
(244,239,207)
#F5F3DA
(245,243,218)
#F6F7E5
(246,247,229)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD382; }

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

This text font color is #EDD382.

Background Color

.myBgColor { background-color: #EDD382; }

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

This div background color is #EDD382.

Border color

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

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

This div border color is #EDD382.

Opacity

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

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

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

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

This text has shadow with #EDD382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD382.

Preview

Color preview on black background

This text has color #EDD382 on black background.


Color preview on white background

This text has color #EDD382 on white background.


Black color preview on #EDD382 background

This text has black color on #EDD382 background.


White color preview on #EDD382 background

This text has white color on #EDD382 background.


Related colors

Complementary color

Complementary color for #hex is #122C7D.


I love getcolorcode.com

Triadic colors

1 #82EDD3 and #D382ED with #EDD382 are triadic colors.

2 #82D3ED and #D3ED82 with #EDD382 are triadic colors.