COLOR #EFB914

HEX: #EFB914
RGB: (239,185,20)

Renk bilgisi

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

RGB renk modeli

#EFB914 color RGB value is (239,185,20).

  • kırmız ton 239;
  • yeşil ton 185;
  • mavi ton 20.
RGB:
(239,185,20)
(94%,73%,8%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 185 of 255 = 73%
B 20 of 255 = 8%

239
185
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 185 + 20 = 444 (100%)
R 239 of 444 ~ 53.83%
G 185 of 444 ~ 41.67%
B 20 of 444 ~ 4.5%

%53.83
%41.67

CMYK RENK MODELİ

#EFB914 rengi CMYK tonu (0,23,92,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.59%
  • sarı tonu 91.63%
  • ana renk tonu 6.27%
CMYK:
(0,23,92,6)
C0M23Y92K6 
(0%,23%,92%,6%)
(0.00/0.23/0.92/0.06)	

CMYK yüzdeleri

%0
%22.59
%91.63
%6.27

Codes

Color #EFB914 in popluar color models

EFB914
RGB23918520
HSL45°87.25%50.78%
HSB/HSV45°91.63%93.73%
CMYK0.00%22.59%91.63%
6.27%

Color #EFB914 in popluar number systems.

HEXEFB914
Decimal23918520
Binary111011111011100110100
Octal35727124

Shades and tints

Shades of #EFB914

#EFB914
(239,185,20)
#DAA913
(218,169,19)
#C59912
(197,153,18)
#B08911
(176,137,17)
#9B7910
(155,121,16)
#86690F
(134,105,15)
#71590E
(113,89,14)
#5C490D
(92,73,13)
#47390C
(71,57,12)
#32290B
(50,41,11)
#1D190A
(29,25,10)
#000000
(0,0,0)

Tints of #EFB914

#EFB914
(239,185,20)
#F0BF29
(240,191,41)
#F1C53E
(241,197,62)
#F2CB53
(242,203,83)
#F3D168
(243,209,104)
#F4D77D
(244,215,125)
#F5DD92
(245,221,146)
#F6E3A7
(246,227,167)
#F7E9BC
(247,233,188)
#F8EFD1
(248,239,209)
#F9F5E6
(249,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB914 color. Also use rgb(239,185,20) instead hex code.

Text Font Color

.myTextColor { color: #EFB914; }

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

This text font color is #EFB914.


Background Color

.myBgColor { background-color: #EFB914; }

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

This div background color is #EFB914.


Border color

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

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

This div border color is #EFB914.


Opacity

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

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

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

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

This text has shadow with #EFB914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB914 on black background.


Color preview on white background

This text has color #EFB914 on white background.



Black color preview on #EFB914 background

This text has black color on #EFB914 background.


White color preview on #EFB914 background

This text has white color on #EFB914 background.