COLOR #EDD082

HEX: #EDD082 RGB: (237,208,130)

Color info

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

RGB color model

#EDD082 color RGB value is (237,208,130).

RGB: (237,208,130) (93%, 82%, 51%)

RGB channels and saturation

R 237 of 255 = 93%
G 208 of 255 = 82%
B 130 of 255 = 51%

237
208
130

R + G + B ~ 75%. #EDD082 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 208 + 130 = 575 (100%)
R 237 of 575 ~ 41.22%
G 208 of 575 ~ 36.17%
B 130 of 575 ~ 22.61'%

%41.22
%36.17
%22.61

CMYK color model

#EDD082 color CMYK value is (0,12,45,7).

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

CMYK: (0,12,45,7)
C0M12Y45K7 (0%, 12%, 45%, 7%)
(0.00 / 0.12 / 0.45 / 0.07)

CMYK percentages

%0
%12.24
%45.15
%7.06

Codes

Color #EDD082 in popluar color models

ED D0 82
RGB 237 208 130
HSL 44° 74.83% 71.96%
HSB/HSV 44° 45.15% 92.94%
CMYK 0.00% 12.24% 45.15%
7.06%

Color #EDD082 in popluar number systems.

HEX ED D0 82
Decimal 237 208 130
Binary 11101101 11010000 10000010
Octal 355 320 202

Shades and tints

Shades of #EDD082

#EDD082
(237,208,130)
#D8BE77
(216,190,119)
#C3AC6C
(195,172,108)
#AE9A61
(174,154,97)
#998856
(153,136,86)
#84764B
(132,118,75)
#6F6440
(111,100,64)
#5A5235
(90,82,53)
#45402A
(69,64,42)
#302E1F
(48,46,31)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #EDD082

#EDD082
(237,208,130)
#EED48D
(238,212,141)
#EFD898
(239,216,152)
#F0DCA3
(240,220,163)
#F1E0AE
(241,224,174)
#F2E4B9
(242,228,185)
#F3E8C4
(243,232,196)
#F4ECCF
(244,236,207)
#F5F0DA
(245,240,218)
#F6F4E5
(246,244,229)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD082; }

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

This text font color is #EDD082.

Background Color

.myBgColor { background-color: #EDD082; }

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

This div background color is #EDD082.

Border color

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

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

This div border color is #EDD082.

Opacity

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

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

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

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

This text has shadow with #EDD082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD082.

Preview

Color preview on black background

This text has color #EDD082 on black background.


Color preview on white background

This text has color #EDD082 on white background.


Black color preview on #EDD082 background

This text has black color on #EDD082 background.


White color preview on #EDD082 background

This text has white color on #EDD082 background.


Related colors

Complementary color

Complementary color for #hex is #122F7D.


I love getcolorcode.com

Triadic colors

1 #82EDD0 and #D082ED with #EDD082 are triadic colors.

2 #82D0ED and #D0ED82 with #EDD082 are triadic colors.