COLOR #EFDD47

HEX: #EFDD47
RGB: (239,221,71)

Renk bilgisi

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

RGB renk modeli

#EFDD47 color RGB value is (239,221,71).

  • kırmız ton 239;
  • yeşil ton 221;
  • mavi ton 71.
RGB:
(239,221,71)
(94%,87%,28%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 221 of 255 = 87%
B 71 of 255 = 28%

239
221
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 221 + 71 = 531 (100%)
R 239 of 531 ~ 45.01%
G 221 of 531 ~ 41.62%
B 71 of 531 ~ 13.37%

%45.01
%41.62
%13.37

CMYK RENK MODELİ

#EFDD47 rengi CMYK tonu (0,8,70,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.53%
  • sarı tonu 70.29%
  • ana renk tonu 6.27%
CMYK:
(0,8,70,6)
C0M8Y70K6 
(0%,8%,70%,6%)
(0.00/0.08/0.70/0.06)	

CMYK yüzdeleri

%0
%7.53
%70.29
%6.27

Codes

Color #EFDD47 in popluar color models

EFDD47
RGB23922171
HSL54°84.00%60.78%
HSB/HSV54°70.29%93.73%
CMYK0.00%7.53%70.29%
6.27%

Color #EFDD47 in popluar number systems.

HEXEFDD47
Decimal23922171
Binary11101111110111011000111
Octal357335107

Shades and tints

Shades of #EFDD47

#EFDD47
(239,221,71)
#DAC941
(218,201,65)
#C5B53B
(197,181,59)
#B0A135
(176,161,53)
#9B8D2F
(155,141,47)
#867929
(134,121,41)
#716523
(113,101,35)
#5C511D
(92,81,29)
#473D17
(71,61,23)
#322911
(50,41,17)
#1D150B
(29,21,11)
#000000
(0,0,0)

Tints of #EFDD47

#EFDD47
(239,221,71)
#F0E057
(240,224,87)
#F1E367
(241,227,103)
#F2E677
(242,230,119)
#F3E987
(243,233,135)
#F4EC97
(244,236,151)
#F5EFA7
(245,239,167)
#F6F2B7
(246,242,183)
#F7F5C7
(247,245,199)
#F8F8D7
(248,248,215)
#F9FBE7
(249,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDD47 color. Also use rgb(239,221,71) instead hex code.

Text Font Color

.myTextColor { color: #EFDD47; }

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

This text font color is #EFDD47.


Background Color

.myBgColor { background-color: #EFDD47; }

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

This div background color is #EFDD47.


Border color

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

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

This div border color is #EFDD47.


Opacity

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

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

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

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

This text has shadow with #EFDD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDD47 on black background.


Color preview on white background

This text has color #EFDD47 on white background.



Black color preview on #EFDD47 background

This text has black color on #EFDD47 background.


White color preview on #EFDD47 background

This text has white color on #EFDD47 background.