COLOR #E7CA7F

HEX: #E7CA7F RGB: (231,202,127)

Color info

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

RGB color model

#E7CA7F color RGB value is (231,202,127).

RGB: (231,202,127) (91%, 79%, 50%)

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 127 of 255 = 50%

231
202
127

R + G + B ~ 73%. #E7CA7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 202 + 127 = 560 (100%)
R 231 of 560 ~ 41.25%
G 202 of 560 ~ 36.07%
B 127 of 560 ~ 22.68'%

%41.25
%36.07
%22.68

CMYK color model

#E7CA7F color CMYK value is (0,13,45,9).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 45.02%
  • key color value is 9.41%

CMYK: (0,13,45,9)
C0M13Y45K9 (0%, 13%, 45%, 9%)
(0.00 / 0.13 / 0.45 / 0.09)

CMYK percentages

%0
%12.55
%45.02
%9.41

Codes

Color #E7CA7F in popluar color models

E7 CA 7F
RGB 231 202 127
HSL 43° 68.42% 70.20%
HSB/HSV 43° 45.02% 90.59%
CMYK 0.00% 12.55% 45.02%
9.41%

Color #E7CA7F in popluar number systems.

HEX E7 CA 7F
Decimal 231 202 127
Binary 11100111 11001010 1111111
Octal 347 312 177

Shades and tints

Shades of #E7CA7F

#E7CA7F
(231,202,127)
#D2B874
(210,184,116)
#BDA669
(189,166,105)
#A8945E
(168,148,94)
#938253
(147,130,83)
#7E7048
(126,112,72)
#695E3D
(105,94,61)
#544C32
(84,76,50)
#3F3A27
(63,58,39)
#2A281C
(42,40,28)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #E7CA7F

#E7CA7F
(231,202,127)
#E9CE8A
(233,206,138)
#EBD295
(235,210,149)
#EDD6A0
(237,214,160)
#EFDAAB
(239,218,171)
#F1DEB6
(241,222,182)
#F3E2C1
(243,226,193)
#F5E6CC
(245,230,204)
#F7EAD7
(247,234,215)
#F9EEE2
(249,238,226)
#FBF2ED
(251,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CA7F; }

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

This text font color is #E7CA7F.

Background Color

.myBgColor { background-color: #E7CA7F; }

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

This div background color is #E7CA7F.

Border color

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

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

This div border color is #E7CA7F.

Opacity

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

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

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

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

This text has shadow with #E7CA7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CA7F.

Preview

Color preview on black background

This text has color #E7CA7F on black background.


Color preview on white background

This text has color #E7CA7F on white background.


Black color preview on #E7CA7F background

This text has black color on #E7CA7F background.


White color preview on #E7CA7F background

This text has white color on #E7CA7F background.


Related colors

Complementary color

Complementary color for #hex is #183580.


I love getcolorcode.com

Triadic colors

1 #7FE7CA and #CA7FE7 with #E7CA7F are triadic colors.

2 #7FCAE7 and #CAE77F with #E7CA7F are triadic colors.