COLOR #E3CA67

HEX: #E3CA67 RGB: (227,202,103)

Color info

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

RGB color model

#E3CA67 color RGB value is (227,202,103).

RGB: (227,202,103) (89%, 79%, 40%)

RGB channels and saturation

R 227 of 255 = 89%
G 202 of 255 = 79%
B 103 of 255 = 40%

227
202
103

R + G + B ~ 69%. #E3CA67 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 202 + 103 = 532 (100%)
R 227 of 532 ~ 42.67%
G 202 of 532 ~ 37.97%
B 103 of 532 ~ 19.36'%

%42.67
%37.97
%19.36

CMYK color model

#E3CA67 color CMYK value is (0,11,55,11).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 54.63%
  • key color value is 10.98%

CMYK: (0,11,55,11)
C0M11Y55K11 (0%, 11%, 55%, 11%)
(0.00 / 0.11 / 0.55 / 0.11)

CMYK percentages

%0
%11.01
%54.63
%10.98

Codes

Color #E3CA67 in popluar color models

E3 CA 67
RGB 227 202 103
HSL 48° 68.89% 64.71%
HSB/HSV 48° 54.63% 89.02%
CMYK 0.00% 11.01% 54.63%
10.98%

Color #E3CA67 in popluar number systems.

HEX E3 CA 67
Decimal 227 202 103
Binary 11100011 11001010 1100111
Octal 343 312 147

Shades and tints

Shades of #E3CA67

#E3CA67
(227,202,103)
#CFB85E
(207,184,94)
#BBA655
(187,166,85)
#A7944C
(167,148,76)
#938243
(147,130,67)
#7F703A
(127,112,58)
#6B5E31
(107,94,49)
#574C28
(87,76,40)
#433A1F
(67,58,31)
#2F2816
(47,40,22)
#1B160D
(27,22,13)
#000000
(0,0,0)

Tints of #E3CA67

#E3CA67
(227,202,103)
#E5CE74
(229,206,116)
#E7D281
(231,210,129)
#E9D68E
(233,214,142)
#EBDA9B
(235,218,155)
#EDDEA8
(237,222,168)
#EFE2B5
(239,226,181)
#F1E6C2
(241,230,194)
#F3EACF
(243,234,207)
#F5EEDC
(245,238,220)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CA67; }

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

This text font color is #E3CA67.

Background Color

.myBgColor { background-color: #E3CA67; }

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

This div background color is #E3CA67.

Border color

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

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

This div border color is #E3CA67.

Opacity

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

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

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

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

This text has shadow with #E3CA67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CA67.

Preview

Color preview on black background

This text has color #E3CA67 on black background.


Color preview on white background

This text has color #E3CA67 on white background.


Black color preview on #E3CA67 background

This text has black color on #E3CA67 background.


White color preview on #E3CA67 background

This text has white color on #E3CA67 background.


Related colors

Complementary color

Complementary color for #hex is #1C3598.


I love getcolorcode.com

Triadic colors

1 #67E3CA and #CA67E3 with #E3CA67 are triadic colors.

2 #67CAE3 and #CAE367 with #E3CA67 are triadic colors.