COLOR #E1C677

HEX: #E1C677 RGB: (225,198,119)

Color info

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

RGB color model

#E1C677 color RGB value is (225,198,119).

RGB: (225,198,119) (88%, 78%, 47%)

RGB channels and saturation

R 225 of 255 = 88%
G 198 of 255 = 78%
B 119 of 255 = 47%

225
198
119

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

Portions of RGB colors in percentages

R + G + B = 225 + 198 + 119 = 542 (100%)
R 225 of 542 ~ 41.51%
G 198 of 542 ~ 36.53%
B 119 of 542 ~ 21.96'%

%41.51
%36.53
%21.96

CMYK color model

#E1C677 color CMYK value is (0,12,47,12).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 47.11%
  • key color value is 11.76%

CMYK: (0,12,47,12)
C0M12Y47K12 (0%, 12%, 47%, 12%)
(0.00 / 0.12 / 0.47 / 0.12)

CMYK percentages

%0
%12
%47.11
%11.76

Codes

Color #E1C677 in popluar color models

E1 C6 77
RGB 225 198 119
HSL 45° 63.86% 67.45%
HSB/HSV 45° 47.11% 88.24%
CMYK 0.00% 12.00% 47.11%
11.76%

Color #E1C677 in popluar number systems.

HEX E1 C6 77
Decimal 225 198 119
Binary 11100001 11000110 1110111
Octal 341 306 167

Shades and tints

Shades of #E1C677

#E1C677
(225,198,119)
#CDB46D
(205,180,109)
#B9A263
(185,162,99)
#A59059
(165,144,89)
#917E4F
(145,126,79)
#7D6C45
(125,108,69)
#695A3B
(105,90,59)
#554831
(85,72,49)
#413627
(65,54,39)
#2D241D
(45,36,29)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #E1C677

#E1C677
(225,198,119)
#E3CB83
(227,203,131)
#E5D08F
(229,208,143)
#E7D59B
(231,213,155)
#E9DAA7
(233,218,167)
#EBDFB3
(235,223,179)
#EDE4BF
(237,228,191)
#EFE9CB
(239,233,203)
#F1EED7
(241,238,215)
#F3F3E3
(243,243,227)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C677 color. Also use rgb(225,198,119) instead hex code.

Text Font Color

.myTextColor { color: #E1C677; }

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

This text font color is #E1C677.

Background Color

.myBgColor { background-color: #E1C677; }

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

This div background color is #E1C677.

Border color

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

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

This div border color is #E1C677.

Opacity

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

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

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

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

This text has shadow with #E1C677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C677.

Preview

Color preview on black background

This text has color #E1C677 on black background.


Color preview on white background

This text has color #E1C677 on white background.


Black color preview on #E1C677 background

This text has black color on #E1C677 background.


White color preview on #E1C677 background

This text has white color on #E1C677 background.


Related colors

Complementary color

Complementary color for #hex is #1E3988.


I love getcolorcode.com

Triadic colors

1 #77E1C6 and #C677E1 with #E1C677 are triadic colors.

2 #77C6E1 and #C6E177 with #E1C677 are triadic colors.