COLOR #EED95D

HEX: #EED95D
RGB: (238,217,93)

Renk bilgisi

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

RGB renk modeli

#EED95D color RGB value is (238,217,93).

  • kırmız ton 238;
  • yeşil ton 217;
  • mavi ton 93.
RGB:
(238,217,93)
(93%,85%,36%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 217 of 255 = 85%
B 93 of 255 = 36%

238
217
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 217 + 93 = 548 (100%)
R 238 of 548 ~ 43.43%
G 217 of 548 ~ 39.6%
B 93 of 548 ~ 16.97%

%43.43
%39.6
%16.97

CMYK RENK MODELİ

#EED95D rengi CMYK tonu (0,9,61,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.82%
  • sarı tonu 60.92%
  • ana renk tonu 6.67%
CMYK:
(0,9,61,7)
C0M9Y61K7 
(0%,9%,61%,7%)
(0.00/0.09/0.61/0.07)	

CMYK yüzdeleri

%0
%8.82
%60.92
%6.67

Codes

Color #EED95D in popluar color models

EED95D
RGB23821793
HSL51°81.01%64.90%
HSB/HSV51°60.92%93.33%
CMYK0.00%8.82%60.92%
6.67%

Color #EED95D in popluar number systems.

HEXEED95D
Decimal23821793
Binary11101110110110011011101
Octal356331135

Shades and tints

Shades of #EED95D

#EED95D
(238,217,93)
#D9C655
(217,198,85)
#C4B34D
(196,179,77)
#AFA045
(175,160,69)
#9A8D3D
(154,141,61)
#857A35
(133,122,53)
#70672D
(112,103,45)
#5B5425
(91,84,37)
#46411D
(70,65,29)
#312E15
(49,46,21)
#1C1B0D
(28,27,13)
#000000
(0,0,0)

Tints of #EED95D

#EED95D
(238,217,93)
#EFDC6B
(239,220,107)
#F0DF79
(240,223,121)
#F1E287
(241,226,135)
#F2E595
(242,229,149)
#F3E8A3
(243,232,163)
#F4EBB1
(244,235,177)
#F5EEBF
(245,238,191)
#F6F1CD
(246,241,205)
#F7F4DB
(247,244,219)
#F8F7E9
(248,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED95D color. Also use rgb(238,217,93) instead hex code.

Text Font Color

.myTextColor { color: #EED95D; }

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

This text font color is #EED95D.


Background Color

.myBgColor { background-color: #EED95D; }

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

This div background color is #EED95D.


Border color

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

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

This div border color is #EED95D.


Opacity

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

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

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

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

This text has shadow with #EED95D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED95D on black background.


Color preview on white background

This text has color #EED95D on white background.



Black color preview on #EED95D background

This text has black color on #EED95D background.


White color preview on #EED95D background

This text has white color on #EED95D background.