COLOR #EDDB80

HEX: #EDDB80
RGB: (237,219,128)

Color info

#EDDB80 contains mainly red and green colors. Web safe color of #EDDB80 is #FFCC66 (or #FC6).

RGB color model

#EDDB80 color RGB value is (237,219,128).

  • red value is 237;
  • green value is 219;
  • blue value is 128.
RGB:
(237,219,128)
(93%,86%,50%)

RGB channels and saturation

R 237 of 255 = 93%
G 219 of 255 = 86%
B 128 of 255 = 50%

237
219
128

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

Portions of RGB colors in percentages

R + G + B =
237 + 219 + 128 = 584 (100%)
R 237 of 584 ~ 40.58%
G 219 of 584 ~ 37.5%
B 128 of 584 ~ 21.92%

%40.58
%37.5
%21.92

CMYK color model

#EDDB80 color CMYK value is (0,8,46,7).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 45.99%
  • key color value is 7.06%
CMYK:
(0,8,46,7)
C0M8Y46K7 
(0%,8%,46%,7%)
(0.00/0.08/0.46/0.07)	

CMYK percentages

%0
%7.59
%45.99
%7.06

Codes

Color #EDDB80 in popluar color models

EDDB80
RGB237219128
HSL50°75.17%71.57%
HSB/HSV50°45.99%92.94%
CMYK0.00%7.59%45.99%
7.06%

Color #EDDB80 in popluar number systems.

HEXEDDB80
Decimal237219128
Binary111011011101101110000000
Octal355333200

Shades and tints

Shades of #EDDB80

#EDDB80
(237,219,128)
#D8C875
(216,200,117)
#C3B56A
(195,181,106)
#AEA25F
(174,162,95)
#998F54
(153,143,84)
#847C49
(132,124,73)
#6F693E
(111,105,62)
#5A5633
(90,86,51)
#454328
(69,67,40)
#30301D
(48,48,29)
#1B1D12
(27,29,18)
#000000
(0,0,0)

Tints of #EDDB80

#EDDB80
(237,219,128)
#EEDE8B
(238,222,139)
#EFE196
(239,225,150)
#F0E4A1
(240,228,161)
#F1E7AC
(241,231,172)
#F2EAB7
(242,234,183)
#F3EDC2
(243,237,194)
#F4F0CD
(244,240,205)
#F5F3D8
(245,243,216)
#F6F6E3
(246,246,227)
#F7F9EE
(247,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDB80 color. Also use rgb(237,219,128) instead hex code.

Text Font Color

.myTextColor { color: #EDDB80; }

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

This text font color is #EDDB80.


Background Color

.myBgColor { background-color: #EDDB80; }

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

This div background color is #EDDB80.


Border color

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

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

This div border color is #EDDB80.


Opacity

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

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

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

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

This text has shadow with #EDDB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDB80 on black background.


Color preview on white background

This text has color #EDDB80 on white background.



Black color preview on #EDDB80 background

This text has black color on #EDDB80 background.


White color preview on #EDDB80 background

This text has white color on #EDDB80 background.