COLOR #EEE75D

HEX: #EEE75D
RGB: (238,231,93)

Renk bilgisi

#EEE75D contains mainly red and green colors. #EEE75D ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#EEE75D color RGB value is (238,231,93).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 231 of 255 = 91%
B 93 of 255 = 36%

238
231
93

R + G + B ~ 73%. #EEE75D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 231 + 93 = 562 (100%)
R 238 of 562 ~ 42.35%
G 231 of 562 ~ 41.1%
B 93 of 562 ~ 16.55%

%42.35
%41.1
%16.55

CMYK RENK MODELİ

#EEE75D rengi CMYK tonu (0,3,61,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.94%
  • sarı tonu 60.92%
  • ana renk tonu 6.67%
CMYK:
(0,3,61,7)
C0M3Y61K7 
(0%,3%,61%,7%)
(0.00/0.03/0.61/0.07)	

CMYK yüzdeleri

%0
%2.94
%60.92
%6.67

Codes

Color #EEE75D in popluar color models

EEE75D
RGB23823193
HSL57°81.01%64.90%
HSB/HSV57°60.92%93.33%
CMYK0.00%2.94%60.92%
6.67%

Color #EEE75D in popluar number systems.

HEXEEE75D
Decimal23823193
Binary11101110111001111011101
Octal356347135

Shades and tints

Shades of #EEE75D

#EEE75D
(238,231,93)
#D9D255
(217,210,85)
#C4BD4D
(196,189,77)
#AFA845
(175,168,69)
#9A933D
(154,147,61)
#857E35
(133,126,53)
#70692D
(112,105,45)
#5B5425
(91,84,37)
#463F1D
(70,63,29)
#312A15
(49,42,21)
#1C150D
(28,21,13)
#000000
(0,0,0)

Tints of #EEE75D

#EEE75D
(238,231,93)
#EFE96B
(239,233,107)
#F0EB79
(240,235,121)
#F1ED87
(241,237,135)
#F2EF95
(242,239,149)
#F3F1A3
(243,241,163)
#F4F3B1
(244,243,177)
#F5F5BF
(245,245,191)
#F6F7CD
(246,247,205)
#F7F9DB
(247,249,219)
#F8FBE9
(248,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE75D; }

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

This text font color is #EEE75D.


Background Color

.myBgColor { background-color: #EEE75D; }

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

This div background color is #EEE75D.


Border color

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

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

This div border color is #EEE75D.


Opacity

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

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

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

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

This text has shadow with #EEE75D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE75D on black background.


Color preview on white background

This text has color #EEE75D on white background.



Black color preview on #EEE75D background

This text has black color on #EEE75D background.


White color preview on #EEE75D background

This text has white color on #EEE75D background.