COLOR #EDCD39

HEX: #EDCD39
RGB: (237,205,57)

Renk bilgisi

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

RGB renk modeli

#EDCD39 color RGB value is (237,205,57).

  • kırmız ton 237;
  • yeşil ton 205;
  • mavi ton 57.
RGB:
(237,205,57)
(93%,80%,22%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 205 of 255 = 80%
B 57 of 255 = 22%

237
205
57

R + G + B ~ 65%. #EDCD39 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 205 + 57 = 499 (100%)
R 237 of 499 ~ 47.49%
G 205 of 499 ~ 41.08%
B 57 of 499 ~ 11.42%

%47.49
%41.08
%11.42

CMYK RENK MODELİ

#EDCD39 rengi CMYK tonu (0,14,76,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.50%
  • sarı tonu 75.95%
  • ana renk tonu 7.06%
CMYK:
(0,14,76,7)
C0M14Y76K7 
(0%,14%,76%,7%)
(0.00/0.14/0.76/0.07)	

CMYK yüzdeleri

%0
%13.5
%75.95
%7.06

Codes

Color #EDCD39 in popluar color models

EDCD39
RGB23720557
HSL49°83.33%57.65%
HSB/HSV49°75.95%92.94%
CMYK0.00%13.50%75.95%
7.06%

Color #EDCD39 in popluar number systems.

HEXEDCD39
Decimal23720557
Binary1110110111001101111001
Octal35531571

Shades and tints

Shades of #EDCD39

#EDCD39
(237,205,57)
#D8BB34
(216,187,52)
#C3A92F
(195,169,47)
#AE972A
(174,151,42)
#998525
(153,133,37)
#847320
(132,115,32)
#6F611B
(111,97,27)
#5A4F16
(90,79,22)
#453D11
(69,61,17)
#302B0C
(48,43,12)
#1B1907
(27,25,7)
#000000
(0,0,0)

Tints of #EDCD39

#EDCD39
(237,205,57)
#EED14B
(238,209,75)
#EFD55D
(239,213,93)
#F0D96F
(240,217,111)
#F1DD81
(241,221,129)
#F2E193
(242,225,147)
#F3E5A5
(243,229,165)
#F4E9B7
(244,233,183)
#F5EDC9
(245,237,201)
#F6F1DB
(246,241,219)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCD39; }

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

This text font color is #EDCD39.


Background Color

.myBgColor { background-color: #EDCD39; }

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

This div background color is #EDCD39.


Border color

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

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

This div border color is #EDCD39.


Opacity

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

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

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

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

This text has shadow with #EDCD39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCD39 on black background.


Color preview on white background

This text has color #EDCD39 on white background.



Black color preview on #EDCD39 background

This text has black color on #EDCD39 background.


White color preview on #EDCD39 background

This text has white color on #EDCD39 background.