COLOR #EFDD95

HEX: #EFDD95
RGB: (239,221,149)

Renk bilgisi

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

RGB renk modeli

#EFDD95 color RGB value is (239,221,149).

  • kırmız ton 239;
  • yeşil ton 221;
  • mavi ton 149.
RGB:
(239,221,149)
(94%,87%,58%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 221 of 255 = 87%
B 149 of 255 = 58%

239
221
149

R + G + B ~ 80%. #EFDD95 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 221 + 149 = 609 (100%)
R 239 of 609 ~ 39.24%
G 221 of 609 ~ 36.29%
B 149 of 609 ~ 24.47%

%39.24
%36.29
%24.47

CMYK RENK MODELİ

#EFDD95 rengi CMYK tonu (0,8,38,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.53%
  • sarı tonu 37.66%
  • ana renk tonu 6.27%
CMYK:
(0,8,38,6)
C0M8Y38K6 
(0%,8%,38%,6%)
(0.00/0.08/0.38/0.06)	

CMYK yüzdeleri

%0
%7.53
%37.66
%6.27

Codes

Color #EFDD95 in popluar color models

EFDD95
RGB239221149
HSL48°73.77%76.08%
HSB/HSV48°37.66%93.73%
CMYK0.00%7.53%37.66%
6.27%

Color #EFDD95 in popluar number systems.

HEXEFDD95
Decimal239221149
Binary111011111101110110010101
Octal357335225

Shades and tints

Shades of #EFDD95

#EFDD95
(239,221,149)
#DAC988
(218,201,136)
#C5B57B
(197,181,123)
#B0A16E
(176,161,110)
#9B8D61
(155,141,97)
#867954
(134,121,84)
#716547
(113,101,71)
#5C513A
(92,81,58)
#473D2D
(71,61,45)
#322920
(50,41,32)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #EFDD95

#EFDD95
(239,221,149)
#F0E09E
(240,224,158)
#F1E3A7
(241,227,167)
#F2E6B0
(242,230,176)
#F3E9B9
(243,233,185)
#F4ECC2
(244,236,194)
#F5EFCB
(245,239,203)
#F6F2D4
(246,242,212)
#F7F5DD
(247,245,221)
#F8F8E6
(248,248,230)
#F9FBEF
(249,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDD95 color. Also use rgb(239,221,149) instead hex code.

Text Font Color

.myTextColor { color: #EFDD95; }

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

This text font color is #EFDD95.


Background Color

.myBgColor { background-color: #EFDD95; }

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

This div background color is #EFDD95.


Border color

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

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

This div border color is #EFDD95.


Opacity

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

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

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

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

This text has shadow with #EFDD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDD95 on black background.


Color preview on white background

This text has color #EFDD95 on white background.



Black color preview on #EFDD95 background

This text has black color on #EFDD95 background.


White color preview on #EFDD95 background

This text has white color on #EFDD95 background.