COLOR #EDE6AF

HEX: #EDE6AF
RGB: (237,230,175)

Color info

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

RGB color model

#EDE6AF color RGB value is (237,230,175).

  • red value is 237;
  • green value is 230;
  • blue value is 175.
RGB:
(237,230,175)
(93%,90%,69%)

RGB channels and saturation

R 237 of 255 = 93%
G 230 of 255 = 90%
B 175 of 255 = 69%

237
230
175

R + G + B ~ 84%. #EDE6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 230 + 175 = 642 (100%)
R 237 of 642 ~ 36.92%
G 230 of 642 ~ 35.83%
B 175 of 642 ~ 27.26%

%36.92
%35.83
%27.26

CMYK color model

#EDE6AF color CMYK value is (0,3,26,7).

  • cyan value is 0.00%
  • magenta value is 2.95%
  • yellow value is 26.16%
  • key color value is 7.06%
CMYK:
(0,3,26,7)
C0M3Y26K7 
(0%,3%,26%,7%)
(0.00/0.03/0.26/0.07)	

CMYK percentages

%0
%2.95
%26.16
%7.06

Codes

Color #EDE6AF in popluar color models

EDE6AF
RGB237230175
HSL53°63.27%80.78%
HSB/HSV53°26.16%92.94%
CMYK0.00%2.95%26.16%
7.06%

Color #EDE6AF in popluar number systems.

HEXEDE6AF
Decimal237230175
Binary111011011110011010101111
Octal355346257

Shades and tints

Shades of #EDE6AF

#EDE6AF
(237,230,175)
#D8D2A0
(216,210,160)
#C3BE91
(195,190,145)
#AEAA82
(174,170,130)
#999673
(153,150,115)
#848264
(132,130,100)
#6F6E55
(111,110,85)
#5A5A46
(90,90,70)
#454637
(69,70,55)
#303228
(48,50,40)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #EDE6AF

#EDE6AF
(237,230,175)
#EEE8B6
(238,232,182)
#EFEABD
(239,234,189)
#F0ECC4
(240,236,196)
#F1EECB
(241,238,203)
#F2F0D2
(242,240,210)
#F3F2D9
(243,242,217)
#F4F4E0
(244,244,224)
#F5F6E7
(245,246,231)
#F6F8EE
(246,248,238)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6AF; }

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

This text font color is #EDE6AF.


Background Color

.myBgColor { background-color: #EDE6AF; }

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

This div background color is #EDE6AF.


Border color

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

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

This div border color is #EDE6AF.


Opacity

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

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

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

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

This text has shadow with #EDE6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6AF on black background.


Color preview on white background

This text has color #EDE6AF on white background.



Black color preview on #EDE6AF background

This text has black color on #EDE6AF background.


White color preview on #EDE6AF background

This text has white color on #EDE6AF background.