COLOR #E0C273

HEX: #E0C273 RGB: (224,194,115)

Color info

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

RGB color model

#E0C273 color RGB value is (224,194,115).

RGB: (224,194,115) (88%, 76%, 45%)

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 115 of 255 = 45%

224
194
115

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

Portions of RGB colors in percentages

R + G + B = 224 + 194 + 115 = 533 (100%)
R 224 of 533 ~ 42.03%
G 194 of 533 ~ 36.4%
B 115 of 533 ~ 21.58'%

%42.03
%36.4
%21.58

CMYK color model

#E0C273 color CMYK value is (0,13,49,12).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK: (0,13,49,12) C0M13Y49K12 (0%,13%,49%,12%) (0.00/0.13/0.49/0.12) 

CMYK percentages

%0
%13.39
%48.66
%12.16

Codes

Color #E0C273 in popluar color models

E0 C2 73
RGB 224 194 115
HSL 43° 63.74% 66.47%
HSB/HSV 43° 48.66% 87.84%
CMYK 0.00% 13.39% 48.66%
12.16%

Color #E0C273 in popluar number systems.

HEX E0 C2 73
Decimal 224 194 115
Binary 11100000 11000010 1110011
Octal 340 302 163

Shades and tints

Shades of #E0C273

#E0C273
(224,194,115)
#CCB169
(204,177,105)
#B8A05F
(184,160,95)
#A48F55
(164,143,85)
#907E4B
(144,126,75)
#7C6D41
(124,109,65)
#685C37
(104,92,55)
#544B2D
(84,75,45)
#403A23
(64,58,35)
#2C2919
(44,41,25)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #E0C273

#E0C273
(224,194,115)
#E2C77F
(226,199,127)
#E4CC8B
(228,204,139)
#E6D197
(230,209,151)
#E8D6A3
(232,214,163)
#EADBAF
(234,219,175)
#ECE0BB
(236,224,187)
#EEE5C7
(238,229,199)
#F0EAD3
(240,234,211)
#F2EFDF
(242,239,223)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C273 color. Also use rgb(224,194,115) instead hex code.

Text Font Color

.myTextColor { color: #E0C273; }

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

This text font color is #E0C273.

Background Color

.myBgColor { background-color: #E0C273; }

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

This div background color is #E0C273.

Border color

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

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

This div border color is #E0C273.

Opacity

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

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

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

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

This text has shadow with #E0C273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C273.

Preview

Color preview on black background

This text has color #E0C273 on black background.


Color preview on white background

This text has color #E0C273 on white background.


Black color preview on #E0C273 background

This text has black color on #E0C273 background.


White color preview on #E0C273 background

This text has white color on #E0C273 background.


Related colors

Complementary color

Complementary color for #hex is #1F3D8C.


I love getcolorcode.com

Triadic colors

1 #73E0C2 and #C273E0 with #E0C273 are triadic colors.

2 #73C2E0 and #C2E073 with #E0C273 are triadic colors.