COLOR #EDEDB4

HEX: #EDEDB4
RGB: (237,237,180)

Color info

#EDEDB4 contains red, green and blue colors in about the same proportion. Web safe color of #EDEDB4 is #FFFFCC (or #FFC).

RGB color model

#EDEDB4 color RGB value is (237,237,180).

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

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 180 of 255 = 71%

237
237
180

R + G + B ~ 86%. #EDEDB4 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 180 = 654 (100%)
R 237 of 654 ~ 36.24%
G 237 of 654 ~ 36.24%
B 180 of 654 ~ 27.52%

%36.24
%36.24
%27.52

CMYK color model

#EDEDB4 color CMYK value is (0,0,24,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 7.06%
CMYK:
(0,0,24,7)
C0M0Y24K7 
(0%,0%,24%,7%)
(0.00/0.00/0.24/0.07)	

CMYK percentages

%0
%0
%24.05
%7.06

Codes

Color #EDEDB4 in popluar color models

EDEDB4
RGB237237180
HSL60°61.29%81.76%
HSB/HSV60°24.05%92.94%
CMYK0.00%0.00%24.05%
7.06%

Color #EDEDB4 in popluar number systems.

HEXEDEDB4
Decimal237237180
Binary111011011110110110110100
Octal355355264

Shades and tints

Shades of #EDEDB4

#EDEDB4
(237,237,180)
#D8D8A4
(216,216,164)
#C3C394
(195,195,148)
#AEAE84
(174,174,132)
#999974
(153,153,116)
#848464
(132,132,100)
#6F6F54
(111,111,84)
#5A5A44
(90,90,68)
#454534
(69,69,52)
#303024
(48,48,36)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #EDEDB4

#EDEDB4
(237,237,180)
#EEEEBA
(238,238,186)
#EFEFC0
(239,239,192)
#F0F0C6
(240,240,198)
#F1F1CC
(241,241,204)
#F2F2D2
(242,242,210)
#F3F3D8
(243,243,216)
#F4F4DE
(244,244,222)
#F5F5E4
(245,245,228)
#F6F6EA
(246,246,234)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDB4; }

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

This text font color is #EDEDB4.


Background Color

.myBgColor { background-color: #EDEDB4; }

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

This div background color is #EDEDB4.


Border color

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

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

This div border color is #EDEDB4.


Opacity

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

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

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

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

This text has shadow with #EDEDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDB4 on black background.


Color preview on white background

This text has color #EDEDB4 on white background.



Black color preview on #EDEDB4 background

This text has black color on #EDEDB4 background.


White color preview on #EDEDB4 background

This text has white color on #EDEDB4 background.