COLOR #E6E48B

HEX: #E6E48B RGB: (230,228,139)

Color info

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

RGB color model

#E6E48B color RGB value is (230,228,139).

RGB: (230,228,139) (90%, 89%, 55%)

RGB channels and saturation

R 230 of 255 = 90%
G 228 of 255 = 89%
B 139 of 255 = 55%

230
228
139

R + G + B ~ 78%. #E6E48B is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 228 + 139 = 597 (100%)
R 230 of 597 ~ 38.53%
G 228 of 597 ~ 38.19%
B 139 of 597 ~ 23.28'%

%38.53
%38.19
%23.28

CMYK color model

#E6E48B color CMYK value is (0,1,40,10).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 39.57%
  • key color value is 9.80%

CMYK: (0,1,40,10)
C0M1Y40K10 (0%, 1%, 40%, 10%)
(0.00 / 0.01 / 0.40 / 0.10)

CMYK percentages

%0
%0.87
%39.57
%9.8

Codes

Color #E6E48B in popluar color models

E6 E4 8B
RGB 230 228 139
HSL 59° 64.54% 72.35%
HSB/HSV 59° 39.57% 90.20%
CMYK 0.00% 0.87% 39.57%
9.80%

Color #E6E48B in popluar number systems.

HEX E6 E4 8B
Decimal 230 228 139
Binary 11100110 11100100 10001011
Octal 346 344 213

Shades and tints

Shades of #E6E48B

#E6E48B
(230,228,139)
#D2D07F
(210,208,127)
#BEBC73
(190,188,115)
#AAA867
(170,168,103)
#96945B
(150,148,91)
#82804F
(130,128,79)
#6E6C43
(110,108,67)
#5A5837
(90,88,55)
#46442B
(70,68,43)
#32301F
(50,48,31)
#1E1C13
(30,28,19)
#000000
(0,0,0)

Tints of #E6E48B

#E6E48B
(230,228,139)
#E8E695
(232,230,149)
#EAE89F
(234,232,159)
#ECEAA9
(236,234,169)
#EEECB3
(238,236,179)
#F0EEBD
(240,238,189)
#F2F0C7
(242,240,199)
#F4F2D1
(244,242,209)
#F6F4DB
(246,244,219)
#F8F6E5
(248,246,229)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E48B color. Also use rgb(230,228,139) instead hex code.

Text Font Color

.myTextColor { color: #E6E48B; }

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

This text font color is #E6E48B.

Background Color

.myBgColor { background-color: #E6E48B; }

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

This div background color is #E6E48B.

Border color

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

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

This div border color is #E6E48B.

Opacity

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

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

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

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

This text has shadow with #E6E48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E48B.

Preview

Color preview on black background

This text has color #E6E48B on black background.


Color preview on white background

This text has color #E6E48B on white background.


Black color preview on #E6E48B background

This text has black color on #E6E48B background.


White color preview on #E6E48B background

This text has white color on #E6E48B background.


Related colors

Complementary color

Complementary color for #hex is #191B74.


I love getcolorcode.com

Triadic colors

1 #8BE6E4 and #E48BE6 with #E6E48B are triadic colors.

2 #8BE4E6 and #E4E68B with #E6E48B are triadic colors.