COLOR #E6E479

HEX: #E6E479
RGB: (230,228,121)

Color info

#E6E479 contains mainly red and green colors. Web safe color of #E6E479 is #CCCC66 (or #CC6).

RGB color model

#E6E479 color RGB value is (230,228,121).

  • red value is 230;
  • green value is 228;
  • blue value is 121.
RGB:
(230,228,121)
(90%,89%,47%)

RGB channels and saturation

R 230 of 255 = 90%
G 228 of 255 = 89%
B 121 of 255 = 47%

230
228
121

R + G + B ~ 75%. #E6E479 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 228 + 121 = 579 (100%)
R 230 of 579 ~ 39.72%
G 228 of 579 ~ 39.38%
B 121 of 579 ~ 20.9%

%39.72
%39.38
%20.9

CMYK color model

#E6E479 color CMYK value is (0,1,47,10).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 47.39%
  • key color value is 9.80%
CMYK:
(0,1,47,10)
C0M1Y47K10 
(0%,1%,47%,10%)
(0.00/0.01/0.47/0.10)	

CMYK percentages

%0
%0.87
%47.39
%9.8

Codes

Color #E6E479 in popluar color models

E6E479
RGB230228121
HSL59°68.55%68.82%
HSB/HSV59°47.39%90.20%
CMYK0.00%0.87%47.39%
9.80%

Color #E6E479 in popluar number systems.

HEXE6E479
Decimal230228121
Binary11100110111001001111001
Octal346344171

Shades and tints

Shades of #E6E479

#E6E479
(230,228,121)
#D2D06E
(210,208,110)
#BEBC63
(190,188,99)
#AAA858
(170,168,88)
#96944D
(150,148,77)
#828042
(130,128,66)
#6E6C37
(110,108,55)
#5A582C
(90,88,44)
#464421
(70,68,33)
#323016
(50,48,22)
#1E1C0B
(30,28,11)
#000000
(0,0,0)

Tints of #E6E479

#E6E479
(230,228,121)
#E8E685
(232,230,133)
#EAE891
(234,232,145)
#ECEA9D
(236,234,157)
#EEECA9
(238,236,169)
#F0EEB5
(240,238,181)
#F2F0C1
(242,240,193)
#F4F2CD
(244,242,205)
#F6F4D9
(246,244,217)
#F8F6E5
(248,246,229)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E479; }

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

This text font color is #E6E479.


Background Color

.myBgColor { background-color: #E6E479; }

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

This div background color is #E6E479.


Border color

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

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

This div border color is #E6E479.


Opacity

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

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

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

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

This text has shadow with #E6E479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E479 on black background.


Color preview on white background

This text has color #E6E479 on white background.



Black color preview on #E6E479 background

This text has black color on #E6E479 background.


White color preview on #E6E479 background

This text has white color on #E6E479 background.