COLOR #EEC48A

HEX: #EEC48A RGB: (238,196,138)

Color info

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

RGB color model

#EEC48A color RGB value is (238,196,138).

RGB: (238,196,138) (93%, 77%, 54%)

RGB channels and saturation

R 238 of 255 = 93%
G 196 of 255 = 77%
B 138 of 255 = 54%

238
196
138

R + G + B ~ 75%. #EEC48A is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 196 + 138 = 572 (100%)
R 238 of 572 ~ 41.61%
G 196 of 572 ~ 34.27%
B 138 of 572 ~ 24.13'%

%41.61
%34.27
%24.13

CMYK color model

#EEC48A color CMYK value is (0,18,42,7).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 42.02%
  • key color value is 6.67%

CMYK: (0,18,42,7)
C0M18Y42K7 (0%, 18%, 42%, 7%)
(0.00 / 0.18 / 0.42 / 0.07)

CMYK percentages

%0
%17.65
%42.02
%6.67

Codes

Color #EEC48A in popluar color models

EE C4 8A
RGB 238 196 138
HSL 35° 74.63% 73.73%
HSB/HSV 35° 42.02% 93.33%
CMYK 0.00% 17.65% 42.02%
6.67%

Color #EEC48A in popluar number systems.

HEX EE C4 8A
Decimal 238 196 138
Binary 11101110 11000100 10001010
Octal 356 304 212

Shades and tints

Shades of #EEC48A

#EEC48A
(238,196,138)
#D9B37E
(217,179,126)
#C4A272
(196,162,114)
#AF9166
(175,145,102)
#9A805A
(154,128,90)
#856F4E
(133,111,78)
#705E42
(112,94,66)
#5B4D36
(91,77,54)
#463C2A
(70,60,42)
#312B1E
(49,43,30)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #EEC48A

#EEC48A
(238,196,138)
#EFC994
(239,201,148)
#F0CE9E
(240,206,158)
#F1D3A8
(241,211,168)
#F2D8B2
(242,216,178)
#F3DDBC
(243,221,188)
#F4E2C6
(244,226,198)
#F5E7D0
(245,231,208)
#F6ECDA
(246,236,218)
#F7F1E4
(247,241,228)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC48A color. Also use rgb(238,196,138) instead hex code.

Text Font Color

.myTextColor { color: #EEC48A; }

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

This text font color is #EEC48A.

Background Color

.myBgColor { background-color: #EEC48A; }

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

This div background color is #EEC48A.

Border color

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

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

This div border color is #EEC48A.

Opacity

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

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

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

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

This text has shadow with #EEC48A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC48A.

Preview

Color preview on black background

This text has color #EEC48A on black background.


Color preview on white background

This text has color #EEC48A on white background.


Black color preview on #EEC48A background

This text has black color on #EEC48A background.


White color preview on #EEC48A background

This text has white color on #EEC48A background.


Related colors

Complementary color

Complementary color for #hex is #113B75.


I love getcolorcode.com

Triadic colors

1 #8AEEC4 and #C48AEE with #EEC48A are triadic colors.

2 #8AC4EE and #C4EE8A with #EEC48A are triadic colors.