COLOR #E6E58D

HEX: #E6E58D
RGB: (230,229,141)

Color info

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

RGB color model

#E6E58D color RGB value is (230,229,141).

  • red value is 230;
  • green value is 229;
  • blue value is 141.
RGB:
(230,229,141)
(90%,90%,55%)

RGB channels and saturation

R 230 of 255 = 90%
G 229 of 255 = 90%
B 141 of 255 = 55%

230
229
141

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

Portions of RGB colors in percentages

R + G + B =
230 + 229 + 141 = 600 (100%)
R 230 of 600 ~ 38.33%
G 229 of 600 ~ 38.17%
B 141 of 600 ~ 23.5%

%38.33
%38.17
%23.5

CMYK color model

#E6E58D color CMYK value is (0,0,39,10).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 38.70%
  • key color value is 9.80%
CMYK:
(0,0,39,10)
C0M0Y39K10 
(0%,0%,39%,10%)
(0.00/0.00/0.39/0.10)	

CMYK percentages

%0
%0.43
%38.7
%9.8

Codes

Color #E6E58D in popluar color models

E6E58D
RGB230229141
HSL59°64.03%72.75%
HSB/HSV59°38.70%90.20%
CMYK0.00%0.43%38.70%
9.80%

Color #E6E58D in popluar number systems.

HEXE6E58D
Decimal230229141
Binary111001101110010110001101
Octal346345215

Shades and tints

Shades of #E6E58D

#E6E58D
(230,229,141)
#D2D181
(210,209,129)
#BEBD75
(190,189,117)
#AAA969
(170,169,105)
#96955D
(150,149,93)
#828151
(130,129,81)
#6E6D45
(110,109,69)
#5A5939
(90,89,57)
#46452D
(70,69,45)
#323121
(50,49,33)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #E6E58D

#E6E58D
(230,229,141)
#E8E797
(232,231,151)
#EAE9A1
(234,233,161)
#ECEBAB
(236,235,171)
#EEEDB5
(238,237,181)
#F0EFBF
(240,239,191)
#F2F1C9
(242,241,201)
#F4F3D3
(244,243,211)
#F6F5DD
(246,245,221)
#F8F7E7
(248,247,231)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E58D color. Also use rgb(230,229,141) instead hex code.

Text Font Color

.myTextColor { color: #E6E58D; }

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

This text font color is #E6E58D.


Background Color

.myBgColor { background-color: #E6E58D; }

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

This div background color is #E6E58D.


Border color

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

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

This div border color is #E6E58D.


Opacity

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

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

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

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

This text has shadow with #E6E58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E58D on black background.


Color preview on white background

This text has color #E6E58D on white background.



Black color preview on #E6E58D background

This text has black color on #E6E58D background.


White color preview on #E6E58D background

This text has white color on #E6E58D background.