COLOR #E6D54F

HEX: #E6D54F
RGB: (230,213,79)

Color info

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

RGB color model

#E6D54F color RGB value is (230,213,79).

  • red value is 230;
  • green value is 213;
  • blue value is 79.
RGB:
(230,213,79)
(90%,84%,31%)

RGB channels and saturation

R 230 of 255 = 90%
G 213 of 255 = 84%
B 79 of 255 = 31%

230
213
79

R + G + B ~ 68%. #E6D54F is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 213 + 79 = 522 (100%)
R 230 of 522 ~ 44.06%
G 213 of 522 ~ 40.8%
B 79 of 522 ~ 15.13%

%44.06
%40.8
%15.13

CMYK color model

#E6D54F color CMYK value is (0,7,66,10).

  • cyan value is 0.00%
  • magenta value is 7.39%
  • yellow value is 65.65%
  • key color value is 9.80%
CMYK:
(0,7,66,10)
C0M7Y66K10 
(0%,7%,66%,10%)
(0.00/0.07/0.66/0.10)	

CMYK percentages

%0
%7.39
%65.65
%9.8

Codes

Color #E6D54F in popluar color models

E6D54F
RGB23021379
HSL53°75.12%60.59%
HSB/HSV53°65.65%90.20%
CMYK0.00%7.39%65.65%
9.80%

Color #E6D54F in popluar number systems.

HEXE6D54F
Decimal23021379
Binary11100110110101011001111
Octal346325117

Shades and tints

Shades of #E6D54F

#E6D54F
(230,213,79)
#D2C248
(210,194,72)
#BEAF41
(190,175,65)
#AA9C3A
(170,156,58)
#968933
(150,137,51)
#82762C
(130,118,44)
#6E6325
(110,99,37)
#5A501E
(90,80,30)
#463D17
(70,61,23)
#322A10
(50,42,16)
#1E1709
(30,23,9)
#000000
(0,0,0)

Tints of #E6D54F

#E6D54F
(230,213,79)
#E8D85F
(232,216,95)
#EADB6F
(234,219,111)
#ECDE7F
(236,222,127)
#EEE18F
(238,225,143)
#F0E49F
(240,228,159)
#F2E7AF
(242,231,175)
#F4EABF
(244,234,191)
#F6EDCF
(246,237,207)
#F8F0DF
(248,240,223)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D54F color. Also use rgb(230,213,79) instead hex code.

Text Font Color

.myTextColor { color: #E6D54F; }

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

This text font color is #E6D54F.


Background Color

.myBgColor { background-color: #E6D54F; }

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

This div background color is #E6D54F.


Border color

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

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

This div border color is #E6D54F.


Opacity

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

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

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

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

This text has shadow with #E6D54F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D54F on black background.


Color preview on white background

This text has color #E6D54F on white background.



Black color preview on #E6D54F background

This text has black color on #E6D54F background.


White color preview on #E6D54F background

This text has white color on #E6D54F background.