COLOR #EFCB73

HEX: #EFCB73
RGB: (239,203,115)

Renk bilgisi

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

RGB renk modeli

#EFCB73 color RGB value is (239,203,115).

  • kırmız ton 239;
  • yeşil ton 203;
  • mavi ton 115.
RGB:
(239,203,115)
(94%,80%,45%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 203 of 255 = 80%
B 115 of 255 = 45%

239
203
115

R + G + B ~ 73%. #EFCB73 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 203 + 115 = 557 (100%)
R 239 of 557 ~ 42.91%
G 203 of 557 ~ 36.45%
B 115 of 557 ~ 20.65%

%42.91
%36.45
%20.65

CMYK RENK MODELİ

#EFCB73 rengi CMYK tonu (0,15,52,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.06%
  • sarı tonu 51.88%
  • ana renk tonu 6.27%
CMYK:
(0,15,52,6)
C0M15Y52K6 
(0%,15%,52%,6%)
(0.00/0.15/0.52/0.06)	

CMYK yüzdeleri

%0
%15.06
%51.88
%6.27

Codes

Color #EFCB73 in popluar color models

EFCB73
RGB239203115
HSL43°79.49%69.41%
HSB/HSV43°51.88%93.73%
CMYK0.00%15.06%51.88%
6.27%

Color #EFCB73 in popluar number systems.

HEXEFCB73
Decimal239203115
Binary11101111110010111110011
Octal357313163

Shades and tints

Shades of #EFCB73

#EFCB73
(239,203,115)
#DAB969
(218,185,105)
#C5A75F
(197,167,95)
#B09555
(176,149,85)
#9B834B
(155,131,75)
#867141
(134,113,65)
#715F37
(113,95,55)
#5C4D2D
(92,77,45)
#473B23
(71,59,35)
#322919
(50,41,25)
#1D170F
(29,23,15)
#000000
(0,0,0)

Tints of #EFCB73

#EFCB73
(239,203,115)
#F0CF7F
(240,207,127)
#F1D38B
(241,211,139)
#F2D797
(242,215,151)
#F3DBA3
(243,219,163)
#F4DFAF
(244,223,175)
#F5E3BB
(245,227,187)
#F6E7C7
(246,231,199)
#F7EBD3
(247,235,211)
#F8EFDF
(248,239,223)
#F9F3EB
(249,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCB73 color. Also use rgb(239,203,115) instead hex code.

Text Font Color

.myTextColor { color: #EFCB73; }

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

This text font color is #EFCB73.


Background Color

.myBgColor { background-color: #EFCB73; }

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

This div background color is #EFCB73.


Border color

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

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

This div border color is #EFCB73.


Opacity

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

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

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

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

This text has shadow with #EFCB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCB73 on black background.


Color preview on white background

This text has color #EFCB73 on white background.



Black color preview on #EFCB73 background

This text has black color on #EFCB73 background.


White color preview on #EFCB73 background

This text has white color on #EFCB73 background.