COLOR #EDEDCA

HEX: #EDEDCA RGB: (237,237,202)

Color info

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

RGB color model

#EDEDCA color RGB value is (237,237,202).

RGB: (237,237,202) (93%, 93%, 79%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 202 of 255 = 79%

237
237
202

R + G + B ~ 88%. #EDEDCA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 202 = 676 (100%)
R 237 of 676 ~ 35.06%
G 237 of 676 ~ 35.06%
B 202 of 676 ~ 29.88'%

%35.06
%35.06
%29.88

CMYK color model

#EDEDCA color CMYK value is (0,0,15,7).

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

CMYK: (0,0,15,7)
C0M0Y15K7 (0%, 0%, 15%, 7%)
(0.00 / 0.00 / 0.15 / 0.07)

CMYK percentages

%0
%0
%14.77
%7.06

Codes

Color #EDEDCA in popluar color models

ED ED CA
RGB 237 237 202
HSL 60° 49.30% 86.08%
HSB/HSV 60° 14.77% 92.94%
CMYK 0.00% 0.00% 14.77%
7.06%

Color #EDEDCA in popluar number systems.

HEX ED ED CA
Decimal 237 237 202
Binary 11101101 11101101 11001010
Octal 355 355 312

Shades and tints

Shades of #EDEDCA

#EDEDCA
(237,237,202)
#D8D8B8
(216,216,184)
#C3C3A6
(195,195,166)
#AEAE94
(174,174,148)
#999982
(153,153,130)
#848470
(132,132,112)
#6F6F5E
(111,111,94)
#5A5A4C
(90,90,76)
#45453A
(69,69,58)
#303028
(48,48,40)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #EDEDCA

#EDEDCA
(237,237,202)
#EEEECE
(238,238,206)
#EFEFD2
(239,239,210)
#F0F0D6
(240,240,214)
#F1F1DA
(241,241,218)
#F2F2DE
(242,242,222)
#F3F3E2
(243,243,226)
#F4F4E6
(244,244,230)
#F5F5EA
(245,245,234)
#F6F6EE
(246,246,238)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDCA; }

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

This text font color is #EDEDCA.

Background Color

.myBgColor { background-color: #EDEDCA; }

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

This div background color is #EDEDCA.

Border color

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

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

This div border color is #EDEDCA.

Opacity

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

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

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

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

This text has shadow with #EDEDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDCA.

Preview

Color preview on black background

This text has color #EDEDCA on black background.


Color preview on white background

This text has color #EDEDCA on white background.


Black color preview on #EDEDCA background

This text has black color on #EDEDCA background.


White color preview on #EDEDCA background

This text has white color on #EDEDCA background.


Related colors

Complementary color

Complementary color for #hex is #121235.


I love getcolorcode.com