COLOR #EDDE4D

HEX: #EDDE4D
RGB: (237,222,77)

Color info

#EDDE4D contains mainly red and green colors. Web safe color of #EDDE4D is #FFCC33 (or #FC3).

RGB color model

#EDDE4D color RGB value is (237,222,77).

  • red value is 237;
  • green value is 222;
  • blue value is 77.
RGB:
(237,222,77)
(93%,87%,30%)

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 77 of 255 = 30%

237
222
77

R + G + B ~ 70%. #EDDE4D is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 222 + 77 = 536 (100%)
R 237 of 536 ~ 44.22%
G 222 of 536 ~ 41.42%
B 77 of 536 ~ 14.37%

%44.22
%41.42
%14.37

CMYK color model

#EDDE4D color CMYK value is (0,6,68,7).

  • cyan value is 0.00%
  • magenta value is 6.33%
  • yellow value is 67.51%
  • key color value is 7.06%
CMYK:
(0,6,68,7)
C0M6Y68K7 
(0%,6%,68%,7%)
(0.00/0.06/0.68/0.07)	

CMYK percentages

%0
%6.33
%67.51
%7.06

Codes

Color #EDDE4D in popluar color models

EDDE4D
RGB23722277
HSL54°81.63%61.57%
HSB/HSV54°67.51%92.94%
CMYK0.00%6.33%67.51%
7.06%

Color #EDDE4D in popluar number systems.

HEXEDDE4D
Decimal23722277
Binary11101101110111101001101
Octal355336115

Shades and tints

Shades of #EDDE4D

#EDDE4D
(237,222,77)
#D8CA46
(216,202,70)
#C3B63F
(195,182,63)
#AEA238
(174,162,56)
#998E31
(153,142,49)
#847A2A
(132,122,42)
#6F6623
(111,102,35)
#5A521C
(90,82,28)
#453E15
(69,62,21)
#302A0E
(48,42,14)
#1B1607
(27,22,7)
#000000
(0,0,0)

Tints of #EDDE4D

#EDDE4D
(237,222,77)
#EEE15D
(238,225,93)
#EFE46D
(239,228,109)
#F0E77D
(240,231,125)
#F1EA8D
(241,234,141)
#F2ED9D
(242,237,157)
#F3F0AD
(243,240,173)
#F4F3BD
(244,243,189)
#F5F6CD
(245,246,205)
#F6F9DD
(246,249,221)
#F7FCED
(247,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDE4D color. Also use rgb(237,222,77) instead hex code.

Text Font Color

.myTextColor { color: #EDDE4D; }

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

This text font color is #EDDE4D.


Background Color

.myBgColor { background-color: #EDDE4D; }

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

This div background color is #EDDE4D.


Border color

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

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

This div border color is #EDDE4D.


Opacity

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

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

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

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

This text has shadow with #EDDE4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDE4D on black background.


Color preview on white background

This text has color #EDDE4D on white background.



Black color preview on #EDDE4D background

This text has black color on #EDDE4D background.


White color preview on #EDDE4D background

This text has white color on #EDDE4D background.