COLOR #EDEC76

HEX: #EDEC76
RGB: (237,236,118)

Renk bilgisi

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

RGB renk modeli

#EDEC76 color RGB value is (237,236,118).

  • kırmız ton 237;
  • yeşil ton 236;
  • mavi ton 118.
RGB:
(237,236,118)
(93%,93%,46%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 236 of 255 = 93%
B 118 of 255 = 46%

237
236
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 236 + 118 = 591 (100%)
R 237 of 591 ~ 40.1%
G 236 of 591 ~ 39.93%
B 118 of 591 ~ 19.97%

%40.1
%39.93
%19.97

CMYK RENK MODELİ

#EDEC76 rengi CMYK tonu (0,0,50,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.42%
  • sarı tonu 50.21%
  • ana renk tonu 7.06%
CMYK:
(0,0,50,7)
C0M0Y50K7 
(0%,0%,50%,7%)
(0.00/0.00/0.50/0.07)	

CMYK yüzdeleri

%0
%0.42
%50.21
%7.06

Codes

Color #EDEC76 in popluar color models

EDEC76
RGB237236118
HSL59°76.77%69.61%
HSB/HSV59°50.21%92.94%
CMYK0.00%0.42%50.21%
7.06%

Color #EDEC76 in popluar number systems.

HEXEDEC76
Decimal237236118
Binary11101101111011001110110
Octal355354166

Shades and tints

Shades of #EDEC76

#EDEC76
(237,236,118)
#D8D76C
(216,215,108)
#C3C262
(195,194,98)
#AEAD58
(174,173,88)
#99984E
(153,152,78)
#848344
(132,131,68)
#6F6E3A
(111,110,58)
#5A5930
(90,89,48)
#454426
(69,68,38)
#302F1C
(48,47,28)
#1B1A12
(27,26,18)
#000000
(0,0,0)

Tints of #EDEC76

#EDEC76
(237,236,118)
#EEED82
(238,237,130)
#EFEE8E
(239,238,142)
#F0EF9A
(240,239,154)
#F1F0A6
(241,240,166)
#F2F1B2
(242,241,178)
#F3F2BE
(243,242,190)
#F4F3CA
(244,243,202)
#F5F4D6
(245,244,214)
#F6F5E2
(246,245,226)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEC76; }

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

This text font color is #EDEC76.


Background Color

.myBgColor { background-color: #EDEC76; }

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

This div background color is #EDEC76.


Border color

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

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

This div border color is #EDEC76.


Opacity

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

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

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

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

This text has shadow with #EDEC76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEC76 on black background.


Color preview on white background

This text has color #EDEC76 on white background.



Black color preview on #EDEC76 background

This text has black color on #EDEC76 background.


White color preview on #EDEC76 background

This text has white color on #EDEC76 background.