COLOR #EFCC6F

HEX: #EFCC6F
RGB: (239,204,111)

Renk bilgisi

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

RGB renk modeli

#EFCC6F color RGB value is (239,204,111).

  • kırmız ton 239;
  • yeşil ton 204;
  • mavi ton 111.
RGB:
(239,204,111)
(94%,80%,44%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 204 of 255 = 80%
B 111 of 255 = 44%

239
204
111

R + G + B ~ 73%. #EFCC6F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 204 + 111 = 554 (100%)
R 239 of 554 ~ 43.14%
G 204 of 554 ~ 36.82%
B 111 of 554 ~ 20.04%

%43.14
%36.82
%20.04

CMYK RENK MODELİ

#EFCC6F rengi CMYK tonu (0,15,54,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.64%
  • sarı tonu 53.56%
  • ana renk tonu 6.27%
CMYK:
(0,15,54,6)
C0M15Y54K6 
(0%,15%,54%,6%)
(0.00/0.15/0.54/0.06)	

CMYK yüzdeleri

%0
%14.64
%53.56
%6.27

Codes

Color #EFCC6F in popluar color models

EFCC6F
RGB239204111
HSL44°80.00%68.63%
HSB/HSV44°53.56%93.73%
CMYK0.00%14.64%53.56%
6.27%

Color #EFCC6F in popluar number systems.

HEXEFCC6F
Decimal239204111
Binary11101111110011001101111
Octal357314157

Shades and tints

Shades of #EFCC6F

#EFCC6F
(239,204,111)
#DABA65
(218,186,101)
#C5A85B
(197,168,91)
#B09651
(176,150,81)
#9B8447
(155,132,71)
#86723D
(134,114,61)
#716033
(113,96,51)
#5C4E29
(92,78,41)
#473C1F
(71,60,31)
#322A15
(50,42,21)
#1D180B
(29,24,11)
#000000
(0,0,0)

Tints of #EFCC6F

#EFCC6F
(239,204,111)
#F0D07C
(240,208,124)
#F1D489
(241,212,137)
#F2D896
(242,216,150)
#F3DCA3
(243,220,163)
#F4E0B0
(244,224,176)
#F5E4BD
(245,228,189)
#F6E8CA
(246,232,202)
#F7ECD7
(247,236,215)
#F8F0E4
(248,240,228)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCC6F color. Also use rgb(239,204,111) instead hex code.

Text Font Color

.myTextColor { color: #EFCC6F; }

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

This text font color is #EFCC6F.


Background Color

.myBgColor { background-color: #EFCC6F; }

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

This div background color is #EFCC6F.


Border color

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

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

This div border color is #EFCC6F.


Opacity

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

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

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

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

This text has shadow with #EFCC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCC6F on black background.


Color preview on white background

This text has color #EFCC6F on white background.



Black color preview on #EFCC6F background

This text has black color on #EFCC6F background.


White color preview on #EFCC6F background

This text has white color on #EFCC6F background.