COLOR #EDED7B

HEX: #EDED7B RGB: (237,237,123)

Renk bilgisi

#EDED7B contains mainly red and green colors. #EDED7B ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#EDED7B color RGB value is (237,237,123).

RGB: (237,237,123) (93%, 93%, 48%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 237 of 255 = 93%
B 123 of 255 = 48%

237
237
123

R + G + B ~ 78%. #EDED7B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 237 + 237 + 123 = 597 (100%)
R 237 of 597 ~ 39.7%
G 237 of 597 ~ 39.7%
B 123 of 597 ~ 20.6'%

%39.7
%39.7
%20.6

CMYK RENK MODELİ

#EDED7B rengi CMYK tonu (0,0,48,7).

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

CMYK: (0,0,48,7)
C0M0Y48K7 (0%, 0%, 48%, 7%)
(0.00 / 0.00 / 0.48 / 0.07)

CMYK yüzdeleri

%0
%0
%48.1
%7.06

Codes

Color #EDED7B in popluar color models

ED ED 7B
RGB 237 237 123
HSL 60° 76.00% 70.59%
HSB/HSV 60° 48.10% 92.94%
CMYK 0.00% 0.00% 48.10%
7.06%

Color #EDED7B in popluar number systems.

HEX ED ED 7B
Decimal 237 237 123
Binary 11101101 11101101 1111011
Octal 355 355 173

Shades and tints

Shades of #EDED7B

#EDED7B
(237,237,123)
#D8D870
(216,216,112)
#C3C365
(195,195,101)
#AEAE5A
(174,174,90)
#99994F
(153,153,79)
#848444
(132,132,68)
#6F6F39
(111,111,57)
#5A5A2E
(90,90,46)
#454523
(69,69,35)
#303018
(48,48,24)
#1B1B0D
(27,27,13)
#000000
(0,0,0)

Tints of #EDED7B

#EDED7B
(237,237,123)
#EEEE87
(238,238,135)
#EFEF93
(239,239,147)
#F0F09F
(240,240,159)
#F1F1AB
(241,241,171)
#F2F2B7
(242,242,183)
#F3F3C3
(243,243,195)
#F4F4CF
(244,244,207)
#F5F5DB
(245,245,219)
#F6F6E7
(246,246,231)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDED7B; }

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

This text font color is #EDED7B.

Background Color

.myBgColor { background-color: #EDED7B; }

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

This div background color is #EDED7B.

Border color

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

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

This div border color is #EDED7B.

Opacity

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

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

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

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

This text has shadow with #EDED7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDED7B.

Preview

Color preview on black background

This text has color #EDED7B on black background.


Color preview on white background

This text has color #EDED7B on white background.


Black color preview on #EDED7B background

This text has black color on #EDED7B background.


White color preview on #EDED7B background

This text has white color on #EDED7B background.


Related colors

Complementary color

Complementary color for #hex is #121284.


I love getcolorcode.com