COLOR #EDCA99

HEX: #EDCA99 RGB: (237,202,153)

Color info

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

RGB color model

#EDCA99 color RGB value is (237,202,153).

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

RGB channels and saturation

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

237
202
153

R + G + B ~ 77%. #EDCA99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 202 + 153 = 592 (100%)
R 237 of 592 ~ 40.03%
G 202 of 592 ~ 34.12%
B 153 of 592 ~ 25.84'%

%40.03
%34.12
%25.84

CMYK color model

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

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

CMYK: (0,15,35,7)
C0M15Y35K7 (0%, 15%, 35%, 7%)
(0.00 / 0.15 / 0.35 / 0.07)

CMYK percentages

%0
%14.77
%35.44
%7.06

Codes

Color #EDCA99 in popluar color models

ED CA 99
RGB 237 202 153
HSL 35° 70.00% 76.47%
HSB/HSV 35° 35.44% 92.94%
CMYK 0.00% 14.77% 35.44%
7.06%

Color #EDCA99 in popluar number systems.

HEX ED CA 99
Decimal 237 202 153
Binary 11101101 11001010 10011001
Octal 355 312 231

Shades and tints

Shades of #EDCA99

#EDCA99
(237,202,153)
#D8B88C
(216,184,140)
#C3A67F
(195,166,127)
#AE9472
(174,148,114)
#998265
(153,130,101)
#847058
(132,112,88)
#6F5E4B
(111,94,75)
#5A4C3E
(90,76,62)
#453A31
(69,58,49)
#302824
(48,40,36)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDCA99

#EDCA99
(237,202,153)
#EECEA2
(238,206,162)
#EFD2AB
(239,210,171)
#F0D6B4
(240,214,180)
#F1DABD
(241,218,189)
#F2DEC6
(242,222,198)
#F3E2CF
(243,226,207)
#F4E6D8
(244,230,216)
#F5EAE1
(245,234,225)
#F6EEEA
(246,238,234)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCA99; }

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

This text font color is #EDCA99.

Background Color

.myBgColor { background-color: #EDCA99; }

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

This div background color is #EDCA99.

Border color

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

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

This div border color is #EDCA99.

Opacity

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

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

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

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

This text has shadow with #EDCA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCA99.

Preview

Color preview on black background

This text has color #EDCA99 on black background.


Color preview on white background

This text has color #EDCA99 on white background.


Black color preview on #EDCA99 background

This text has black color on #EDCA99 background.


White color preview on #EDCA99 background

This text has white color on #EDCA99 background.


Related colors

Complementary color

Complementary color for #hex is #123566.


I love getcolorcode.com

Triadic colors

1 #99EDCA and #CA99ED with #EDCA99 are triadic colors.

2 #99CAED and #CAED99 with #EDCA99 are triadic colors.