COLOR #E6C04C

HEX: #E6C04C
RGB: (230,192,76)

Color info

#E6C04C contains mainly red and green colors. Web safe color of #E6C04C is #CCCC33 (or #CC3).

RGB color model

#E6C04C color RGB value is (230,192,76).

  • red value is 230;
  • green value is 192;
  • blue value is 76.
RGB:
(230,192,76)
(90%,75%,30%)

RGB channels and saturation

R 230 of 255 = 90%
G 192 of 255 = 75%
B 76 of 255 = 30%

230
192
76

R + G + B ~ 65%. #E6C04C is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 192 + 76 = 498 (100%)
R 230 of 498 ~ 46.18%
G 192 of 498 ~ 38.55%
B 76 of 498 ~ 15.26%

%46.18
%38.55
%15.26

CMYK color model

#E6C04C color CMYK value is (0,17,67,10).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 66.96%
  • key color value is 9.80%
CMYK:
(0,17,67,10)
C0M17Y67K10 
(0%,17%,67%,10%)
(0.00/0.17/0.67/0.10)	

CMYK percentages

%0
%16.52
%66.96
%9.8

Codes

Color #E6C04C in popluar color models

E6C04C
RGB23019276
HSL45°75.49%60.00%
HSB/HSV45°66.96%90.20%
CMYK0.00%16.52%66.96%
9.80%

Color #E6C04C in popluar number systems.

HEXE6C04C
Decimal23019276
Binary11100110110000001001100
Octal346300114

Shades and tints

Shades of #E6C04C

#E6C04C
(230,192,76)
#D2AF46
(210,175,70)
#BE9E40
(190,158,64)
#AA8D3A
(170,141,58)
#967C34
(150,124,52)
#826B2E
(130,107,46)
#6E5A28
(110,90,40)
#5A4922
(90,73,34)
#46381C
(70,56,28)
#322716
(50,39,22)
#1E1610
(30,22,16)
#000000
(0,0,0)

Tints of #E6C04C

#E6C04C
(230,192,76)
#E8C55C
(232,197,92)
#EACA6C
(234,202,108)
#ECCF7C
(236,207,124)
#EED48C
(238,212,140)
#F0D99C
(240,217,156)
#F2DEAC
(242,222,172)
#F4E3BC
(244,227,188)
#F6E8CC
(246,232,204)
#F8EDDC
(248,237,220)
#FAF2EC
(250,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C04C color. Also use rgb(230,192,76) instead hex code.

Text Font Color

.myTextColor { color: #E6C04C; }

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

This text font color is #E6C04C.


Background Color

.myBgColor { background-color: #E6C04C; }

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

This div background color is #E6C04C.


Border color

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

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

This div border color is #E6C04C.


Opacity

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

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

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

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

This text has shadow with #E6C04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C04C on black background.


Color preview on white background

This text has color #E6C04C on white background.



Black color preview on #E6C04C background

This text has black color on #E6C04C background.


White color preview on #E6C04C background

This text has white color on #E6C04C background.