COLOR #EFBB0E

HEX: #EFBB0E
RGB: (239,187,14)

Renk bilgisi

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

RGB renk modeli

#EFBB0E color RGB value is (239,187,14).

  • kırmız ton 239;
  • yeşil ton 187;
  • mavi ton 14.
RGB:
(239,187,14)
(94%,73%,5%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 187 of 255 = 73%
B 14 of 255 = 5%

239
187
14

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 187 + 14 = 440 (100%)
R 239 of 440 ~ 54.32%
G 187 of 440 ~ 42.5%
B 14 of 440 ~ 3.18%

%54.32
%42.5

CMYK RENK MODELİ

#EFBB0E rengi CMYK tonu (0,22,94,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.76%
  • sarı tonu 94.14%
  • ana renk tonu 6.27%
CMYK:
(0,22,94,6)
C0M22Y94K6 
(0%,22%,94%,6%)
(0.00/0.22/0.94/0.06)	

CMYK yüzdeleri

%0
%21.76
%94.14
%6.27

Codes

Color #EFBB0E in popluar color models

EFBB0E
RGB23918714
HSL46°88.93%49.61%
HSB/HSV46°94.14%93.73%
CMYK0.00%21.76%94.14%
6.27%

Color #EFBB0E in popluar number systems.

HEXEFBB0E
Decimal23918714
Binary11101111101110111110
Octal35727316

Shades and tints

Shades of #EFBB0E

#EFBB0E
(239,187,14)
#DAAA0D
(218,170,13)
#C5990C
(197,153,12)
#B0880B
(176,136,11)
#9B770A
(155,119,10)
#866609
(134,102,9)
#715508
(113,85,8)
#5C4407
(92,68,7)
#473306
(71,51,6)
#322205
(50,34,5)
#1D1104
(29,17,4)
#000000
(0,0,0)

Tints of #EFBB0E

#EFBB0E
(239,187,14)
#F0C123
(240,193,35)
#F1C738
(241,199,56)
#F2CD4D
(242,205,77)
#F3D362
(243,211,98)
#F4D977
(244,217,119)
#F5DF8C
(245,223,140)
#F6E5A1
(246,229,161)
#F7EBB6
(247,235,182)
#F8F1CB
(248,241,203)
#F9F7E0
(249,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBB0E color. Also use rgb(239,187,14) instead hex code.

Text Font Color

.myTextColor { color: #EFBB0E; }

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

This text font color is #EFBB0E.


Background Color

.myBgColor { background-color: #EFBB0E; }

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

This div background color is #EFBB0E.


Border color

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

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

This div border color is #EFBB0E.


Opacity

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

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

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

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

This text has shadow with #EFBB0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBB0E on black background.


Color preview on white background

This text has color #EFBB0E on white background.



Black color preview on #EFBB0E background

This text has black color on #EFBB0E background.


White color preview on #EFBB0E background

This text has white color on #EFBB0E background.