COLOR #EDD118

HEX: #EDD118
RGB: (237,209,24)

Renk bilgisi

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

RGB renk modeli

#EDD118 color RGB value is (237,209,24).

  • kırmız ton 237;
  • yeşil ton 209;
  • mavi ton 24.
RGB:
(237,209,24)
(93%,82%,9%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 209 of 255 = 82%
B 24 of 255 = 9%

237
209
24

R + G + B ~ 61%. #EDD118 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 209 + 24 = 470 (100%)
R 237 of 470 ~ 50.43%
G 209 of 470 ~ 44.47%
B 24 of 470 ~ 5.11%

%50.43
%44.47

CMYK RENK MODELİ

#EDD118 rengi CMYK tonu (0,12,90,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.81%
  • sarı tonu 89.87%
  • ana renk tonu 7.06%
CMYK:
(0,12,90,7)
C0M12Y90K7 
(0%,12%,90%,7%)
(0.00/0.12/0.90/0.07)	

CMYK yüzdeleri

%0
%11.81
%89.87
%7.06

Codes

Color #EDD118 in popluar color models

EDD118
RGB23720924
HSL52°85.54%51.18%
HSB/HSV52°89.87%92.94%
CMYK0.00%11.81%89.87%
7.06%

Color #EDD118 in popluar number systems.

HEXEDD118
Decimal23720924
Binary111011011101000111000
Octal35532130

Shades and tints

Shades of #EDD118

#EDD118
(237,209,24)
#D8BE16
(216,190,22)
#C3AB14
(195,171,20)
#AE9812
(174,152,18)
#998510
(153,133,16)
#84720E
(132,114,14)
#6F5F0C
(111,95,12)
#5A4C0A
(90,76,10)
#453908
(69,57,8)
#302606
(48,38,6)
#1B1304
(27,19,4)
#000000
(0,0,0)

Tints of #EDD118

#EDD118
(237,209,24)
#EED52D
(238,213,45)
#EFD942
(239,217,66)
#F0DD57
(240,221,87)
#F1E16C
(241,225,108)
#F2E581
(242,229,129)
#F3E996
(243,233,150)
#F4EDAB
(244,237,171)
#F5F1C0
(245,241,192)
#F6F5D5
(246,245,213)
#F7F9EA
(247,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD118 color. Also use rgb(237,209,24) instead hex code.

Text Font Color

.myTextColor { color: #EDD118; }

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

This text font color is #EDD118.


Background Color

.myBgColor { background-color: #EDD118; }

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

This div background color is #EDD118.


Border color

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

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

This div border color is #EDD118.


Opacity

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

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

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

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

This text has shadow with #EDD118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD118 on black background.


Color preview on white background

This text has color #EDD118 on white background.



Black color preview on #EDD118 background

This text has black color on #EDD118 background.


White color preview on #EDD118 background

This text has white color on #EDD118 background.