COLOR #E1B74E

HEX: #E1B74E RGB: (225,183,78)

Color info

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

RGB color model

#E1B74E color RGB value is (225,183,78).

RGB: (225,183,78) (88%, 72%, 31%)

RGB channels and saturation

R 225 of 255 = 88%
G 183 of 255 = 72%
B 78 of 255 = 31%

225
183
78

R + G + B ~ 64%. #E1B74E is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 183 + 78 = 486 (100%)
R 225 of 486 ~ 46.3%
G 183 of 486 ~ 37.65%
B 78 of 486 ~ 16.05'%

%46.3
%37.65
%16.05

CMYK color model

#E1B74E color CMYK value is (0,19,65,12).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 65.33%
  • key color value is 11.76%

CMYK: (0,19,65,12)
C0M19Y65K12 (0%, 19%, 65%, 12%)
(0.00 / 0.19 / 0.65 / 0.12)

CMYK percentages

%0
%18.67
%65.33
%11.76

Codes

Color #E1B74E in popluar color models

E1 B7 4E
RGB 225 183 78
HSL 43° 71.01% 59.41%
HSB/HSV 43° 65.33% 88.24%
CMYK 0.00% 18.67% 65.33%
11.76%

Color #E1B74E in popluar number systems.

HEX E1 B7 4E
Decimal 225 183 78
Binary 11100001 10110111 1001110
Octal 341 267 116

Shades and tints

Shades of #E1B74E

#E1B74E
(225,183,78)
#CDA747
(205,167,71)
#B99740
(185,151,64)
#A58739
(165,135,57)
#917732
(145,119,50)
#7D672B
(125,103,43)
#695724
(105,87,36)
#55471D
(85,71,29)
#413716
(65,55,22)
#2D270F
(45,39,15)
#191708
(25,23,8)
#000000
(0,0,0)

Tints of #E1B74E

#E1B74E
(225,183,78)
#E3BD5E
(227,189,94)
#E5C36E
(229,195,110)
#E7C97E
(231,201,126)
#E9CF8E
(233,207,142)
#EBD59E
(235,213,158)
#EDDBAE
(237,219,174)
#EFE1BE
(239,225,190)
#F1E7CE
(241,231,206)
#F3EDDE
(243,237,222)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B74E color. Also use rgb(225,183,78) instead hex code.

Text Font Color

.myTextColor { color: #E1B74E; }

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

This text font color is #E1B74E.

Background Color

.myBgColor { background-color: #E1B74E; }

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

This div background color is #E1B74E.

Border color

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

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

This div border color is #E1B74E.

Opacity

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

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

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

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

This text has shadow with #E1B74E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B74E.

Preview

Color preview on black background

This text has color #E1B74E on black background.


Color preview on white background

This text has color #E1B74E on white background.


Black color preview on #E1B74E background

This text has black color on #E1B74E background.


White color preview on #E1B74E background

This text has white color on #E1B74E background.


Related colors

Complementary color

Complementary color for #hex is #1E48B1.


I love getcolorcode.com

Triadic colors

1 #4EE1B7 and #B74EE1 with #E1B74E are triadic colors.

2 #4EB7E1 and #B7E14E with #E1B74E are triadic colors.