COLOR #EFD98F

HEX: #EFD98F
RGB: (239,217,143)

Renk bilgisi

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

RGB renk modeli

#EFD98F color RGB value is (239,217,143).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 217 of 255 = 85%
B 143 of 255 = 56%

239
217
143

R + G + B ~ 78%. #EFD98F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 217 + 143 = 599 (100%)
R 239 of 599 ~ 39.9%
G 217 of 599 ~ 36.23%
B 143 of 599 ~ 23.87%

%39.9
%36.23
%23.87

CMYK RENK MODELİ

#EFD98F rengi CMYK tonu (0,9,40,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.21%
  • sarı tonu 40.17%
  • ana renk tonu 6.27%
CMYK:
(0,9,40,6)
C0M9Y40K6 
(0%,9%,40%,6%)
(0.00/0.09/0.40/0.06)	

CMYK yüzdeleri

%0
%9.21
%40.17
%6.27

Codes

Color #EFD98F in popluar color models

EFD98F
RGB239217143
HSL46°75.00%74.90%
HSB/HSV46°40.17%93.73%
CMYK0.00%9.21%40.17%
6.27%

Color #EFD98F in popluar number systems.

HEXEFD98F
Decimal239217143
Binary111011111101100110001111
Octal357331217

Shades and tints

Shades of #EFD98F

#EFD98F
(239,217,143)
#DAC682
(218,198,130)
#C5B375
(197,179,117)
#B0A068
(176,160,104)
#9B8D5B
(155,141,91)
#867A4E
(134,122,78)
#716741
(113,103,65)
#5C5434
(92,84,52)
#474127
(71,65,39)
#322E1A
(50,46,26)
#1D1B0D
(29,27,13)
#000000
(0,0,0)

Tints of #EFD98F

#EFD98F
(239,217,143)
#F0DC99
(240,220,153)
#F1DFA3
(241,223,163)
#F2E2AD
(242,226,173)
#F3E5B7
(243,229,183)
#F4E8C1
(244,232,193)
#F5EBCB
(245,235,203)
#F6EED5
(246,238,213)
#F7F1DF
(247,241,223)
#F8F4E9
(248,244,233)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD98F; }

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

This text font color is #EFD98F.


Background Color

.myBgColor { background-color: #EFD98F; }

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

This div background color is #EFD98F.


Border color

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

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

This div border color is #EFD98F.


Opacity

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

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

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

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

This text has shadow with #EFD98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD98F on black background.


Color preview on white background

This text has color #EFD98F on white background.



Black color preview on #EFD98F background

This text has black color on #EFD98F background.


White color preview on #EFD98F background

This text has white color on #EFD98F background.