COLOR #EFC661

HEX: #EFC661
RGB: (239,198,97)

Renk bilgisi

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

RGB renk modeli

#EFC661 color RGB value is (239,198,97).

  • kırmız ton 239;
  • yeşil ton 198;
  • mavi ton 97.
RGB:
(239,198,97)
(94%,78%,38%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 198 of 255 = 78%
B 97 of 255 = 38%

239
198
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 198 + 97 = 534 (100%)
R 239 of 534 ~ 44.76%
G 198 of 534 ~ 37.08%
B 97 of 534 ~ 18.16%

%44.76
%37.08
%18.16

CMYK RENK MODELİ

#EFC661 rengi CMYK tonu (0,17,59,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.15%
  • sarı tonu 59.41%
  • ana renk tonu 6.27%
CMYK:
(0,17,59,6)
C0M17Y59K6 
(0%,17%,59%,6%)
(0.00/0.17/0.59/0.06)	

CMYK yüzdeleri

%0
%17.15
%59.41
%6.27

Codes

Color #EFC661 in popluar color models

EFC661
RGB23919897
HSL43°81.61%65.88%
HSB/HSV43°59.41%93.73%
CMYK0.00%17.15%59.41%
6.27%

Color #EFC661 in popluar number systems.

HEXEFC661
Decimal23919897
Binary11101111110001101100001
Octal357306141

Shades and tints

Shades of #EFC661

#EFC661
(239,198,97)
#DAB459
(218,180,89)
#C5A251
(197,162,81)
#B09049
(176,144,73)
#9B7E41
(155,126,65)
#866C39
(134,108,57)
#715A31
(113,90,49)
#5C4829
(92,72,41)
#473621
(71,54,33)
#322419
(50,36,25)
#1D1211
(29,18,17)
#000000
(0,0,0)

Tints of #EFC661

#EFC661
(239,198,97)
#F0CB6F
(240,203,111)
#F1D07D
(241,208,125)
#F2D58B
(242,213,139)
#F3DA99
(243,218,153)
#F4DFA7
(244,223,167)
#F5E4B5
(245,228,181)
#F6E9C3
(246,233,195)
#F7EED1
(247,238,209)
#F8F3DF
(248,243,223)
#F9F8ED
(249,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC661 color. Also use rgb(239,198,97) instead hex code.

Text Font Color

.myTextColor { color: #EFC661; }

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

This text font color is #EFC661.


Background Color

.myBgColor { background-color: #EFC661; }

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

This div background color is #EFC661.


Border color

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

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

This div border color is #EFC661.


Opacity

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

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

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

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

This text has shadow with #EFC661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC661 on black background.


Color preview on white background

This text has color #EFC661 on white background.



Black color preview on #EFC661 background

This text has black color on #EFC661 background.


White color preview on #EFC661 background

This text has white color on #EFC661 background.