COLOR #E6E09B

HEX: #E6E09B RGB: (230,224,155)

Color info

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

RGB color model

#E6E09B color RGB value is (230,224,155).

RGB: (230,224,155) (90%, 88%, 61%)

RGB channels and saturation

R 230 of 255 = 90%
G 224 of 255 = 88%
B 155 of 255 = 61%

230
224
155

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

Portions of RGB colors in percentages

R + G + B = 230 + 224 + 155 = 609 (100%)
R 230 of 609 ~ 37.77%
G 224 of 609 ~ 36.78%
B 155 of 609 ~ 25.45'%

%37.77
%36.78
%25.45

CMYK color model

#E6E09B color CMYK value is (0,3,33,10).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 32.61%
  • key color value is 9.80%

CMYK: (0,3,33,10)
C0M3Y33K10 (0%, 3%, 33%, 10%)
(0.00 / 0.03 / 0.33 / 0.10)

CMYK percentages

%0
%2.61
%32.61
%9.8

Codes

Color #E6E09B in popluar color models

E6 E0 9B
RGB 230 224 155
HSL 55° 60.00% 75.49%
HSB/HSV 55° 32.61% 90.20%
CMYK 0.00% 2.61% 32.61%
9.80%

Color #E6E09B in popluar number systems.

HEX E6 E0 9B
Decimal 230 224 155
Binary 11100110 11100000 10011011
Octal 346 340 233

Shades and tints

Shades of #E6E09B

#E6E09B
(230,224,155)
#D2CC8D
(210,204,141)
#BEB87F
(190,184,127)
#AAA471
(170,164,113)
#969063
(150,144,99)
#827C55
(130,124,85)
#6E6847
(110,104,71)
#5A5439
(90,84,57)
#46402B
(70,64,43)
#322C1D
(50,44,29)
#1E180F
(30,24,15)
#000000
(0,0,0)

Tints of #E6E09B

#E6E09B
(230,224,155)
#E8E2A4
(232,226,164)
#EAE4AD
(234,228,173)
#ECE6B6
(236,230,182)
#EEE8BF
(238,232,191)
#F0EAC8
(240,234,200)
#F2ECD1
(242,236,209)
#F4EEDA
(244,238,218)
#F6F0E3
(246,240,227)
#F8F2EC
(248,242,236)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E09B color. Also use rgb(230,224,155) instead hex code.

Text Font Color

.myTextColor { color: #E6E09B; }

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

This text font color is #E6E09B.

Background Color

.myBgColor { background-color: #E6E09B; }

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

This div background color is #E6E09B.

Border color

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

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

This div border color is #E6E09B.

Opacity

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

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

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

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

This text has shadow with #E6E09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E09B.

Preview

Color preview on black background

This text has color #E6E09B on black background.


Color preview on white background

This text has color #E6E09B on white background.


Black color preview on #E6E09B background

This text has black color on #E6E09B background.


White color preview on #E6E09B background

This text has white color on #E6E09B background.


Related colors

Complementary color

Complementary color for #hex is #191F64.


I love getcolorcode.com

Triadic colors

1 #9BE6E0 and #E09BE6 with #E6E09B are triadic colors.

2 #9BE0E6 and #E0E69B with #E6E09B are triadic colors.