COLOR #E2C098

HEX: #E2C098 RGB: (226,192,152)

Color info

#E2C098 contains mainly red and green colors. Web safe color of #E2C098 is #CCCC99 (or #CC9).

RGB color model

#E2C098 color RGB value is (226,192,152).

RGB: (226,192,152) (89%, 75%, 60%)

RGB channels and saturation

R 226 of 255 = 89%
G 192 of 255 = 75%
B 152 of 255 = 60%

226
192
152

R + G + B ~ 75%. #E2C098 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 192 + 152 = 570 (100%)
R 226 of 570 ~ 39.65%
G 192 of 570 ~ 33.68%
B 152 of 570 ~ 26.67'%

%39.65
%33.68
%26.67

CMYK color model

#E2C098 color CMYK value is (0,15,33,11).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 32.74%
  • key color value is 11.37%

CMYK: (0,15,33,11)
C0M15Y33K11 (0%, 15%, 33%, 11%)
(0.00 / 0.15 / 0.33 / 0.11)

CMYK percentages

%0
%15.04
%32.74
%11.37

Codes

Color #E2C098 in popluar color models

E2 C0 98
RGB 226 192 152
HSL 32° 56.06% 74.12%
HSB/HSV 32° 32.74% 88.63%
CMYK 0.00% 15.04% 32.74%
11.37%

Color #E2C098 in popluar number systems.

HEX E2 C0 98
Decimal 226 192 152
Binary 11100010 11000000 10011000
Octal 342 300 230

Shades and tints

Shades of #E2C098

#E2C098
(226,192,152)
#CEAF8B
(206,175,139)
#BA9E7E
(186,158,126)
#A68D71
(166,141,113)
#927C64
(146,124,100)
#7E6B57
(126,107,87)
#6A5A4A
(106,90,74)
#56493D
(86,73,61)
#423830
(66,56,48)
#2E2723
(46,39,35)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #E2C098

#E2C098
(226,192,152)
#E4C5A1
(228,197,161)
#E6CAAA
(230,202,170)
#E8CFB3
(232,207,179)
#EAD4BC
(234,212,188)
#ECD9C5
(236,217,197)
#EEDECE
(238,222,206)
#F0E3D7
(240,227,215)
#F2E8E0
(242,232,224)
#F4EDE9
(244,237,233)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C098 color. Also use rgb(226,192,152) instead hex code.

Text Font Color

.myTextColor { color: #E2C098; }

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

This text font color is #E2C098.

Background Color

.myBgColor { background-color: #E2C098; }

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

This div background color is #E2C098.

Border color

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

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

This div border color is #E2C098.

Opacity

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

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

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

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

This text has shadow with #E2C098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C098.

Preview

Color preview on black background

This text has color #E2C098 on black background.


Color preview on white background

This text has color #E2C098 on white background.


Black color preview on #E2C098 background

This text has black color on #E2C098 background.


White color preview on #E2C098 background

This text has white color on #E2C098 background.


Related colors

Complementary color

Complementary color for #hex is #1D3F67.


I love getcolorcode.com

Triadic colors

1 #98E2C0 and #C098E2 with #E2C098 are triadic colors.

2 #98C0E2 and #C0E298 with #E2C098 are triadic colors.