COLOR #EDC205

HEX: #EDC205
RGB: (237,194,5)

Renk bilgisi

#EDC205 contains mainly red and green colors. #EDC205 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EDC205 color RGB value is (237,194,5).

  • kırmız ton 237;
  • yeşil ton 194;
  • mavi ton 5.
RGB:
(237,194,5)
(93%,76%,2%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 194 of 255 = 76%
B 5 of 255 = 2%

237
194
5

R + G + B ~ 57%. #EDC205 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 194 + 5 = 436 (100%)
R 237 of 436 ~ 54.36%
G 194 of 436 ~ 44.5%
B 5 of 436 ~ 1.15%

%54.36
%44.5

CMYK RENK MODELİ

#EDC205 rengi CMYK tonu (0,18,98,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.14%
  • sarı tonu 97.89%
  • ana renk tonu 7.06%
CMYK:
(0,18,98,7)
C0M18Y98K7 
(0%,18%,98%,7%)
(0.00/0.18/0.98/0.07)	

CMYK yüzdeleri

%0
%18.14
%97.89
%7.06

Codes

Color #EDC205 in popluar color models

EDC205
RGB2371945
HSL49°95.87%47.45%
HSB/HSV49°97.89%92.94%
CMYK0.00%18.14%97.89%
7.06%

Color #EDC205 in popluar number systems.

HEXEDC205
Decimal2371945
Binary1110110111000010101
Octal3553025

Shades and tints

Shades of #EDC205

#EDC205
(237,194,5)
#D8B105
(216,177,5)
#C3A005
(195,160,5)
#AE8F05
(174,143,5)
#997E05
(153,126,5)
#846D05
(132,109,5)
#6F5C05
(111,92,5)
#5A4B05
(90,75,5)
#453A05
(69,58,5)
#302905
(48,41,5)
#1B1805
(27,24,5)
#000000
(0,0,0)

Tints of #EDC205

#EDC205
(237,194,5)
#EEC71B
(238,199,27)
#EFCC31
(239,204,49)
#F0D147
(240,209,71)
#F1D65D
(241,214,93)
#F2DB73
(242,219,115)
#F3E089
(243,224,137)
#F4E59F
(244,229,159)
#F5EAB5
(245,234,181)
#F6EFCB
(246,239,203)
#F7F4E1
(247,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC205; }

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

This text font color is #EDC205.


Background Color

.myBgColor { background-color: #EDC205; }

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

This div background color is #EDC205.


Border color

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

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

This div border color is #EDC205.


Opacity

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

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

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

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

This text has shadow with #EDC205 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC205 on black background.


Color preview on white background

This text has color #EDC205 on white background.



Black color preview on #EDC205 background

This text has black color on #EDC205 background.


White color preview on #EDC205 background

This text has white color on #EDC205 background.