COLOR #E6CC94

HEX: #E6CC94 RGB: (230,204,148)

Color info

#E6CC94 contains mainly red and green colors. Web safe color of #E6CC94 is #CCCC99 (or #CC9).

RGB color model

#E6CC94 color RGB value is (230,204,148).

RGB: (230,204,148) (90%, 80%, 58%)

RGB channels and saturation

R 230 of 255 = 90%
G 204 of 255 = 80%
B 148 of 255 = 58%

230
204
148

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

Portions of RGB colors in percentages

R + G + B = 230 + 204 + 148 = 582 (100%)
R 230 of 582 ~ 39.52%
G 204 of 582 ~ 35.05%
B 148 of 582 ~ 25.43'%

%39.52
%35.05
%25.43

CMYK color model

#E6CC94 color CMYK value is (0,11,36,10).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 35.65%
  • key color value is 9.80%

CMYK: (0,11,36,10)
C0M11Y36K10 (0%, 11%, 36%, 10%)
(0.00 / 0.11 / 0.36 / 0.10)

CMYK percentages

%0
%11.3
%35.65
%9.8

Codes

Color #E6CC94 in popluar color models

E6 CC 94
RGB 230 204 148
HSL 41° 62.12% 74.12%
HSB/HSV 41° 35.65% 90.20%
CMYK 0.00% 11.30% 35.65%
9.80%

Color #E6CC94 in popluar number systems.

HEX E6 CC 94
Decimal 230 204 148
Binary 11100110 11001100 10010100
Octal 346 314 224

Shades and tints

Shades of #E6CC94

#E6CC94
(230,204,148)
#D2BA87
(210,186,135)
#BEA87A
(190,168,122)
#AA966D
(170,150,109)
#968460
(150,132,96)
#827253
(130,114,83)
#6E6046
(110,96,70)
#5A4E39
(90,78,57)
#463C2C
(70,60,44)
#322A1F
(50,42,31)
#1E1812
(30,24,18)
#000000
(0,0,0)

Tints of #E6CC94

#E6CC94
(230,204,148)
#E8D09D
(232,208,157)
#EAD4A6
(234,212,166)
#ECD8AF
(236,216,175)
#EEDCB8
(238,220,184)
#F0E0C1
(240,224,193)
#F2E4CA
(242,228,202)
#F4E8D3
(244,232,211)
#F6ECDC
(246,236,220)
#F8F0E5
(248,240,229)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CC94 color. Also use rgb(230,204,148) instead hex code.

Text Font Color

.myTextColor { color: #E6CC94; }

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

This text font color is #E6CC94.

Background Color

.myBgColor { background-color: #E6CC94; }

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

This div background color is #E6CC94.

Border color

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

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

This div border color is #E6CC94.

Opacity

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

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

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

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

This text has shadow with #E6CC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CC94.

Preview

Color preview on black background

This text has color #E6CC94 on black background.


Color preview on white background

This text has color #E6CC94 on white background.


Black color preview on #E6CC94 background

This text has black color on #E6CC94 background.


White color preview on #E6CC94 background

This text has white color on #E6CC94 background.


Related colors

Complementary color

Complementary color for #hex is #19336B.


I love getcolorcode.com

Triadic colors

1 #94E6CC and #CC94E6 with #E6CC94 are triadic colors.

2 #94CCE6 and #CCE694 with #E6CC94 are triadic colors.