COLOR #E6D33E

HEX: #E6D33E
RGB: (230,211,62)

Color info

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

RGB color model

#E6D33E color RGB value is (230,211,62).

  • red value is 230;
  • green value is 211;
  • blue value is 62.
RGB:
(230,211,62)
(90%,83%,24%)

RGB channels and saturation

R 230 of 255 = 90%
G 211 of 255 = 83%
B 62 of 255 = 24%

230
211
62

R + G + B ~ 66%. #E6D33E is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 211 + 62 = 503 (100%)
R 230 of 503 ~ 45.73%
G 211 of 503 ~ 41.95%
B 62 of 503 ~ 12.33%

%45.73
%41.95
%12.33

CMYK color model

#E6D33E color CMYK value is (0,8,73,10).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 73.04%
  • key color value is 9.80%
CMYK:
(0,8,73,10)
C0M8Y73K10 
(0%,8%,73%,10%)
(0.00/0.08/0.73/0.10)	

CMYK percentages

%0
%8.26
%73.04
%9.8

Codes

Color #E6D33E in popluar color models

E6D33E
RGB23021162
HSL53°77.06%57.25%
HSB/HSV53°73.04%90.20%
CMYK0.00%8.26%73.04%
9.80%

Color #E6D33E in popluar number systems.

HEXE6D33E
Decimal23021162
Binary1110011011010011111110
Octal34632376

Shades and tints

Shades of #E6D33E

#E6D33E
(230,211,62)
#D2C039
(210,192,57)
#BEAD34
(190,173,52)
#AA9A2F
(170,154,47)
#96872A
(150,135,42)
#827425
(130,116,37)
#6E6120
(110,97,32)
#5A4E1B
(90,78,27)
#463B16
(70,59,22)
#322811
(50,40,17)
#1E150C
(30,21,12)
#000000
(0,0,0)

Tints of #E6D33E

#E6D33E
(230,211,62)
#E8D74F
(232,215,79)
#EADB60
(234,219,96)
#ECDF71
(236,223,113)
#EEE382
(238,227,130)
#F0E793
(240,231,147)
#F2EBA4
(242,235,164)
#F4EFB5
(244,239,181)
#F6F3C6
(246,243,198)
#F8F7D7
(248,247,215)
#FAFBE8
(250,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D33E color. Also use rgb(230,211,62) instead hex code.

Text Font Color

.myTextColor { color: #E6D33E; }

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

This text font color is #E6D33E.


Background Color

.myBgColor { background-color: #E6D33E; }

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

This div background color is #E6D33E.


Border color

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

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

This div border color is #E6D33E.


Opacity

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

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

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

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

This text has shadow with #E6D33E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D33E on black background.


Color preview on white background

This text has color #E6D33E on white background.



Black color preview on #E6D33E background

This text has black color on #E6D33E background.


White color preview on #E6D33E background

This text has white color on #E6D33E background.