COLOR #EEE675

HEX: #EEE675
RGB: (238,230,117)

Color info

#EEE675 contains mainly red and green colors. Web safe color of #EEE675 is #FFCC66 (or #FC6).

RGB color model

#EEE675 color RGB value is (238,230,117).

  • red value is 238;
  • green value is 230;
  • blue value is 117.
RGB:
(238,230,117)
(93%,90%,46%)

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 117 of 255 = 46%

238
230
117

R + G + B ~ 76%. #EEE675 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 117 = 585 (100%)
R 238 of 585 ~ 40.68%
G 230 of 585 ~ 39.32%
B 117 of 585 ~ 20%

%40.68
%39.32
%20

CMYK color model

#EEE675 color CMYK value is (0,3,51,7).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 50.84%
  • key color value is 6.67%
CMYK:
(0,3,51,7)
C0M3Y51K7 
(0%,3%,51%,7%)
(0.00/0.03/0.51/0.07)	

CMYK percentages

%0
%3.36
%50.84
%6.67

Codes

Color #EEE675 in popluar color models

EEE675
RGB238230117
HSL56°78.06%69.61%
HSB/HSV56°50.84%93.33%
CMYK0.00%3.36%50.84%
6.67%

Color #EEE675 in popluar number systems.

HEXEEE675
Decimal238230117
Binary11101110111001101110101
Octal356346165

Shades and tints

Shades of #EEE675

#EEE675
(238,230,117)
#D9D26B
(217,210,107)
#C4BE61
(196,190,97)
#AFAA57
(175,170,87)
#9A964D
(154,150,77)
#858243
(133,130,67)
#706E39
(112,110,57)
#5B5A2F
(91,90,47)
#464625
(70,70,37)
#31321B
(49,50,27)
#1C1E11
(28,30,17)
#000000
(0,0,0)

Tints of #EEE675

#EEE675
(238,230,117)
#EFE881
(239,232,129)
#F0EA8D
(240,234,141)
#F1EC99
(241,236,153)
#F2EEA5
(242,238,165)
#F3F0B1
(243,240,177)
#F4F2BD
(244,242,189)
#F5F4C9
(245,244,201)
#F6F6D5
(246,246,213)
#F7F8E1
(247,248,225)
#F8FAED
(248,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE675 color. Also use rgb(238,230,117) instead hex code.

Text Font Color

.myTextColor { color: #EEE675; }

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

This text font color is #EEE675.


Background Color

.myBgColor { background-color: #EEE675; }

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

This div background color is #EEE675.


Border color

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

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

This div border color is #EEE675.


Opacity

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

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

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

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

This text has shadow with #EEE675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE675 on black background.


Color preview on white background

This text has color #EEE675 on white background.



Black color preview on #EEE675 background

This text has black color on #EEE675 background.


White color preview on #EEE675 background

This text has white color on #EEE675 background.