COLOR #EFD81A

HEX: #EFD81A
RGB: (239,216,26)

Renk bilgisi

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

RGB renk modeli

#EFD81A color RGB value is (239,216,26).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 216 of 255 = 85%
B 26 of 255 = 10%

239
216
26

R + G + B ~ 63%. #EFD81A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 216 + 26 = 481 (100%)
R 239 of 481 ~ 49.69%
G 216 of 481 ~ 44.91%
B 26 of 481 ~ 5.41%

%49.69
%44.91

CMYK RENK MODELİ

#EFD81A rengi CMYK tonu (0,10,89,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.62%
  • sarı tonu 89.12%
  • ana renk tonu 6.27%
CMYK:
(0,10,89,6)
C0M10Y89K6 
(0%,10%,89%,6%)
(0.00/0.10/0.89/0.06)	

CMYK yüzdeleri

%0
%9.62
%89.12
%6.27

Codes

Color #EFD81A in popluar color models

EFD81A
RGB23921626
HSL54°86.94%51.96%
HSB/HSV54°89.12%93.73%
CMYK0.00%9.62%89.12%
6.27%

Color #EFD81A in popluar number systems.

HEXEFD81A
Decimal23921626
Binary111011111101100011010
Octal35733032

Shades and tints

Shades of #EFD81A

#EFD81A
(239,216,26)
#DAC518
(218,197,24)
#C5B216
(197,178,22)
#B09F14
(176,159,20)
#9B8C12
(155,140,18)
#867910
(134,121,16)
#71660E
(113,102,14)
#5C530C
(92,83,12)
#47400A
(71,64,10)
#322D08
(50,45,8)
#1D1A06
(29,26,6)
#000000
(0,0,0)

Tints of #EFD81A

#EFD81A
(239,216,26)
#F0DB2E
(240,219,46)
#F1DE42
(241,222,66)
#F2E156
(242,225,86)
#F3E46A
(243,228,106)
#F4E77E
(244,231,126)
#F5EA92
(245,234,146)
#F6EDA6
(246,237,166)
#F7F0BA
(247,240,186)
#F8F3CE
(248,243,206)
#F9F6E2
(249,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD81A; }

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

This text font color is #EFD81A.


Background Color

.myBgColor { background-color: #EFD81A; }

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

This div background color is #EFD81A.


Border color

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

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

This div border color is #EFD81A.


Opacity

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

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

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

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

This text has shadow with #EFD81A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD81A on black background.


Color preview on white background

This text has color #EFD81A on white background.



Black color preview on #EFD81A background

This text has black color on #EFD81A background.


White color preview on #EFD81A background

This text has white color on #EFD81A background.