COLOR #EDDC95

HEX: #EDDC95
RGB: (237,220,149)

Color info

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

RGB color model

#EDDC95 color RGB value is (237,220,149).

  • red value is 237;
  • green value is 220;
  • blue value is 149.
RGB:
(237,220,149)
(93%,86%,58%)

RGB channels and saturation

R 237 of 255 = 93%
G 220 of 255 = 86%
B 149 of 255 = 58%

237
220
149

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

Portions of RGB colors in percentages

R + G + B =
237 + 220 + 149 = 606 (100%)
R 237 of 606 ~ 39.11%
G 220 of 606 ~ 36.3%
B 149 of 606 ~ 24.59%

%39.11
%36.3
%24.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 37.13%
  • key color value is 7.06%
CMYK:
(0,7,37,7)
C0M7Y37K7 
(0%,7%,37%,7%)
(0.00/0.07/0.37/0.07)	

CMYK percentages

%0
%7.17
%37.13
%7.06

Codes

Color #EDDC95 in popluar color models

EDDC95
RGB237220149
HSL48°70.97%75.69%
HSB/HSV48°37.13%92.94%
CMYK0.00%7.17%37.13%
7.06%

Color #EDDC95 in popluar number systems.

HEXEDDC95
Decimal237220149
Binary111011011101110010010101
Octal355334225

Shades and tints

Shades of #EDDC95

#EDDC95
(237,220,149)
#D8C888
(216,200,136)
#C3B47B
(195,180,123)
#AEA06E
(174,160,110)
#998C61
(153,140,97)
#847854
(132,120,84)
#6F6447
(111,100,71)
#5A503A
(90,80,58)
#453C2D
(69,60,45)
#302820
(48,40,32)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #EDDC95

#EDDC95
(237,220,149)
#EEDF9E
(238,223,158)
#EFE2A7
(239,226,167)
#F0E5B0
(240,229,176)
#F1E8B9
(241,232,185)
#F2EBC2
(242,235,194)
#F3EECB
(243,238,203)
#F4F1D4
(244,241,212)
#F5F4DD
(245,244,221)
#F6F7E6
(246,247,230)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDC95 color. Also use rgb(237,220,149) instead hex code.

Text Font Color

.myTextColor { color: #EDDC95; }

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

This text font color is #EDDC95.


Background Color

.myBgColor { background-color: #EDDC95; }

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

This div background color is #EDDC95.


Border color

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

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

This div border color is #EDDC95.


Opacity

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

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

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

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

This text has shadow with #EDDC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDC95 on black background.


Color preview on white background

This text has color #EDDC95 on white background.



Black color preview on #EDDC95 background

This text has black color on #EDDC95 background.


White color preview on #EDDC95 background

This text has white color on #EDDC95 background.