COLOR #EBBB90

HEX: #EBBB90 RGB: (235,187,144)

Color info

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

RGB color model

#EBBB90 color RGB value is (235,187,144).

RGB: (235,187,144) (92%, 73%, 56%)

RGB channels and saturation

R 235 of 255 = 92%
G 187 of 255 = 73%
B 144 of 255 = 56%

235
187
144

R + G + B ~ 74%. #EBBB90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 187 + 144 = 566 (100%)
R 235 of 566 ~ 41.52%
G 187 of 566 ~ 33.04%
B 144 of 566 ~ 25.44'%

%41.52
%33.04
%25.44

CMYK color model

#EBBB90 color CMYK value is (0,20,39,8).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 38.72%
  • key color value is 7.84%

CMYK: (0,20,39,8)
C0M20Y39K8 (0%, 20%, 39%, 8%)
(0.00 / 0.20 / 0.39 / 0.08)

CMYK percentages

%0
%20.43
%38.72
%7.84

Codes

Color #EBBB90 in popluar color models

EB BB 90
RGB 235 187 144
HSL 28° 69.47% 74.31%
HSB/HSV 28° 38.72% 92.16%
CMYK 0.00% 20.43% 38.72%
7.84%

Color #EBBB90 in popluar number systems.

HEX EB BB 90
Decimal 235 187 144
Binary 11101011 10111011 10010000
Octal 353 273 220

Shades and tints

Shades of #EBBB90

#EBBB90
(235,187,144)
#D6AA83
(214,170,131)
#C19976
(193,153,118)
#AC8869
(172,136,105)
#97775C
(151,119,92)
#82664F
(130,102,79)
#6D5542
(109,85,66)
#584435
(88,68,53)
#433328
(67,51,40)
#2E221B
(46,34,27)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #EBBB90

#EBBB90
(235,187,144)
#ECC19A
(236,193,154)
#EDC7A4
(237,199,164)
#EECDAE
(238,205,174)
#EFD3B8
(239,211,184)
#F0D9C2
(240,217,194)
#F1DFCC
(241,223,204)
#F2E5D6
(242,229,214)
#F3EBE0
(243,235,224)
#F4F1EA
(244,241,234)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBB90 color. Also use rgb(235,187,144) instead hex code.

Text Font Color

.myTextColor { color: #EBBB90; }

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

This text font color is #EBBB90.

Background Color

.myBgColor { background-color: #EBBB90; }

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

This div background color is #EBBB90.

Border color

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

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

This div border color is #EBBB90.

Opacity

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

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

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

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

This text has shadow with #EBBB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBB90.

Preview

Color preview on black background

This text has color #EBBB90 on black background.


Color preview on white background

This text has color #EBBB90 on white background.


Black color preview on #EBBB90 background

This text has black color on #EBBB90 background.


White color preview on #EBBB90 background

This text has white color on #EBBB90 background.


Related colors

Complementary color

Complementary color for #hex is #14446F.


I love getcolorcode.com

Triadic colors

1 #90EBBB and #BB90EB with #EBBB90 are triadic colors.

2 #90BBEB and #BBEB90 with #EBBB90 are triadic colors.