COLOR #EDEDD5

HEX: #EDEDD5 RGB: (237,237,213)

Renk bilgisi

#EDEDD5 contains red, green and blue colors in about the same proportion. #EDEDD5 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#EDEDD5 color RGB value is (237,237,213).

RGB: (237,237,213) (93%, 93%, 84%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 237 of 255 = 93%
B 213 of 255 = 84%

237
237
213

R + G + B ~ 90%. #EDEDD5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 237 + 237 + 213 = 687 (100%)
R 237 of 687 ~ 34.5%
G 237 of 687 ~ 34.5%
B 213 of 687 ~ 31'%

%34.5
%34.5
%31

CMYK RENK MODELİ

#EDEDD5 rengi CMYK tonu (0,0,10,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 10.13%
  • ana renk tonu 7.06%

CMYK: (0,0,10,7)
C0M0Y10K7 (0%, 0%, 10%, 7%)
(0.00 / 0.00 / 0.10 / 0.07)

CMYK yüzdeleri

%0
%0
%10.13
%7.06

Codes

Color #EDEDD5 in popluar color models

ED ED D5
RGB 237 237 213
HSL 60° 40.00% 88.24%
HSB/HSV 60° 10.13% 92.94%
CMYK 0.00% 0.00% 10.13%
7.06%

Color #EDEDD5 in popluar number systems.

HEX ED ED D5
Decimal 237 237 213
Binary 11101101 11101101 11010101
Octal 355 355 325

Shades and tints

Shades of #EDEDD5

#EDEDD5
(237,237,213)
#D8D8C2
(216,216,194)
#C3C3AF
(195,195,175)
#AEAE9C
(174,174,156)
#999989
(153,153,137)
#848476
(132,132,118)
#6F6F63
(111,111,99)
#5A5A50
(90,90,80)
#45453D
(69,69,61)
#30302A
(48,48,42)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #EDEDD5

#EDEDD5
(237,237,213)
#EEEED8
(238,238,216)
#EFEFDB
(239,239,219)
#F0F0DE
(240,240,222)
#F1F1E1
(241,241,225)
#F2F2E4
(242,242,228)
#F3F3E7
(243,243,231)
#F4F4EA
(244,244,234)
#F5F5ED
(245,245,237)
#F6F6F0
(246,246,240)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDD5; }

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

This text font color is #EDEDD5.

Background Color

.myBgColor { background-color: #EDEDD5; }

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

This div background color is #EDEDD5.

Border color

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

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

This div border color is #EDEDD5.

Opacity

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

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

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

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

This text has shadow with #EDEDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDD5.

Preview

Color preview on black background

This text has color #EDEDD5 on black background.


Color preview on white background

This text has color #EDEDD5 on white background.


Black color preview on #EDEDD5 background

This text has black color on #EDEDD5 background.


White color preview on #EDEDD5 background

This text has white color on #EDEDD5 background.


Related colors

Complementary color

Complementary color for #EDEDD5 is #12122A.


I love getcolorcode.com