COLOR #EBA299

HEX: #EBA299 RGB: (235,162,153)

Color info

#EBA299 contains mainly red color. Web safe color of #EBA299 is #FF9999 (or #F99).

RGB color model

#EBA299 color RGB value is (235,162,153).

RGB: (235,162,153) (92%, 64%, 60%)

RGB channels and saturation

R 235 of 255 = 92%
G 162 of 255 = 64%
B 153 of 255 = 60%

235
162
153

R + G + B ~ 72%. #EBA299 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 162 + 153 = 550 (100%)
R 235 of 550 ~ 42.73%
G 162 of 550 ~ 29.45%
B 153 of 550 ~ 27.82'%

%42.73
%29.45
%27.82

CMYK color model

#EBA299 color CMYK value is (0,31,35,8).

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

CMYK: (0,31,35,8)
C0M31Y35K8 (0%, 31%, 35%, 8%)
(0.00 / 0.31 / 0.35 / 0.08)

CMYK percentages

%0
%31.06
%34.89
%7.84

Codes

Color #EBA299 in popluar color models

EB A2 99
RGB 235 162 153
HSL 67.21% 76.08%
HSB/HSV 34.89% 92.16%
CMYK 0.00% 31.06% 34.89%
7.84%

Color #EBA299 in popluar number systems.

HEX EB A2 99
Decimal 235 162 153
Binary 11101011 10100010 10011001
Octal 353 242 231

Shades and tints

Shades of #EBA299

#EBA299
(235,162,153)
#D6948C
(214,148,140)
#C1867F
(193,134,127)
#AC7872
(172,120,114)
#976A65
(151,106,101)
#825C58
(130,92,88)
#6D4E4B
(109,78,75)
#58403E
(88,64,62)
#433231
(67,50,49)
#2E2424
(46,36,36)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #EBA299

#EBA299
(235,162,153)
#ECAAA2
(236,170,162)
#EDB2AB
(237,178,171)
#EEBAB4
(238,186,180)
#EFC2BD
(239,194,189)
#F0CAC6
(240,202,198)
#F1D2CF
(241,210,207)
#F2DAD8
(242,218,216)
#F3E2E1
(243,226,225)
#F4EAEA
(244,234,234)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBA299; }

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

This text font color is #EBA299.

Background Color

.myBgColor { background-color: #EBA299; }

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

This div background color is #EBA299.

Border color

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

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

This div border color is #EBA299.

Opacity

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

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

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

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

This text has shadow with #EBA299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBA299.

Preview

Color preview on black background

This text has color #EBA299 on black background.


Color preview on white background

This text has color #EBA299 on white background.


Black color preview on #EBA299 background

This text has black color on #EBA299 background.


White color preview on #EBA299 background

This text has white color on #EBA299 background.


Related colors

Complementary color

Complementary color for #hex is #145D66.


I love getcolorcode.com

Triadic colors

1 #99EBA2 and #A299EB with #EBA299 are triadic colors.

2 #99A2EB and #A2EB99 with #EBA299 are triadic colors.