COLOR #EFC051

HEX: #EFC051
RGB: (239,192,81)

Renk bilgisi

#EFC051 contains mainly red and green colors. #EFC051 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EFC051 color RGB value is (239,192,81).

  • kırmız ton 239;
  • yeşil ton 192;
  • mavi ton 81.
RGB:
(239,192,81)
(94%,75%,32%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 192 of 255 = 75%
B 81 of 255 = 32%

239
192
81

R + G + B ~ 67%. #EFC051 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 192 + 81 = 512 (100%)
R 239 of 512 ~ 46.68%
G 192 of 512 ~ 37.5%
B 81 of 512 ~ 15.82%

%46.68
%37.5
%15.82

CMYK RENK MODELİ

#EFC051 rengi CMYK tonu (0,20,66,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.67%
  • sarı tonu 66.11%
  • ana renk tonu 6.27%
CMYK:
(0,20,66,6)
C0M20Y66K6 
(0%,20%,66%,6%)
(0.00/0.20/0.66/0.06)	

CMYK yüzdeleri

%0
%19.67
%66.11
%6.27

Codes

Color #EFC051 in popluar color models

EFC051
RGB23919281
HSL42°83.16%62.75%
HSB/HSV42°66.11%93.73%
CMYK0.00%19.67%66.11%
6.27%

Color #EFC051 in popluar number systems.

HEXEFC051
Decimal23919281
Binary11101111110000001010001
Octal357300121

Shades and tints

Shades of #EFC051

#EFC051
(239,192,81)
#DAAF4A
(218,175,74)
#C59E43
(197,158,67)
#B08D3C
(176,141,60)
#9B7C35
(155,124,53)
#866B2E
(134,107,46)
#715A27
(113,90,39)
#5C4920
(92,73,32)
#473819
(71,56,25)
#322712
(50,39,18)
#1D160B
(29,22,11)
#000000
(0,0,0)

Tints of #EFC051

#EFC051
(239,192,81)
#F0C560
(240,197,96)
#F1CA6F
(241,202,111)
#F2CF7E
(242,207,126)
#F3D48D
(243,212,141)
#F4D99C
(244,217,156)
#F5DEAB
(245,222,171)
#F6E3BA
(246,227,186)
#F7E8C9
(247,232,201)
#F8EDD8
(248,237,216)
#F9F2E7
(249,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC051 color. Also use rgb(239,192,81) instead hex code.

Text Font Color

.myTextColor { color: #EFC051; }

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

This text font color is #EFC051.


Background Color

.myBgColor { background-color: #EFC051; }

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

This div background color is #EFC051.


Border color

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

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

This div border color is #EFC051.


Opacity

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

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

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

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

This text has shadow with #EFC051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC051 on black background.


Color preview on white background

This text has color #EFC051 on white background.



Black color preview on #EFC051 background

This text has black color on #EFC051 background.


White color preview on #EFC051 background

This text has white color on #EFC051 background.