COLOR #E7CA6B

HEX: #E7CA6B
RGB: (231,202,107)

Color info

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

RGB color model

#E7CA6B color RGB value is (231,202,107).

  • red value is 231;
  • green value is 202;
  • blue value is 107.
RGB:
(231,202,107)
(91%,79%,42%)

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 107 of 255 = 42%

231
202
107

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

Portions of RGB colors in percentages

R + G + B =
231 + 202 + 107 = 540 (100%)
R 231 of 540 ~ 42.78%
G 202 of 540 ~ 37.41%
B 107 of 540 ~ 19.81%

%42.78
%37.41
%19.81

CMYK color model

#E7CA6B color CMYK value is (0,13,54,9).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 53.68%
  • key color value is 9.41%
CMYK:
(0,13,54,9)
C0M13Y54K9 
(0%,13%,54%,9%)
(0.00/0.13/0.54/0.09)	

CMYK percentages

%0
%12.55
%53.68
%9.41

Codes

Color #E7CA6B in popluar color models

E7CA6B
RGB231202107
HSL46°72.09%66.27%
HSB/HSV46°53.68%90.59%
CMYK0.00%12.55%53.68%
9.41%

Color #E7CA6B in popluar number systems.

HEXE7CA6B
Decimal231202107
Binary11100111110010101101011
Octal347312153

Shades and tints

Shades of #E7CA6B

#E7CA6B
(231,202,107)
#D2B862
(210,184,98)
#BDA659
(189,166,89)
#A89450
(168,148,80)
#938247
(147,130,71)
#7E703E
(126,112,62)
#695E35
(105,94,53)
#544C2C
(84,76,44)
#3F3A23
(63,58,35)
#2A281A
(42,40,26)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #E7CA6B

#E7CA6B
(231,202,107)
#E9CE78
(233,206,120)
#EBD285
(235,210,133)
#EDD692
(237,214,146)
#EFDA9F
(239,218,159)
#F1DEAC
(241,222,172)
#F3E2B9
(243,226,185)
#F5E6C6
(245,230,198)
#F7EAD3
(247,234,211)
#F9EEE0
(249,238,224)
#FBF2ED
(251,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CA6B color. Also use rgb(231,202,107) instead hex code.

Text Font Color

.myTextColor { color: #E7CA6B; }

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

This text font color is #E7CA6B.


Background Color

.myBgColor { background-color: #E7CA6B; }

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

This div background color is #E7CA6B.


Border color

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

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

This div border color is #E7CA6B.


Opacity

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

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

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

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

This text has shadow with #E7CA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CA6B on black background.


Color preview on white background

This text has color #E7CA6B on white background.



Black color preview on #E7CA6B background

This text has black color on #E7CA6B background.


White color preview on #E7CA6B background

This text has white color on #E7CA6B background.