COLOR #EFAC27

HEX: #EFAC27
RGB: (239,172,39)

Renk bilgisi

#EFAC27 contains mainly red color. #EFAC27 ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#EFAC27 color RGB value is (239,172,39).

  • kırmız ton 239;
  • yeşil ton 172;
  • mavi ton 39.
RGB:
(239,172,39)
(94%,67%,15%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 172 of 255 = 67%
B 39 of 255 = 15%

239
172
39

R + G + B ~ 59%. #EFAC27 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 172 + 39 = 450 (100%)
R 239 of 450 ~ 53.11%
G 172 of 450 ~ 38.22%
B 39 of 450 ~ 8.67%

%53.11
%38.22

CMYK RENK MODELİ

#EFAC27 rengi CMYK tonu (0,28,84,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.03%
  • sarı tonu 83.68%
  • ana renk tonu 6.27%
CMYK:
(0,28,84,6)
C0M28Y84K6 
(0%,28%,84%,6%)
(0.00/0.28/0.84/0.06)	

CMYK yüzdeleri

%0
%28.03
%83.68
%6.27

Codes

Color #EFAC27 in popluar color models

EFAC27
RGB23917239
HSL40°86.21%54.51%
HSB/HSV40°83.68%93.73%
CMYK0.00%28.03%83.68%
6.27%

Color #EFAC27 in popluar number systems.

HEXEFAC27
Decimal23917239
Binary1110111110101100100111
Octal35725447

Shades and tints

Shades of #EFAC27

#EFAC27
(239,172,39)
#DA9D24
(218,157,36)
#C58E21
(197,142,33)
#B07F1E
(176,127,30)
#9B701B
(155,112,27)
#866118
(134,97,24)
#715215
(113,82,21)
#5C4312
(92,67,18)
#47340F
(71,52,15)
#32250C
(50,37,12)
#1D1609
(29,22,9)
#000000
(0,0,0)

Tints of #EFAC27

#EFAC27
(239,172,39)
#F0B33A
(240,179,58)
#F1BA4D
(241,186,77)
#F2C160
(242,193,96)
#F3C873
(243,200,115)
#F4CF86
(244,207,134)
#F5D699
(245,214,153)
#F6DDAC
(246,221,172)
#F7E4BF
(247,228,191)
#F8EBD2
(248,235,210)
#F9F2E5
(249,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFAC27 color. Also use rgb(239,172,39) instead hex code.

Text Font Color

.myTextColor { color: #EFAC27; }

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

This text font color is #EFAC27.


Background Color

.myBgColor { background-color: #EFAC27; }

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

This div background color is #EFAC27.


Border color

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

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

This div border color is #EFAC27.


Opacity

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

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

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

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

This text has shadow with #EFAC27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAC27 on black background.


Color preview on white background

This text has color #EFAC27 on white background.



Black color preview on #EFAC27 background

This text has black color on #EFAC27 background.


White color preview on #EFAC27 background

This text has white color on #EFAC27 background.