COLOR #EFC58F

HEX: #EFC58F
RGB: (239,197,143)

Renk bilgisi

#EFC58F contains mainly red and green colors. #EFC58F ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EFC58F color RGB value is (239,197,143).

  • kırmız ton 239;
  • yeşil ton 197;
  • mavi ton 143.
RGB:
(239,197,143)
(94%,77%,56%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 197 of 255 = 77%
B 143 of 255 = 56%

239
197
143

R + G + B ~ 76%. #EFC58F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 197 + 143 = 579 (100%)
R 239 of 579 ~ 41.28%
G 197 of 579 ~ 34.02%
B 143 of 579 ~ 24.7%

%41.28
%34.02
%24.7

CMYK RENK MODELİ

#EFC58F rengi CMYK tonu (0,18,40,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.57%
  • sarı tonu 40.17%
  • ana renk tonu 6.27%
CMYK:
(0,18,40,6)
C0M18Y40K6 
(0%,18%,40%,6%)
(0.00/0.18/0.40/0.06)	

CMYK yüzdeleri

%0
%17.57
%40.17
%6.27

Codes

Color #EFC58F in popluar color models

EFC58F
RGB239197143
HSL34°75.00%74.90%
HSB/HSV34°40.17%93.73%
CMYK0.00%17.57%40.17%
6.27%

Color #EFC58F in popluar number systems.

HEXEFC58F
Decimal239197143
Binary111011111100010110001111
Octal357305217

Shades and tints

Shades of #EFC58F

#EFC58F
(239,197,143)
#DAB482
(218,180,130)
#C5A375
(197,163,117)
#B09268
(176,146,104)
#9B815B
(155,129,91)
#86704E
(134,112,78)
#715F41
(113,95,65)
#5C4E34
(92,78,52)
#473D27
(71,61,39)
#322C1A
(50,44,26)
#1D1B0D
(29,27,13)
#000000
(0,0,0)

Tints of #EFC58F

#EFC58F
(239,197,143)
#F0CA99
(240,202,153)
#F1CFA3
(241,207,163)
#F2D4AD
(242,212,173)
#F3D9B7
(243,217,183)
#F4DEC1
(244,222,193)
#F5E3CB
(245,227,203)
#F6E8D5
(246,232,213)
#F7EDDF
(247,237,223)
#F8F2E9
(248,242,233)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC58F color. Also use rgb(239,197,143) instead hex code.

Text Font Color

.myTextColor { color: #EFC58F; }

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

This text font color is #EFC58F.


Background Color

.myBgColor { background-color: #EFC58F; }

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

This div background color is #EFC58F.


Border color

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

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

This div border color is #EFC58F.


Opacity

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

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

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

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

This text has shadow with #EFC58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC58F on black background.


Color preview on white background

This text has color #EFC58F on white background.



Black color preview on #EFC58F background

This text has black color on #EFC58F background.


White color preview on #EFC58F background

This text has white color on #EFC58F background.