COLOR #E6E19F

HEX: #E6E19F RGB: (230,225,159)

Color info

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

RGB color model

#E6E19F color RGB value is (230,225,159).

RGB: (230,225,159) (90%, 88%, 62%)

RGB channels and saturation

R 230 of 255 = 90%
G 225 of 255 = 88%
B 159 of 255 = 62%

230
225
159

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

Portions of RGB colors in percentages

R + G + B = 230 + 225 + 159 = 614 (100%)
R 230 of 614 ~ 37.46%
G 225 of 614 ~ 36.64%
B 159 of 614 ~ 25.9'%

%37.46
%36.64
%25.9

CMYK color model

#E6E19F color CMYK value is (0,2,31,10).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 30.87%
  • key color value is 9.80%

CMYK: (0,2,31,10)
C0M2Y31K10 (0%, 2%, 31%, 10%)
(0.00 / 0.02 / 0.31 / 0.10)

CMYK percentages

%0
%2.17
%30.87
%9.8

Codes

Color #E6E19F in popluar color models

E6 E1 9F
RGB 230 225 159
HSL 56° 58.68% 76.27%
HSB/HSV 56° 30.87% 90.20%
CMYK 0.00% 2.17% 30.87%
9.80%

Color #E6E19F in popluar number systems.

HEX E6 E1 9F
Decimal 230 225 159
Binary 11100110 11100001 10011111
Octal 346 341 237

Shades and tints

Shades of #E6E19F

#E6E19F
(230,225,159)
#D2CD91
(210,205,145)
#BEB983
(190,185,131)
#AAA575
(170,165,117)
#969167
(150,145,103)
#827D59
(130,125,89)
#6E694B
(110,105,75)
#5A553D
(90,85,61)
#46412F
(70,65,47)
#322D21
(50,45,33)
#1E1913
(30,25,19)
#000000
(0,0,0)

Tints of #E6E19F

#E6E19F
(230,225,159)
#E8E3A7
(232,227,167)
#EAE5AF
(234,229,175)
#ECE7B7
(236,231,183)
#EEE9BF
(238,233,191)
#F0EBC7
(240,235,199)
#F2EDCF
(242,237,207)
#F4EFD7
(244,239,215)
#F6F1DF
(246,241,223)
#F8F3E7
(248,243,231)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E19F color. Also use rgb(230,225,159) instead hex code.

Text Font Color

.myTextColor { color: #E6E19F; }

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

This text font color is #E6E19F.

Background Color

.myBgColor { background-color: #E6E19F; }

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

This div background color is #E6E19F.

Border color

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

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

This div border color is #E6E19F.

Opacity

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

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

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

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

This text has shadow with #E6E19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E19F.

Preview

Color preview on black background

This text has color #E6E19F on black background.


Color preview on white background

This text has color #E6E19F on white background.


Black color preview on #E6E19F background

This text has black color on #E6E19F background.


White color preview on #E6E19F background

This text has white color on #E6E19F background.


Related colors

Complementary color

Complementary color for #hex is #191E60.


I love getcolorcode.com

Triadic colors

1 #9FE6E1 and #E19FE6 with #E6E19F are triadic colors.

2 #9FE1E6 and #E1E69F with #E6E19F are triadic colors.