COLOR #E6C75E

HEX: #E6C75E RGB: (230,199,94)

Color info

#E6C75E contains mainly red and green colors. Web safe color of #E6C75E is #CCCC66 (or #CC6).

RGB color model

#E6C75E color RGB value is (230,199,94).

RGB: (230,199,94) (90%, 78%, 37%)

RGB channels and saturation

R 230 of 255 = 90%
G 199 of 255 = 78%
B 94 of 255 = 37%

230
199
94

R + G + B ~ 68%. #E6C75E is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 199 + 94 = 523 (100%)
R 230 of 523 ~ 43.98%
G 199 of 523 ~ 38.05%
B 94 of 523 ~ 17.97'%

%43.98
%38.05
%17.97

CMYK color model

#E6C75E color CMYK value is (0,13,59,10).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 59.13%
  • key color value is 9.80%

CMYK: (0,13,59,10)
C0M13Y59K10 (0%, 13%, 59%, 10%)
(0.00 / 0.13 / 0.59 / 0.10)

CMYK percentages

%0
%13.48
%59.13
%9.8

Codes

Color #E6C75E in popluar color models

E6 C7 5E
RGB 230 199 94
HSL 46° 73.12% 63.53%
HSB/HSV 46° 59.13% 90.20%
CMYK 0.00% 13.48% 59.13%
9.80%

Color #E6C75E in popluar number systems.

HEX E6 C7 5E
Decimal 230 199 94
Binary 11100110 11000111 1011110
Octal 346 307 136

Shades and tints

Shades of #E6C75E

#E6C75E
(230,199,94)
#D2B556
(210,181,86)
#BEA34E
(190,163,78)
#AA9146
(170,145,70)
#967F3E
(150,127,62)
#826D36
(130,109,54)
#6E5B2E
(110,91,46)
#5A4926
(90,73,38)
#46371E
(70,55,30)
#322516
(50,37,22)
#1E130E
(30,19,14)
#000000
(0,0,0)

Tints of #E6C75E

#E6C75E
(230,199,94)
#E8CC6C
(232,204,108)
#EAD17A
(234,209,122)
#ECD688
(236,214,136)
#EEDB96
(238,219,150)
#F0E0A4
(240,224,164)
#F2E5B2
(242,229,178)
#F4EAC0
(244,234,192)
#F6EFCE
(246,239,206)
#F8F4DC
(248,244,220)
#FAF9EA
(250,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C75E color. Also use rgb(230,199,94) instead hex code.

Text Font Color

.myTextColor { color: #E6C75E; }

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

This text font color is #E6C75E.

Background Color

.myBgColor { background-color: #E6C75E; }

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

This div background color is #E6C75E.

Border color

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

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

This div border color is #E6C75E.

Opacity

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

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

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

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

This text has shadow with #E6C75E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C75E.

Preview

Color preview on black background

This text has color #E6C75E on black background.


Color preview on white background

This text has color #E6C75E on white background.


Black color preview on #E6C75E background

This text has black color on #E6C75E background.


White color preview on #E6C75E background

This text has white color on #E6C75E background.


Related colors

Complementary color

Complementary color for #hex is #1938A1.


I love getcolorcode.com

Triadic colors

1 #5EE6C7 and #C75EE6 with #E6C75E are triadic colors.

2 #5EC7E6 and #C7E65E with #E6C75E are triadic colors.