COLOR #EED99B

HEX: #EED99B
RGB: (238,217,155)

Renk bilgisi

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

RGB renk modeli

#EED99B color RGB value is (238,217,155).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 217 of 255 = 85%
B 155 of 255 = 61%

238
217
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 217 + 155 = 610 (100%)
R 238 of 610 ~ 39.02%
G 217 of 610 ~ 35.57%
B 155 of 610 ~ 25.41%

%39.02
%35.57
%25.41

CMYK RENK MODELİ

#EED99B rengi CMYK tonu (0,9,35,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.82%
  • sarı tonu 34.87%
  • ana renk tonu 6.67%
CMYK:
(0,9,35,7)
C0M9Y35K7 
(0%,9%,35%,7%)
(0.00/0.09/0.35/0.07)	

CMYK yüzdeleri

%0
%8.82
%34.87
%6.67

Codes

Color #EED99B in popluar color models

EED99B
RGB238217155
HSL45°70.94%77.06%
HSB/HSV45°34.87%93.33%
CMYK0.00%8.82%34.87%
6.67%

Color #EED99B in popluar number systems.

HEXEED99B
Decimal238217155
Binary111011101101100110011011
Octal356331233

Shades and tints

Shades of #EED99B

#EED99B
(238,217,155)
#D9C68D
(217,198,141)
#C4B37F
(196,179,127)
#AFA071
(175,160,113)
#9A8D63
(154,141,99)
#857A55
(133,122,85)
#706747
(112,103,71)
#5B5439
(91,84,57)
#46412B
(70,65,43)
#312E1D
(49,46,29)
#1C1B0F
(28,27,15)
#000000
(0,0,0)

Tints of #EED99B

#EED99B
(238,217,155)
#EFDCA4
(239,220,164)
#F0DFAD
(240,223,173)
#F1E2B6
(241,226,182)
#F2E5BF
(242,229,191)
#F3E8C8
(243,232,200)
#F4EBD1
(244,235,209)
#F5EEDA
(245,238,218)
#F6F1E3
(246,241,227)
#F7F4EC
(247,244,236)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED99B; }

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

This text font color is #EED99B.


Background Color

.myBgColor { background-color: #EED99B; }

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

This div background color is #EED99B.


Border color

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

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

This div border color is #EED99B.


Opacity

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

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

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

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

This text has shadow with #EED99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED99B on black background.


Color preview on white background

This text has color #EED99B on white background.



Black color preview on #EED99B background

This text has black color on #EED99B background.


White color preview on #EED99B background

This text has white color on #EED99B background.