COLOR #EDD64D

HEX: #EDD64D
RGB: (237,214,77)

Renk bilgisi

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

RGB renk modeli

#EDD64D color RGB value is (237,214,77).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 214 of 255 = 84%
B 77 of 255 = 30%

237
214
77

R + G + B ~ 69%. #EDD64D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 214 + 77 = 528 (100%)
R 237 of 528 ~ 44.89%
G 214 of 528 ~ 40.53%
B 77 of 528 ~ 14.58%

%44.89
%40.53
%14.58

CMYK RENK MODELİ

#EDD64D rengi CMYK tonu (0,10,68,7).

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

CMYK yüzdeleri

%0
%9.7
%67.51
%7.06

Codes

Color #EDD64D in popluar color models

EDD64D
RGB23721477
HSL51°81.63%61.57%
HSB/HSV51°67.51%92.94%
CMYK0.00%9.70%67.51%
7.06%

Color #EDD64D in popluar number systems.

HEXEDD64D
Decimal23721477
Binary11101101110101101001101
Octal355326115

Shades and tints

Shades of #EDD64D

#EDD64D
(237,214,77)
#D8C346
(216,195,70)
#C3B03F
(195,176,63)
#AE9D38
(174,157,56)
#998A31
(153,138,49)
#84772A
(132,119,42)
#6F6423
(111,100,35)
#5A511C
(90,81,28)
#453E15
(69,62,21)
#302B0E
(48,43,14)
#1B1807
(27,24,7)
#000000
(0,0,0)

Tints of #EDD64D

#EDD64D
(237,214,77)
#EED95D
(238,217,93)
#EFDC6D
(239,220,109)
#F0DF7D
(240,223,125)
#F1E28D
(241,226,141)
#F2E59D
(242,229,157)
#F3E8AD
(243,232,173)
#F4EBBD
(244,235,189)
#F5EECD
(245,238,205)
#F6F1DD
(246,241,221)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD64D; }

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

This text font color is #EDD64D.


Background Color

.myBgColor { background-color: #EDD64D; }

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

This div background color is #EDD64D.


Border color

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

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

This div border color is #EDD64D.


Opacity

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

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

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

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

This text has shadow with #EDD64D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD64D on black background.


Color preview on white background

This text has color #EDD64D on white background.



Black color preview on #EDD64D background

This text has black color on #EDD64D background.


White color preview on #EDD64D background

This text has white color on #EDD64D background.