COLOR #EDEDB5

HEX: #EDEDB5 RGB: (237,237,181)

Renk bilgisi

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

RGB renk modeli

#EDEDB5 color RGB value is (237,237,181).

RGB: (237,237,181) (93%, 93%, 71%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 237 of 255 = 93%
B 181 of 255 = 71%

237
237
181

R + G + B ~ 86%. #EDEDB5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 237 + 237 + 181 = 655 (100%)
R 237 of 655 ~ 36.18%
G 237 of 655 ~ 36.18%
B 181 of 655 ~ 27.63'%

%36.18
%36.18
%27.63

CMYK RENK MODELİ

#EDEDB5 rengi CMYK tonu (0,0,24,7).

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

CMYK: (0,0,24,7)
C0M0Y24K7 (0%, 0%, 24%, 7%)
(0.00 / 0.00 / 0.24 / 0.07)

CMYK yüzdeleri

%0
%0
%23.63
%7.06

Codes

Color #EDEDB5 in popluar color models

ED ED B5
RGB 237 237 181
HSL 60° 60.87% 81.96%
HSB/HSV 60° 23.63% 92.94%
CMYK 0.00% 0.00% 23.63%
7.06%

Color #EDEDB5 in popluar number systems.

HEX ED ED B5
Decimal 237 237 181
Binary 11101101 11101101 10110101
Octal 355 355 265

Shades and tints

Shades of #EDEDB5

#EDEDB5
(237,237,181)
#D8D8A5
(216,216,165)
#C3C395
(195,195,149)
#AEAE85
(174,174,133)
#999975
(153,153,117)
#848465
(132,132,101)
#6F6F55
(111,111,85)
#5A5A45
(90,90,69)
#454535
(69,69,53)
#303025
(48,48,37)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #EDEDB5

#EDEDB5
(237,237,181)
#EEEEBB
(238,238,187)
#EFEFC1
(239,239,193)
#F0F0C7
(240,240,199)
#F1F1CD
(241,241,205)
#F2F2D3
(242,242,211)
#F3F3D9
(243,243,217)
#F4F4DF
(244,244,223)
#F5F5E5
(245,245,229)
#F6F6EB
(246,246,235)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDB5; }

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

This text font color is #EDEDB5.

Background Color

.myBgColor { background-color: #EDEDB5; }

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

This div background color is #EDEDB5.

Border color

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

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

This div border color is #EDEDB5.

Opacity

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

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

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

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

This text has shadow with #EDEDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDB5.

Preview

Color preview on black background

This text has color #EDEDB5 on black background.


Color preview on white background

This text has color #EDEDB5 on white background.


Black color preview on #EDEDB5 background

This text has black color on #EDEDB5 background.


White color preview on #EDEDB5 background

This text has white color on #EDEDB5 background.


Related colors

Complementary color

Complementary color for #hex is #12124A.


I love getcolorcode.com