COLOR #EDE09A

HEX: #EDE09A
RGB: (237,224,154)

Color info

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

RGB color model

#EDE09A color RGB value is (237,224,154).

  • red value is 237;
  • green value is 224;
  • blue value is 154.
RGB:
(237,224,154)
(93%,88%,60%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 154 of 255 = 60%

237
224
154

R + G + B ~ 80%. #EDE09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 224 + 154 = 615 (100%)
R 237 of 615 ~ 38.54%
G 224 of 615 ~ 36.42%
B 154 of 615 ~ 25.04%

%38.54
%36.42
%25.04

CMYK color model

#EDE09A color CMYK value is (0,5,35,7).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 35.02%
  • key color value is 7.06%
CMYK:
(0,5,35,7)
C0M5Y35K7 
(0%,5%,35%,7%)
(0.00/0.05/0.35/0.07)	

CMYK percentages

%0
%5.49
%35.02
%7.06

Codes

Color #EDE09A in popluar color models

EDE09A
RGB237224154
HSL51°69.75%76.67%
HSB/HSV51°35.02%92.94%
CMYK0.00%5.49%35.02%
7.06%

Color #EDE09A in popluar number systems.

HEXEDE09A
Decimal237224154
Binary111011011110000010011010
Octal355340232

Shades and tints

Shades of #EDE09A

#EDE09A
(237,224,154)
#D8CC8C
(216,204,140)
#C3B87E
(195,184,126)
#AEA470
(174,164,112)
#999062
(153,144,98)
#847C54
(132,124,84)
#6F6846
(111,104,70)
#5A5438
(90,84,56)
#45402A
(69,64,42)
#302C1C
(48,44,28)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #EDE09A

#EDE09A
(237,224,154)
#EEE2A3
(238,226,163)
#EFE4AC
(239,228,172)
#F0E6B5
(240,230,181)
#F1E8BE
(241,232,190)
#F2EAC7
(242,234,199)
#F3ECD0
(243,236,208)
#F4EED9
(244,238,217)
#F5F0E2
(245,240,226)
#F6F2EB
(246,242,235)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE09A color. Also use rgb(237,224,154) instead hex code.

Text Font Color

.myTextColor { color: #EDE09A; }

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

This text font color is #EDE09A.


Background Color

.myBgColor { background-color: #EDE09A; }

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

This div background color is #EDE09A.


Border color

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

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

This div border color is #EDE09A.


Opacity

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

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

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

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

This text has shadow with #EDE09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE09A on black background.


Color preview on white background

This text has color #EDE09A on white background.



Black color preview on #EDE09A background

This text has black color on #EDE09A background.


White color preview on #EDE09A background

This text has white color on #EDE09A background.