COLOR #EDEDC0

HEX: #EDEDC0 RGB: (237,237,192)

Color info

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

RGB color model

#EDEDC0 color RGB value is (237,237,192).

RGB: (237,237,192) (93%, 93%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 192 of 255 = 75%

237
237
192

R + G + B ~ 87%. #EDEDC0 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 192 = 666 (100%)
R 237 of 666 ~ 35.59%
G 237 of 666 ~ 35.59%
B 192 of 666 ~ 28.83'%

%35.59
%35.59
%28.83

CMYK color model

#EDEDC0 color CMYK value is (0,0,19,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 7.06%

CMYK: (0,0,19,7)
C0M0Y19K7 (0%, 0%, 19%, 7%)
(0.00 / 0.00 / 0.19 / 0.07)

CMYK percentages

%0
%0
%18.99
%7.06

Codes

Color #EDEDC0 in popluar color models

ED ED C0
RGB 237 237 192
HSL 60° 55.56% 84.12%
HSB/HSV 60° 18.99% 92.94%
CMYK 0.00% 0.00% 18.99%
7.06%

Color #EDEDC0 in popluar number systems.

HEX ED ED C0
Decimal 237 237 192
Binary 11101101 11101101 11000000
Octal 355 355 300

Shades and tints

Shades of #EDEDC0

#EDEDC0
(237,237,192)
#D8D8AF
(216,216,175)
#C3C39E
(195,195,158)
#AEAE8D
(174,174,141)
#99997C
(153,153,124)
#84846B
(132,132,107)
#6F6F5A
(111,111,90)
#5A5A49
(90,90,73)
#454538
(69,69,56)
#303027
(48,48,39)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #EDEDC0

#EDEDC0
(237,237,192)
#EEEEC5
(238,238,197)
#EFEFCA
(239,239,202)
#F0F0CF
(240,240,207)
#F1F1D4
(241,241,212)
#F2F2D9
(242,242,217)
#F3F3DE
(243,243,222)
#F4F4E3
(244,244,227)
#F5F5E8
(245,245,232)
#F6F6ED
(246,246,237)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDC0; }

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

This text font color is #EDEDC0.

Background Color

.myBgColor { background-color: #EDEDC0; }

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

This div background color is #EDEDC0.

Border color

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

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

This div border color is #EDEDC0.

Opacity

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

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

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

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

This text has shadow with #EDEDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDC0.

Preview

Color preview on black background

This text has color #EDEDC0 on black background.


Color preview on white background

This text has color #EDEDC0 on white background.


Black color preview on #EDEDC0 background

This text has black color on #EDEDC0 background.


White color preview on #EDEDC0 background

This text has white color on #EDEDC0 background.


Related colors

Complementary color

Complementary color for #hex is #12123F.


I love getcolorcode.com