COLOR #EDE2CA

HEX: #EDE2CA RGB: (237,226,202)

Color info

#EDE2CA contains red, green and blue colors in about the same proportion. Web safe color of #EDE2CA is #FFCCCC (or #FCC).

RGB color model

#EDE2CA color RGB value is (237,226,202).

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

RGB channels and saturation

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

237
226
202

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

Portions of RGB colors in percentages

R + G + B = 237 + 226 + 202 = 665 (100%)
R 237 of 665 ~ 35.64%
G 226 of 665 ~ 33.98%
B 202 of 665 ~ 30.38'%

%35.64
%33.98
%30.38

CMYK color model

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

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

CMYK: (0,5,15,7)
C0M5Y15K7 (0%, 5%, 15%, 7%)
(0.00 / 0.05 / 0.15 / 0.07)

CMYK percentages

%0
%4.64
%14.77
%7.06

Codes

Color #EDE2CA in popluar color models

ED E2 CA
RGB 237 226 202
HSL 41° 49.30% 86.08%
HSB/HSV 41° 14.77% 92.94%
CMYK 0.00% 4.64% 14.77%
7.06%

Color #EDE2CA in popluar number systems.

HEX ED E2 CA
Decimal 237 226 202
Binary 11101101 11100010 11001010
Octal 355 342 312

Shades and tints

Shades of #EDE2CA

#EDE2CA
(237,226,202)
#D8CEB8
(216,206,184)
#C3BAA6
(195,186,166)
#AEA694
(174,166,148)
#999282
(153,146,130)
#847E70
(132,126,112)
#6F6A5E
(111,106,94)
#5A564C
(90,86,76)
#45423A
(69,66,58)
#302E28
(48,46,40)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #EDE2CA

#EDE2CA
(237,226,202)
#EEE4CE
(238,228,206)
#EFE6D2
(239,230,210)
#F0E8D6
(240,232,214)
#F1EADA
(241,234,218)
#F2ECDE
(242,236,222)
#F3EEE2
(243,238,226)
#F4F0E6
(244,240,230)
#F5F2EA
(245,242,234)
#F6F4EE
(246,244,238)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE2CA; }

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

This text font color is #EDE2CA.

Background Color

.myBgColor { background-color: #EDE2CA; }

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

This div background color is #EDE2CA.

Border color

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

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

This div border color is #EDE2CA.

Opacity

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

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

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

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

This text has shadow with #EDE2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE2CA.

Preview

Color preview on black background

This text has color #EDE2CA on black background.


Color preview on white background

This text has color #EDE2CA on white background.


Black color preview on #EDE2CA background

This text has black color on #EDE2CA background.


White color preview on #EDE2CA background

This text has white color on #EDE2CA background.


Related colors

Complementary color

Complementary color for #hex is #121D35.


I love getcolorcode.com

Triadic colors

1 #CAEDE2 and #E2CAED with #EDE2CA are triadic colors.

2 #CAE2ED and #E2EDCA with #EDE2CA are triadic colors.