COLOR #EFB477

HEX: #EFB477
RGB: (239,180,119)

Renk bilgisi

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

RGB renk modeli

#EFB477 color RGB value is (239,180,119).

  • kırmız ton 239;
  • yeşil ton 180;
  • mavi ton 119.
RGB:
(239,180,119)
(94%,71%,47%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 180 of 255 = 71%
B 119 of 255 = 47%

239
180
119

R + G + B ~ 71%. #EFB477 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 180 + 119 = 538 (100%)
R 239 of 538 ~ 44.42%
G 180 of 538 ~ 33.46%
B 119 of 538 ~ 22.12%

%44.42
%33.46
%22.12

CMYK RENK MODELİ

#EFB477 rengi CMYK tonu (0,25,50,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.69%
  • sarı tonu 50.21%
  • ana renk tonu 6.27%
CMYK:
(0,25,50,6)
C0M25Y50K6 
(0%,25%,50%,6%)
(0.00/0.25/0.50/0.06)	

CMYK yüzdeleri

%0
%24.69
%50.21
%6.27

Codes

Color #EFB477 in popluar color models

EFB477
RGB239180119
HSL31°78.95%70.20%
HSB/HSV31°50.21%93.73%
CMYK0.00%24.69%50.21%
6.27%

Color #EFB477 in popluar number systems.

HEXEFB477
Decimal239180119
Binary11101111101101001110111
Octal357264167

Shades and tints

Shades of #EFB477

#EFB477
(239,180,119)
#DAA46D
(218,164,109)
#C59463
(197,148,99)
#B08459
(176,132,89)
#9B744F
(155,116,79)
#866445
(134,100,69)
#71543B
(113,84,59)
#5C4431
(92,68,49)
#473427
(71,52,39)
#32241D
(50,36,29)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #EFB477

#EFB477
(239,180,119)
#F0BA83
(240,186,131)
#F1C08F
(241,192,143)
#F2C69B
(242,198,155)
#F3CCA7
(243,204,167)
#F4D2B3
(244,210,179)
#F5D8BF
(245,216,191)
#F6DECB
(246,222,203)
#F7E4D7
(247,228,215)
#F8EAE3
(248,234,227)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB477 color. Also use rgb(239,180,119) instead hex code.

Text Font Color

.myTextColor { color: #EFB477; }

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

This text font color is #EFB477.


Background Color

.myBgColor { background-color: #EFB477; }

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

This div background color is #EFB477.


Border color

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

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

This div border color is #EFB477.


Opacity

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

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

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

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

This text has shadow with #EFB477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB477 on black background.


Color preview on white background

This text has color #EFB477 on white background.



Black color preview on #EFB477 background

This text has black color on #EFB477 background.


White color preview on #EFB477 background

This text has white color on #EFB477 background.