COLOR #E2D306

HEX: #E2D306
RGB: (226,211,6)

Color info

#E2D306 contains mainly red and green colors. Web safe color of #E2D306 is #CCCC00 (or #CC0).

RGB color model

#E2D306 color RGB value is (226,211,6).

  • red value is 226;
  • green value is 211;
  • blue value is 6.
RGB:
(226,211,6)
(89%,83%,2%)

RGB channels and saturation

R 226 of 255 = 89%
G 211 of 255 = 83%
B 6 of 255 = 2%

226
211
6

R + G + B ~ 58%. #E2D306 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
226 + 211 + 6 = 443 (100%)
R 226 of 443 ~ 51.02%
G 211 of 443 ~ 47.63%
B 6 of 443 ~ 1.35%

%51.02
%47.63

CMYK color model

#E2D306 color CMYK value is (0,7,97,11).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 97.35%
  • key color value is 11.37%
CMYK:
(0,7,97,11)
C0M7Y97K11 
(0%,7%,97%,11%)
(0.00/0.07/0.97/0.11)	

CMYK percentages

%0
%6.64
%97.35
%11.37

Codes

Color #E2D306 in popluar color models

E2D306
RGB2262116
HSL56°94.83%45.49%
HSB/HSV56°97.35%88.63%
CMYK0.00%6.64%97.35%
11.37%

Color #E2D306 in popluar number systems.

HEXE2D306
Decimal2262116
Binary1110001011010011110
Octal3423236

Shades and tints

Shades of #E2D306

#E2D306
(226,211,6)
#CEC006
(206,192,6)
#BAAD06
(186,173,6)
#A69A06
(166,154,6)
#928706
(146,135,6)
#7E7406
(126,116,6)
#6A6106
(106,97,6)
#564E06
(86,78,6)
#423B06
(66,59,6)
#2E2806
(46,40,6)
#1A1506
(26,21,6)
#000000
(0,0,0)

Tints of #E2D306

#E2D306
(226,211,6)
#E4D71C
(228,215,28)
#E6DB32
(230,219,50)
#E8DF48
(232,223,72)
#EAE35E
(234,227,94)
#ECE774
(236,231,116)
#EEEB8A
(238,235,138)
#F0EFA0
(240,239,160)
#F2F3B6
(242,243,182)
#F4F7CC
(244,247,204)
#F6FBE2
(246,251,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D306 color. Also use rgb(226,211,6) instead hex code.

Text Font Color

.myTextColor { color: #E2D306; }

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

This text font color is #E2D306.


Background Color

.myBgColor { background-color: #E2D306; }

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

This div background color is #E2D306.


Border color

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

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

This div border color is #E2D306.


Opacity

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

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

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

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

This text has shadow with #E2D306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D306 on black background.


Color preview on white background

This text has color #E2D306 on white background.



Black color preview on #E2D306 background

This text has black color on #E2D306 background.


White color preview on #E2D306 background

This text has white color on #E2D306 background.