COLOR #EBB882

HEX: #EBB882
RGB: (235,184,130)

Color info

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

RGB color model

#EBB882 color RGB value is (235,184,130).

  • red value is 235;
  • green value is 184;
  • blue value is 130.
RGB:
(235,184,130)
(92%,72%,51%)

RGB channels and saturation

R 235 of 255 = 92%
G 184 of 255 = 72%
B 130 of 255 = 51%

235
184
130

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

Portions of RGB colors in percentages

R + G + B =
235 + 184 + 130 = 549 (100%)
R 235 of 549 ~ 42.81%
G 184 of 549 ~ 33.52%
B 130 of 549 ~ 23.68%

%42.81
%33.52
%23.68

CMYK color model

#EBB882 color CMYK value is (0,22,45,8).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 44.68%
  • key color value is 7.84%
CMYK:
(0,22,45,8)
C0M22Y45K8 
(0%,22%,45%,8%)
(0.00/0.22/0.45/0.08)	

CMYK percentages

%0
%21.7
%44.68
%7.84

Codes

Color #EBB882 in popluar color models

EBB882
RGB235184130
HSL31°72.41%71.57%
HSB/HSV31°44.68%92.16%
CMYK0.00%21.70%44.68%
7.84%

Color #EBB882 in popluar number systems.

HEXEBB882
Decimal235184130
Binary111010111011100010000010
Octal353270202

Shades and tints

Shades of #EBB882

#EBB882
(235,184,130)
#D6A877
(214,168,119)
#C1986C
(193,152,108)
#AC8861
(172,136,97)
#977856
(151,120,86)
#82684B
(130,104,75)
#6D5840
(109,88,64)
#584835
(88,72,53)
#43382A
(67,56,42)
#2E281F
(46,40,31)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #EBB882

#EBB882
(235,184,130)
#ECBE8D
(236,190,141)
#EDC498
(237,196,152)
#EECAA3
(238,202,163)
#EFD0AE
(239,208,174)
#F0D6B9
(240,214,185)
#F1DCC4
(241,220,196)
#F2E2CF
(242,226,207)
#F3E8DA
(243,232,218)
#F4EEE5
(244,238,229)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB882 color. Also use rgb(235,184,130) instead hex code.

Text Font Color

.myTextColor { color: #EBB882; }

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

This text font color is #EBB882.


Background Color

.myBgColor { background-color: #EBB882; }

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

This div background color is #EBB882.


Border color

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

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

This div border color is #EBB882.


Opacity

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

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

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

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

This text has shadow with #EBB882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB882 on black background.


Color preview on white background

This text has color #EBB882 on white background.



Black color preview on #EBB882 background

This text has black color on #EBB882 background.


White color preview on #EBB882 background

This text has white color on #EBB882 background.