COLOR #E6C774

HEX: #E6C774
RGB: (230,199,116)

Color info

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

RGB color model

#E6C774 color RGB value is (230,199,116).

  • red value is 230;
  • green value is 199;
  • blue value is 116.
RGB: (230,199,116) (90%,78%,45%)

RGB channels and saturation

R 230 of 255 = 90%
G 199 of 255 = 78%
B 116 of 255 = 45%

230
199
116

R + G + B ~ 71%. #E6C774 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 199 + 116 = 545 (100%)
R 230 of 545 ~ 42.2%
G 199 of 545 ~ 36.51%
B 116 of 545 ~ 21.28%

%42.2
%36.51
%21.28

CMYK color model

#E6C774 color CMYK value is (0,13,50,10).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 49.57%
  • key color value is 9.80%
CMYK: (0,13,50,10) C0M13Y50K10 (0%,13%,50%,10%) (0.00/0.13/0.50/0.10)

CMYK percentages

%0
%13.48
%49.57
%9.8

Codes

Color #E6C774 in popluar color models

E6C774
RGB230199116
HSL44°69.51%67.84%
HSB/HSV44°49.57%90.20%
CMYK0.00%13.48%49.57%
9.80%

Color #E6C774 in popluar number systems.

HEXE6C774
Decimal230199116
Binary11100110110001111110100
Octal346307164

Shades and tints

Shades of #E6C774

#E6C774
(230,199,116)
#D2B56A
(210,181,106)
#BEA360
(190,163,96)
#AA9156
(170,145,86)
#967F4C
(150,127,76)
#826D42
(130,109,66)
#6E5B38
(110,91,56)
#5A492E
(90,73,46)
#463724
(70,55,36)
#32251A
(50,37,26)
#1E1310
(30,19,16)
#000000
(0,0,0)

Tints of #E6C774

#E6C774
(230,199,116)
#E8CC80
(232,204,128)
#EAD18C
(234,209,140)
#ECD698
(236,214,152)
#EEDBA4
(238,219,164)
#F0E0B0
(240,224,176)
#F2E5BC
(242,229,188)
#F4EAC8
(244,234,200)
#F6EFD4
(246,239,212)
#F8F4E0
(248,244,224)
#FAF9EC
(250,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C774; }

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

This text font color is #E6C774.


Background Color

.myBgColor { background-color: #E6C774; }

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

This div background color is #E6C774.


Border color

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

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

This div border color is #E6C774.


Opacity

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

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

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

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

This text has shadow with #E6C774 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E6C774 on black background.


Color preview on white background

This text has color #E6C774 on white background.



Black color preview on #E6C774 background

This text has black color on #E6C774 background.


White color preview on #E6C774 background

This text has white color on #E6C774 background.