COLOR #EEE693

HEX: #EEE693 RGB: (238,230,147)

Color info

#EEE693 contains mainly red and green colors. Web safe color of #EEE693 is #FFCC99 (or #FC9).

RGB color model

#EEE693 color RGB value is (238,230,147).

RGB: (238,230,147) (93%, 90%, 58%)

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 147 of 255 = 58%

238
230
147

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

Portions of RGB colors in percentages

R + G + B = 238 + 230 + 147 = 615 (100%)
R 238 of 615 ~ 38.7%
G 230 of 615 ~ 37.4%
B 147 of 615 ~ 23.9'%

%38.7
%37.4
%23.9

CMYK color model

#EEE693 color CMYK value is (0,3,38,7).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 38.24%
  • key color value is 6.67%

CMYK: (0,3,38,7)
C0M3Y38K7 (0%, 3%, 38%, 7%)
(0.00 / 0.03 / 0.38 / 0.07)

CMYK percentages

%0
%3.36
%38.24
%6.67

Codes

Color #EEE693 in popluar color models

EE E6 93
RGB 238 230 147
HSL 55° 72.80% 75.49%
HSB/HSV 55° 38.24% 93.33%
CMYK 0.00% 3.36% 38.24%
6.67%

Color #EEE693 in popluar number systems.

HEX EE E6 93
Decimal 238 230 147
Binary 11101110 11100110 10010011
Octal 356 346 223

Shades and tints

Shades of #EEE693

#EEE693
(238,230,147)
#D9D286
(217,210,134)
#C4BE79
(196,190,121)
#AFAA6C
(175,170,108)
#9A965F
(154,150,95)
#858252
(133,130,82)
#706E45
(112,110,69)
#5B5A38
(91,90,56)
#46462B
(70,70,43)
#31321E
(49,50,30)
#1C1E11
(28,30,17)
#000000
(0,0,0)

Tints of #EEE693

#EEE693
(238,230,147)
#EFE89C
(239,232,156)
#F0EAA5
(240,234,165)
#F1ECAE
(241,236,174)
#F2EEB7
(242,238,183)
#F3F0C0
(243,240,192)
#F4F2C9
(244,242,201)
#F5F4D2
(245,244,210)
#F6F6DB
(246,246,219)
#F7F8E4
(247,248,228)
#F8FAED
(248,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE693; }

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

This text font color is #EEE693.

Background Color

.myBgColor { background-color: #EEE693; }

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

This div background color is #EEE693.

Border color

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

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

This div border color is #EEE693.

Opacity

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

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

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

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

This text has shadow with #EEE693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE693.

Preview

Color preview on black background

This text has color #EEE693 on black background.


Color preview on white background

This text has color #EEE693 on white background.


Black color preview on #EEE693 background

This text has black color on #EEE693 background.


White color preview on #EEE693 background

This text has white color on #EEE693 background.


Related colors

Complementary color

Complementary color for #hex is #11196C.


I love getcolorcode.com

Triadic colors

1 #93EEE6 and #E693EE with #EEE693 are triadic colors.

2 #93E6EE and #E6EE93 with #EEE693 are triadic colors.