COLOR #EDEDAE

HEX: #EDEDAE
RGB: (237,237,174)

Color info

#EDEDAE contains mainly red and green colors. Web safe color of #EDEDAE is #FFFF99 (or #FF9).

RGB color model

#EDEDAE color RGB value is (237,237,174).

  • red value is 237;
  • green value is 237;
  • blue value is 174.
RGB:
(237,237,174)
(93%,93%,68%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 174 of 255 = 68%

237
237
174

R + G + B ~ 85%. #EDEDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 174 = 648 (100%)
R 237 of 648 ~ 36.57%
G 237 of 648 ~ 36.57%
B 174 of 648 ~ 26.85%

%36.57
%36.57
%26.85

CMYK color model

#EDEDAE color CMYK value is (0,0,27,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 7.06%
CMYK:
(0,0,27,7)
C0M0Y27K7 
(0%,0%,27%,7%)
(0.00/0.00/0.27/0.07)	

CMYK percentages

%0
%0
%26.58
%7.06

Codes

Color #EDEDAE in popluar color models

EDEDAE
RGB237237174
HSL60°63.64%80.59%
HSB/HSV60°26.58%92.94%
CMYK0.00%0.00%26.58%
7.06%

Color #EDEDAE in popluar number systems.

HEXEDEDAE
Decimal237237174
Binary111011011110110110101110
Octal355355256

Shades and tints

Shades of #EDEDAE

#EDEDAE
(237,237,174)
#D8D89F
(216,216,159)
#C3C390
(195,195,144)
#AEAE81
(174,174,129)
#999972
(153,153,114)
#848463
(132,132,99)
#6F6F54
(111,111,84)
#5A5A45
(90,90,69)
#454536
(69,69,54)
#303027
(48,48,39)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #EDEDAE

#EDEDAE
(237,237,174)
#EEEEB5
(238,238,181)
#EFEFBC
(239,239,188)
#F0F0C3
(240,240,195)
#F1F1CA
(241,241,202)
#F2F2D1
(242,242,209)
#F3F3D8
(243,243,216)
#F4F4DF
(244,244,223)
#F5F5E6
(245,245,230)
#F6F6ED
(246,246,237)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDAE; }

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

This text font color is #EDEDAE.


Background Color

.myBgColor { background-color: #EDEDAE; }

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

This div background color is #EDEDAE.


Border color

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

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

This div border color is #EDEDAE.


Opacity

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

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

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

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

This text has shadow with #EDEDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDAE on black background.


Color preview on white background

This text has color #EDEDAE on white background.



Black color preview on #EDEDAE background

This text has black color on #EDEDAE background.


White color preview on #EDEDAE background

This text has white color on #EDEDAE background.