COLOR #EDDC4D

HEX: #EDDC4D
RGB: (237,220,77)

Renk bilgisi

#EDDC4D contains mainly red and green colors. #EDDC4D ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#EDDC4D color RGB value is (237,220,77).

  • kırmız ton 237;
  • yeşil ton 220;
  • mavi ton 77.
RGB:
(237,220,77)
(93%,86%,30%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 220 of 255 = 86%
B 77 of 255 = 30%

237
220
77

R + G + B ~ 70%. #EDDC4D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 220 + 77 = 534 (100%)
R 237 of 534 ~ 44.38%
G 220 of 534 ~ 41.2%
B 77 of 534 ~ 14.42%

%44.38
%41.2
%14.42

CMYK RENK MODELİ

#EDDC4D rengi CMYK tonu (0,7,68,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.17%
  • sarı tonu 67.51%
  • ana renk tonu 7.06%
CMYK:
(0,7,68,7)
C0M7Y68K7 
(0%,7%,68%,7%)
(0.00/0.07/0.68/0.07)	

CMYK yüzdeleri

%0
%7.17
%67.51
%7.06

Codes

Color #EDDC4D in popluar color models

EDDC4D
RGB23722077
HSL54°81.63%61.57%
HSB/HSV54°67.51%92.94%
CMYK0.00%7.17%67.51%
7.06%

Color #EDDC4D in popluar number systems.

HEXEDDC4D
Decimal23722077
Binary11101101110111001001101
Octal355334115

Shades and tints

Shades of #EDDC4D

#EDDC4D
(237,220,77)
#D8C846
(216,200,70)
#C3B43F
(195,180,63)
#AEA038
(174,160,56)
#998C31
(153,140,49)
#84782A
(132,120,42)
#6F6423
(111,100,35)
#5A501C
(90,80,28)
#453C15
(69,60,21)
#30280E
(48,40,14)
#1B1407
(27,20,7)
#000000
(0,0,0)

Tints of #EDDC4D

#EDDC4D
(237,220,77)
#EEDF5D
(238,223,93)
#EFE26D
(239,226,109)
#F0E57D
(240,229,125)
#F1E88D
(241,232,141)
#F2EB9D
(242,235,157)
#F3EEAD
(243,238,173)
#F4F1BD
(244,241,189)
#F5F4CD
(245,244,205)
#F6F7DD
(246,247,221)
#F7FAED
(247,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDC4D; }

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

This text font color is #EDDC4D.


Background Color

.myBgColor { background-color: #EDDC4D; }

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

This div background color is #EDDC4D.


Border color

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

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

This div border color is #EDDC4D.


Opacity

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

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

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

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

This text has shadow with #EDDC4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDC4D on black background.


Color preview on white background

This text has color #EDDC4D on white background.



Black color preview on #EDDC4D background

This text has black color on #EDDC4D background.


White color preview on #EDDC4D background

This text has white color on #EDDC4D background.