COLOR #E6C234

HEX: #E6C234
RGB: (230,194,52)

Color info

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

RGB color model

#E6C234 color RGB value is (230,194,52).

  • red value is 230;
  • green value is 194;
  • blue value is 52.
RGB:
(230,194,52)
(90%,76%,20%)

RGB channels and saturation

R 230 of 255 = 90%
G 194 of 255 = 76%
B 52 of 255 = 20%

230
194
52

R + G + B ~ 62%. #E6C234 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 194 + 52 = 476 (100%)
R 230 of 476 ~ 48.32%
G 194 of 476 ~ 40.76%
B 52 of 476 ~ 10.92%

%48.32
%40.76
%10.92

CMYK color model

#E6C234 color CMYK value is (0,16,77,10).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 77.39%
  • key color value is 9.80%
CMYK:
(0,16,77,10)
C0M16Y77K10 
(0%,16%,77%,10%)
(0.00/0.16/0.77/0.10)	

CMYK percentages

%0
%15.65
%77.39
%9.8

Codes

Color #E6C234 in popluar color models

E6C234
RGB23019452
HSL48°78.07%55.29%
HSB/HSV48°77.39%90.20%
CMYK0.00%15.65%77.39%
9.80%

Color #E6C234 in popluar number systems.

HEXE6C234
Decimal23019452
Binary1110011011000010110100
Octal34630264

Shades and tints

Shades of #E6C234

#E6C234
(230,194,52)
#D2B130
(210,177,48)
#BEA02C
(190,160,44)
#AA8F28
(170,143,40)
#967E24
(150,126,36)
#826D20
(130,109,32)
#6E5C1C
(110,92,28)
#5A4B18
(90,75,24)
#463A14
(70,58,20)
#322910
(50,41,16)
#1E180C
(30,24,12)
#000000
(0,0,0)

Tints of #E6C234

#E6C234
(230,194,52)
#E8C746
(232,199,70)
#EACC58
(234,204,88)
#ECD16A
(236,209,106)
#EED67C
(238,214,124)
#F0DB8E
(240,219,142)
#F2E0A0
(242,224,160)
#F4E5B2
(244,229,178)
#F6EAC4
(246,234,196)
#F8EFD6
(248,239,214)
#FAF4E8
(250,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C234 color. Also use rgb(230,194,52) instead hex code.

Text Font Color

.myTextColor { color: #E6C234; }

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

This text font color is #E6C234.


Background Color

.myBgColor { background-color: #E6C234; }

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

This div background color is #E6C234.


Border color

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

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

This div border color is #E6C234.


Opacity

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

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

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

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

This text has shadow with #E6C234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C234 on black background.


Color preview on white background

This text has color #E6C234 on white background.



Black color preview on #E6C234 background

This text has black color on #E6C234 background.


White color preview on #E6C234 background

This text has white color on #E6C234 background.