COLOR #E6D42B

HEX: #E6D42B RGB: (230,212,43)

Color info

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

RGB color model

#E6D42B color RGB value is (230,212,43).

RGB: (230,212,43) (90%, 83%, 17%)

RGB channels and saturation

R 230 of 255 = 90%
G 212 of 255 = 83%
B 43 of 255 = 17%

230
212
43

R + G + B ~ 63%. #E6D42B is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 212 + 43 = 485 (100%)
R 230 of 485 ~ 47.42%
G 212 of 485 ~ 43.71%
B 43 of 485 ~ 8.87'%

%47.42
%43.71

CMYK color model

#E6D42B color CMYK value is (0,8,81,10).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 81.30%
  • key color value is 9.80%

CMYK: (0,8,81,10)
C0M8Y81K10 (0%, 8%, 81%, 10%)
(0.00 / 0.08 / 0.81 / 0.10)

CMYK percentages

%0
%7.83
%81.3
%9.8

Codes

Color #E6D42B in popluar color models

E6 D4 2B
RGB 230 212 43
HSL 54° 78.90% 53.53%
HSB/HSV 54° 81.30% 90.20%
CMYK 0.00% 7.83% 81.30%
9.80%

Color #E6D42B in popluar number systems.

HEX E6 D4 2B
Decimal 230 212 43
Binary 11100110 11010100 101011
Octal 346 324 53

Shades and tints

Shades of #E6D42B

#E6D42B
(230,212,43)
#D2C128
(210,193,40)
#BEAE25
(190,174,37)
#AA9B22
(170,155,34)
#96881F
(150,136,31)
#82751C
(130,117,28)
#6E6219
(110,98,25)
#5A4F16
(90,79,22)
#463C13
(70,60,19)
#322910
(50,41,16)
#1E160D
(30,22,13)
#000000
(0,0,0)

Tints of #E6D42B

#E6D42B
(230,212,43)
#E8D73E
(232,215,62)
#EADA51
(234,218,81)
#ECDD64
(236,221,100)
#EEE077
(238,224,119)
#F0E38A
(240,227,138)
#F2E69D
(242,230,157)
#F4E9B0
(244,233,176)
#F6ECC3
(246,236,195)
#F8EFD6
(248,239,214)
#FAF2E9
(250,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D42B color. Also use rgb(230,212,43) instead hex code.

Text Font Color

.myTextColor { color: #E6D42B; }

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

This text font color is #E6D42B.

Background Color

.myBgColor { background-color: #E6D42B; }

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

This div background color is #E6D42B.

Border color

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

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

This div border color is #E6D42B.

Opacity

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

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

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

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

This text has shadow with #E6D42B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D42B.

Preview

Color preview on black background

This text has color #E6D42B on black background.


Color preview on white background

This text has color #E6D42B on white background.


Black color preview on #E6D42B background

This text has black color on #E6D42B background.


White color preview on #E6D42B background

This text has white color on #E6D42B background.


Related colors

Complementary color

Complementary color for #hex is #192BD4.


I love getcolorcode.com

Triadic colors

1 #2BE6D4 and #D42BE6 with #E6D42B are triadic colors.

2 #2BD4E6 and #D4E62B with #E6D42B are triadic colors.