COLOR #EFC71A

HEX: #EFC71A
RGB: (239,199,26)

Renk bilgisi

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

RGB renk modeli

#EFC71A color RGB value is (239,199,26).

  • kırmız ton 239;
  • yeşil ton 199;
  • mavi ton 26.
RGB:
(239,199,26)
(94%,78%,10%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 199 of 255 = 78%
B 26 of 255 = 10%

239
199
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 199 + 26 = 464 (100%)
R 239 of 464 ~ 51.51%
G 199 of 464 ~ 42.89%
B 26 of 464 ~ 5.6%

%51.51
%42.89

CMYK RENK MODELİ

#EFC71A rengi CMYK tonu (0,17,89,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.74%
  • sarı tonu 89.12%
  • ana renk tonu 6.27%
CMYK:
(0,17,89,6)
C0M17Y89K6 
(0%,17%,89%,6%)
(0.00/0.17/0.89/0.06)	

CMYK yüzdeleri

%0
%16.74
%89.12
%6.27

Codes

Color #EFC71A in popluar color models

EFC71A
RGB23919926
HSL49°86.94%51.96%
HSB/HSV49°89.12%93.73%
CMYK0.00%16.74%89.12%
6.27%

Color #EFC71A in popluar number systems.

HEXEFC71A
Decimal23919926
Binary111011111100011111010
Octal35730732

Shades and tints

Shades of #EFC71A

#EFC71A
(239,199,26)
#DAB518
(218,181,24)
#C5A316
(197,163,22)
#B09114
(176,145,20)
#9B7F12
(155,127,18)
#866D10
(134,109,16)
#715B0E
(113,91,14)
#5C490C
(92,73,12)
#47370A
(71,55,10)
#322508
(50,37,8)
#1D1306
(29,19,6)
#000000
(0,0,0)

Tints of #EFC71A

#EFC71A
(239,199,26)
#F0CC2E
(240,204,46)
#F1D142
(241,209,66)
#F2D656
(242,214,86)
#F3DB6A
(243,219,106)
#F4E07E
(244,224,126)
#F5E592
(245,229,146)
#F6EAA6
(246,234,166)
#F7EFBA
(247,239,186)
#F8F4CE
(248,244,206)
#F9F9E2
(249,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC71A color. Also use rgb(239,199,26) instead hex code.

Text Font Color

.myTextColor { color: #EFC71A; }

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

This text font color is #EFC71A.


Background Color

.myBgColor { background-color: #EFC71A; }

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

This div background color is #EFC71A.


Border color

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

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

This div border color is #EFC71A.


Opacity

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

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

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

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

This text has shadow with #EFC71A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC71A on black background.


Color preview on white background

This text has color #EFC71A on white background.



Black color preview on #EFC71A background

This text has black color on #EFC71A background.


White color preview on #EFC71A background

This text has white color on #EFC71A background.