COLOR #E3CA6B

HEX: #E3CA6B
RGB: (227,202,107)

Color info

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

RGB color model

#E3CA6B color RGB value is (227,202,107).

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

RGB channels and saturation

R 227 of 255 = 89%
G 202 of 255 = 79%
B 107 of 255 = 42%

227
202
107

R + G + B ~ 70%. #E3CA6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 202 + 107 = 536 (100%)
R 227 of 536 ~ 42.35%
G 202 of 536 ~ 37.69%
B 107 of 536 ~ 19.96%

%42.35
%37.69
%19.96

CMYK color model

#E3CA6B color CMYK value is (0,11,53,11).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 52.86%
  • key color value is 10.98%
CMYK:
(0,11,53,11)
C0M11Y53K11 
(0%,11%,53%,11%)
(0.00/0.11/0.53/0.11)	

CMYK percentages

%0
%11.01
%52.86
%10.98

Codes

Color #E3CA6B in popluar color models

E3CA6B
RGB227202107
HSL48°68.18%65.49%
HSB/HSV48°52.86%89.02%
CMYK0.00%11.01%52.86%
10.98%

Color #E3CA6B in popluar number systems.

HEXE3CA6B
Decimal227202107
Binary11100011110010101101011
Octal343312153

Shades and tints

Shades of #E3CA6B

#E3CA6B
(227,202,107)
#CFB862
(207,184,98)
#BBA659
(187,166,89)
#A79450
(167,148,80)
#938247
(147,130,71)
#7F703E
(127,112,62)
#6B5E35
(107,94,53)
#574C2C
(87,76,44)
#433A23
(67,58,35)
#2F281A
(47,40,26)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #E3CA6B

#E3CA6B
(227,202,107)
#E5CE78
(229,206,120)
#E7D285
(231,210,133)
#E9D692
(233,214,146)
#EBDA9F
(235,218,159)
#EDDEAC
(237,222,172)
#EFE2B9
(239,226,185)
#F1E6C6
(241,230,198)
#F3EAD3
(243,234,211)
#F5EEE0
(245,238,224)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CA6B; }

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

This text font color is #E3CA6B.


Background Color

.myBgColor { background-color: #E3CA6B; }

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

This div background color is #E3CA6B.


Border color

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

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

This div border color is #E3CA6B.


Opacity

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

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

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

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

This text has shadow with #E3CA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CA6B on black background.


Color preview on white background

This text has color #E3CA6B on white background.



Black color preview on #E3CA6B background

This text has black color on #E3CA6B background.


White color preview on #E3CA6B background

This text has white color on #E3CA6B background.