COLOR #EDD09E

HEX: #EDD09E
RGB: (237,208,158)

Color info

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

RGB color model

#EDD09E color RGB value is (237,208,158).

  • red value is 237;
  • green value is 208;
  • blue value is 158.
RGB:
(237,208,158)
(93%,82%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 208 of 255 = 82%
B 158 of 255 = 62%

237
208
158

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

Portions of RGB colors in percentages

R + G + B =
237 + 208 + 158 = 603 (100%)
R 237 of 603 ~ 39.3%
G 208 of 603 ~ 34.49%
B 158 of 603 ~ 26.2%

%39.3
%34.49
%26.2

CMYK color model

#EDD09E color CMYK value is (0,12,33,7).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 33.33%
  • key color value is 7.06%
CMYK:
(0,12,33,7)
C0M12Y33K7 
(0%,12%,33%,7%)
(0.00/0.12/0.33/0.07)	

CMYK percentages

%0
%12.24
%33.33
%7.06

Codes

Color #EDD09E in popluar color models

EDD09E
RGB237208158
HSL38°68.70%77.45%
HSB/HSV38°33.33%92.94%
CMYK0.00%12.24%33.33%
7.06%

Color #EDD09E in popluar number systems.

HEXEDD09E
Decimal237208158
Binary111011011101000010011110
Octal355320236

Shades and tints

Shades of #EDD09E

#EDD09E
(237,208,158)
#D8BE90
(216,190,144)
#C3AC82
(195,172,130)
#AE9A74
(174,154,116)
#998866
(153,136,102)
#847658
(132,118,88)
#6F644A
(111,100,74)
#5A523C
(90,82,60)
#45402E
(69,64,46)
#302E20
(48,46,32)
#1B1C12
(27,28,18)
#000000
(0,0,0)

Tints of #EDD09E

#EDD09E
(237,208,158)
#EED4A6
(238,212,166)
#EFD8AE
(239,216,174)
#F0DCB6
(240,220,182)
#F1E0BE
(241,224,190)
#F2E4C6
(242,228,198)
#F3E8CE
(243,232,206)
#F4ECD6
(244,236,214)
#F5F0DE
(245,240,222)
#F6F4E6
(246,244,230)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD09E; }

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

This text font color is #EDD09E.


Background Color

.myBgColor { background-color: #EDD09E; }

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

This div background color is #EDD09E.


Border color

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

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

This div border color is #EDD09E.


Opacity

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

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

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

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

This text has shadow with #EDD09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD09E on black background.


Color preview on white background

This text has color #EDD09E on white background.



Black color preview on #EDD09E background

This text has black color on #EDD09E background.


White color preview on #EDD09E background

This text has white color on #EDD09E background.