COLOR #EDEDCC

HEX: #EDEDCC RGB: (237,237,204)

Color info

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

RGB color model

#EDEDCC color RGB value is (237,237,204).

RGB: (237,237,204) (93%, 93%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 204 of 255 = 80%

237
237
204

R + G + B ~ 89%. #EDEDCC is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 204 = 678 (100%)
R 237 of 678 ~ 34.96%
G 237 of 678 ~ 34.96%
B 204 of 678 ~ 30.09'%

%34.96
%34.96
%30.09

CMYK color model

#EDEDCC color CMYK value is (0,0,14,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK: (0,0,14,7) C0M0Y14K7 (0%,0%,14%,7%) (0.00/0.00/0.14/0.07) 

CMYK percentages

%0
%0
%13.92
%7.06

Codes

Color #EDEDCC in popluar color models

ED ED CC
RGB 237 237 204
HSL 60° 47.83% 86.47%
HSB/HSV 60° 13.92% 92.94%
CMYK 0.00% 0.00% 13.92%
7.06%

Color #EDEDCC in popluar number systems.

HEX ED ED CC
Decimal 237 237 204
Binary 11101101 11101101 11001100
Octal 355 355 314

Shades and tints

Shades of #EDEDCC

#EDEDCC
(237,237,204)
#D8D8BA
(216,216,186)
#C3C3A8
(195,195,168)
#AEAE96
(174,174,150)
#999984
(153,153,132)
#848472
(132,132,114)
#6F6F60
(111,111,96)
#5A5A4E
(90,90,78)
#45453C
(69,69,60)
#30302A
(48,48,42)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #EDEDCC

#EDEDCC
(237,237,204)
#EEEED0
(238,238,208)
#EFEFD4
(239,239,212)
#F0F0D8
(240,240,216)
#F1F1DC
(241,241,220)
#F2F2E0
(242,242,224)
#F3F3E4
(243,243,228)
#F4F4E8
(244,244,232)
#F5F5EC
(245,245,236)
#F6F6F0
(246,246,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDCC; }

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

This text font color is #EDEDCC.

Background Color

.myBgColor { background-color: #EDEDCC; }

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

This div background color is #EDEDCC.

Border color

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

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

This div border color is #EDEDCC.

Opacity

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

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

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

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

This text has shadow with #EDEDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDCC.

Preview

Color preview on black background

This text has color #EDEDCC on black background.


Color preview on white background

This text has color #EDEDCC on white background.


Black color preview on #EDEDCC background

This text has black color on #EDEDCC background.


White color preview on #EDEDCC background

This text has white color on #EDEDCC background.


Related colors

Complementary color

Complementary color for #hex is #121233.


I love getcolorcode.com