COLOR #E7CE4E

HEX: #E7CE4E
RGB: (231,206,78)

Color info

#E7CE4E contains mainly red and green colors. Web safe color of #E7CE4E is #FFCC66 (or #FC6).

RGB color model

#E7CE4E color RGB value is (231,206,78).

  • red value is 231;
  • green value is 206;
  • blue value is 78.
RGB:
(231,206,78)
(91%,81%,31%)

RGB channels and saturation

R 231 of 255 = 91%
G 206 of 255 = 81%
B 78 of 255 = 31%

231
206
78

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

Portions of RGB colors in percentages

R + G + B =
231 + 206 + 78 = 515 (100%)
R 231 of 515 ~ 44.85%
G 206 of 515 ~ 40%
B 78 of 515 ~ 15.15%

%44.85
%40
%15.15

CMYK color model

#E7CE4E color CMYK value is (0,11,66,9).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 66.23%
  • key color value is 9.41%
CMYK:
(0,11,66,9)
C0M11Y66K9 
(0%,11%,66%,9%)
(0.00/0.11/0.66/0.09)	

CMYK percentages

%0
%10.82
%66.23
%9.41

Codes

Color #E7CE4E in popluar color models

E7CE4E
RGB23120678
HSL50°76.12%60.59%
HSB/HSV50°66.23%90.59%
CMYK0.00%10.82%66.23%
9.41%

Color #E7CE4E in popluar number systems.

HEXE7CE4E
Decimal23120678
Binary11100111110011101001110
Octal347316116

Shades and tints

Shades of #E7CE4E

#E7CE4E
(231,206,78)
#D2BC47
(210,188,71)
#BDAA40
(189,170,64)
#A89839
(168,152,57)
#938632
(147,134,50)
#7E742B
(126,116,43)
#696224
(105,98,36)
#54501D
(84,80,29)
#3F3E16
(63,62,22)
#2A2C0F
(42,44,15)
#151A08
(21,26,8)
#000000
(0,0,0)

Tints of #E7CE4E

#E7CE4E
(231,206,78)
#E9D25E
(233,210,94)
#EBD66E
(235,214,110)
#EDDA7E
(237,218,126)
#EFDE8E
(239,222,142)
#F1E29E
(241,226,158)
#F3E6AE
(243,230,174)
#F5EABE
(245,234,190)
#F7EECE
(247,238,206)
#F9F2DE
(249,242,222)
#FBF6EE
(251,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CE4E color. Also use rgb(231,206,78) instead hex code.

Text Font Color

.myTextColor { color: #E7CE4E; }

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

This text font color is #E7CE4E.


Background Color

.myBgColor { background-color: #E7CE4E; }

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

This div background color is #E7CE4E.


Border color

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

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

This div border color is #E7CE4E.


Opacity

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

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

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

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

This text has shadow with #E7CE4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CE4E on black background.


Color preview on white background

This text has color #E7CE4E on white background.



Black color preview on #E7CE4E background

This text has black color on #E7CE4E background.


White color preview on #E7CE4E background

This text has white color on #E7CE4E background.