COLOR #EBE2A2

HEX: #EBE2A2 RGB: (235,226,162)

Color info

#EBE2A2 contains mainly red and green colors. Web safe color of #EBE2A2 is #FFCC99 (or #FC9).

RGB color model

#EBE2A2 color RGB value is (235,226,162).

RGB: (235,226,162) (92%, 89%, 64%)

RGB channels and saturation

R 235 of 255 = 92%
G 226 of 255 = 89%
B 162 of 255 = 64%

235
226
162

R + G + B ~ 82%. #EBE2A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 226 + 162 = 623 (100%)
R 235 of 623 ~ 37.72%
G 226 of 623 ~ 36.28%
B 162 of 623 ~ 26'%

%37.72
%36.28
%26

CMYK color model

#EBE2A2 color CMYK value is (0,4,31,8).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 31.06%
  • key color value is 7.84%

CMYK: (0,4,31,8)
C0M4Y31K8 (0%, 4%, 31%, 8%)
(0.00 / 0.04 / 0.31 / 0.08)

CMYK percentages

%0
%3.83
%31.06
%7.84

Codes

Color #EBE2A2 in popluar color models

EB E2 A2
RGB 235 226 162
HSL 53° 64.60% 77.84%
HSB/HSV 53° 31.06% 92.16%
CMYK 0.00% 3.83% 31.06%
7.84%

Color #EBE2A2 in popluar number systems.

HEX EB E2 A2
Decimal 235 226 162
Binary 11101011 11100010 10100010
Octal 353 342 242

Shades and tints

Shades of #EBE2A2

#EBE2A2
(235,226,162)
#D6CE94
(214,206,148)
#C1BA86
(193,186,134)
#ACA678
(172,166,120)
#97926A
(151,146,106)
#827E5C
(130,126,92)
#6D6A4E
(109,106,78)
#585640
(88,86,64)
#434232
(67,66,50)
#2E2E24
(46,46,36)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #EBE2A2

#EBE2A2
(235,226,162)
#ECE4AA
(236,228,170)
#EDE6B2
(237,230,178)
#EEE8BA
(238,232,186)
#EFEAC2
(239,234,194)
#F0ECCA
(240,236,202)
#F1EED2
(241,238,210)
#F2F0DA
(242,240,218)
#F3F2E2
(243,242,226)
#F4F4EA
(244,244,234)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE2A2 color. Also use rgb(235,226,162) instead hex code.

Text Font Color

.myTextColor { color: #EBE2A2; }

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

This text font color is #EBE2A2.

Background Color

.myBgColor { background-color: #EBE2A2; }

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

This div background color is #EBE2A2.

Border color

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

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

This div border color is #EBE2A2.

Opacity

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

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

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

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

This text has shadow with #EBE2A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE2A2.

Preview

Color preview on black background

This text has color #EBE2A2 on black background.


Color preview on white background

This text has color #EBE2A2 on white background.


Black color preview on #EBE2A2 background

This text has black color on #EBE2A2 background.


White color preview on #EBE2A2 background

This text has white color on #EBE2A2 background.


Related colors

Complementary color

Complementary color for #hex is #141D5D.


I love getcolorcode.com

Triadic colors

1 #A2EBE2 and #E2A2EB with #EBE2A2 are triadic colors.

2 #A2E2EB and #E2EBA2 with #EBE2A2 are triadic colors.