COLOR #EEF398

HEX: #EEF398
RGB: (238,243,152)

Renk bilgisi

#EEF398 contains mainly red and green colors. #EEF398 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EEF398 color RGB value is (238,243,152).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 243 of 255 = 95%
B 152 of 255 = 60%

238
243
152

R + G + B ~ 83%. #EEF398 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 243 + 152 = 633 (100%)
R 238 of 633 ~ 37.6%
G 243 of 633 ~ 38.39%
B 152 of 633 ~ 24.01%

%37.6
%38.39
%24.01

CMYK RENK MODELİ

#EEF398 rengi CMYK tonu (2,0,37,5).

  • camgöbeği tonu 2.06%
  • eflatun tonu 0.00%
  • sarı tonu 37.45%
  • ana renk tonu 4.71%
CMYK:
(2,0,37,5)
C2M0Y37K5 
(2%,0%,37%,5%)
(0.02/0.00/0.37/0.05)	

CMYK yüzdeleri

%2.06
%0
%37.45
%4.71

Codes

Color #EEF398 in popluar color models

EEF398
RGB238243152
HSL63°79.13%77.45%
HSB/HSV63°37.45%95.29%
CMYK2.06%0.00%37.45%
4.71%

Color #EEF398 in popluar number systems.

HEXEEF398
Decimal238243152
Binary111011101111001110011000
Octal356363230

Shades and tints

Shades of #EEF398

#EEF398
(238,243,152)
#D9DD8B
(217,221,139)
#C4C77E
(196,199,126)
#AFB171
(175,177,113)
#9A9B64
(154,155,100)
#858557
(133,133,87)
#706F4A
(112,111,74)
#5B593D
(91,89,61)
#464330
(70,67,48)
#312D23
(49,45,35)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #EEF398

#EEF398
(238,243,152)
#EFF4A1
(239,244,161)
#F0F5AA
(240,245,170)
#F1F6B3
(241,246,179)
#F2F7BC
(242,247,188)
#F3F8C5
(243,248,197)
#F4F9CE
(244,249,206)
#F5FAD7
(245,250,215)
#F6FBE0
(246,251,224)
#F7FCE9
(247,252,233)
#F8FDF2
(248,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF398; }

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

This text font color is #EEF398.


Background Color

.myBgColor { background-color: #EEF398; }

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

This div background color is #EEF398.


Border color

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

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

This div border color is #EEF398.


Opacity

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

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

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

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

This text has shadow with #EEF398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF398 on black background.


Color preview on white background

This text has color #EEF398 on white background.



Black color preview on #EEF398 background

This text has black color on #EEF398 background.


White color preview on #EEF398 background

This text has white color on #EEF398 background.