COLOR #EED998

HEX: #EED998
RGB: (238,217,152)

Renk bilgisi

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

RGB renk modeli

#EED998 color RGB value is (238,217,152).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 217 of 255 = 85%
B 152 of 255 = 60%

238
217
152

R + G + B ~ 79%. #EED998 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 217 + 152 = 607 (100%)
R 238 of 607 ~ 39.21%
G 217 of 607 ~ 35.75%
B 152 of 607 ~ 25.04%

%39.21
%35.75
%25.04

CMYK RENK MODELİ

#EED998 rengi CMYK tonu (0,9,36,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.82%
  • sarı tonu 36.13%
  • ana renk tonu 6.67%
CMYK:
(0,9,36,7)
C0M9Y36K7 
(0%,9%,36%,7%)
(0.00/0.09/0.36/0.07)	

CMYK yüzdeleri

%0
%8.82
%36.13
%6.67

Codes

Color #EED998 in popluar color models

EED998
RGB238217152
HSL45°71.67%76.47%
HSB/HSV45°36.13%93.33%
CMYK0.00%8.82%36.13%
6.67%

Color #EED998 in popluar number systems.

HEXEED998
Decimal238217152
Binary111011101101100110011000
Octal356331230

Shades and tints

Shades of #EED998

#EED998
(238,217,152)
#D9C68B
(217,198,139)
#C4B37E
(196,179,126)
#AFA071
(175,160,113)
#9A8D64
(154,141,100)
#857A57
(133,122,87)
#70674A
(112,103,74)
#5B543D
(91,84,61)
#464130
(70,65,48)
#312E23
(49,46,35)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #EED998

#EED998
(238,217,152)
#EFDCA1
(239,220,161)
#F0DFAA
(240,223,170)
#F1E2B3
(241,226,179)
#F2E5BC
(242,229,188)
#F3E8C5
(243,232,197)
#F4EBCE
(244,235,206)
#F5EED7
(245,238,215)
#F6F1E0
(246,241,224)
#F7F4E9
(247,244,233)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED998; }

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

This text font color is #EED998.


Background Color

.myBgColor { background-color: #EED998; }

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

This div background color is #EED998.


Border color

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

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

This div border color is #EED998.


Opacity

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

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

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

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

This text has shadow with #EED998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED998 on black background.


Color preview on white background

This text has color #EED998 on white background.



Black color preview on #EED998 background

This text has black color on #EED998 background.


White color preview on #EED998 background

This text has white color on #EED998 background.