COLOR #EFDC7E

HEX: #EFDC7E
RGB: (239,220,126)

Renk bilgisi

#EFDC7E contains mainly red and green colors. #EFDC7E ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EFDC7E color RGB value is (239,220,126).

  • kırmız ton 239;
  • yeşil ton 220;
  • mavi ton 126.
RGB:
(239,220,126)
(94%,86%,49%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 220 of 255 = 86%
B 126 of 255 = 49%

239
220
126

R + G + B ~ 76%. #EFDC7E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 220 + 126 = 585 (100%)
R 239 of 585 ~ 40.85%
G 220 of 585 ~ 37.61%
B 126 of 585 ~ 21.54%

%40.85
%37.61
%21.54

CMYK RENK MODELİ

#EFDC7E rengi CMYK tonu (0,8,47,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.95%
  • sarı tonu 47.28%
  • ana renk tonu 6.27%
CMYK:
(0,8,47,6)
C0M8Y47K6 
(0%,8%,47%,6%)
(0.00/0.08/0.47/0.06)	

CMYK yüzdeleri

%0
%7.95
%47.28
%6.27

Codes

Color #EFDC7E in popluar color models

EFDC7E
RGB239220126
HSL50°77.93%71.57%
HSB/HSV50°47.28%93.73%
CMYK0.00%7.95%47.28%
6.27%

Color #EFDC7E in popluar number systems.

HEXEFDC7E
Decimal239220126
Binary11101111110111001111110
Octal357334176

Shades and tints

Shades of #EFDC7E

#EFDC7E
(239,220,126)
#DAC873
(218,200,115)
#C5B468
(197,180,104)
#B0A05D
(176,160,93)
#9B8C52
(155,140,82)
#867847
(134,120,71)
#71643C
(113,100,60)
#5C5031
(92,80,49)
#473C26
(71,60,38)
#32281B
(50,40,27)
#1D1410
(29,20,16)
#000000
(0,0,0)

Tints of #EFDC7E

#EFDC7E
(239,220,126)
#F0DF89
(240,223,137)
#F1E294
(241,226,148)
#F2E59F
(242,229,159)
#F3E8AA
(243,232,170)
#F4EBB5
(244,235,181)
#F5EEC0
(245,238,192)
#F6F1CB
(246,241,203)
#F7F4D6
(247,244,214)
#F8F7E1
(248,247,225)
#F9FAEC
(249,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDC7E color. Also use rgb(239,220,126) instead hex code.

Text Font Color

.myTextColor { color: #EFDC7E; }

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

This text font color is #EFDC7E.


Background Color

.myBgColor { background-color: #EFDC7E; }

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

This div background color is #EFDC7E.


Border color

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

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

This div border color is #EFDC7E.


Opacity

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

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

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

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

This text has shadow with #EFDC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDC7E on black background.


Color preview on white background

This text has color #EFDC7E on white background.



Black color preview on #EFDC7E background

This text has black color on #EFDC7E background.


White color preview on #EFDC7E background

This text has white color on #EFDC7E background.