COLOR #EBC880

HEX: #EBC880
RGB: (235,200,128)

Color info

#EBC880 contains mainly red and green colors. Web safe color of #EBC880 is #FFCC66 (or #FC6).

RGB color model

#EBC880 color RGB value is (235,200,128).

  • red value is 235;
  • green value is 200;
  • blue value is 128.
RGB:
(235,200,128)
(92%,78%,50%)

RGB channels and saturation

R 235 of 255 = 92%
G 200 of 255 = 78%
B 128 of 255 = 50%

235
200
128

R + G + B ~ 73%. #EBC880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 200 + 128 = 563 (100%)
R 235 of 563 ~ 41.74%
G 200 of 563 ~ 35.52%
B 128 of 563 ~ 22.74%

%41.74
%35.52
%22.74

CMYK color model

#EBC880 color CMYK value is (0,15,46,8).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 45.53%
  • key color value is 7.84%
CMYK:
(0,15,46,8)
C0M15Y46K8 
(0%,15%,46%,8%)
(0.00/0.15/0.46/0.08)	

CMYK percentages

%0
%14.89
%45.53
%7.84

Codes

Color #EBC880 in popluar color models

EBC880
RGB235200128
HSL40°72.79%71.18%
HSB/HSV40°45.53%92.16%
CMYK0.00%14.89%45.53%
7.84%

Color #EBC880 in popluar number systems.

HEXEBC880
Decimal235200128
Binary111010111100100010000000
Octal353310200

Shades and tints

Shades of #EBC880

#EBC880
(235,200,128)
#D6B675
(214,182,117)
#C1A46A
(193,164,106)
#AC925F
(172,146,95)
#978054
(151,128,84)
#826E49
(130,110,73)
#6D5C3E
(109,92,62)
#584A33
(88,74,51)
#433828
(67,56,40)
#2E261D
(46,38,29)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #EBC880

#EBC880
(235,200,128)
#ECCD8B
(236,205,139)
#EDD296
(237,210,150)
#EED7A1
(238,215,161)
#EFDCAC
(239,220,172)
#F0E1B7
(240,225,183)
#F1E6C2
(241,230,194)
#F2EBCD
(242,235,205)
#F3F0D8
(243,240,216)
#F4F5E3
(244,245,227)
#F5FAEE
(245,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC880 color. Also use rgb(235,200,128) instead hex code.

Text Font Color

.myTextColor { color: #EBC880; }

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

This text font color is #EBC880.


Background Color

.myBgColor { background-color: #EBC880; }

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

This div background color is #EBC880.


Border color

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

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

This div border color is #EBC880.


Opacity

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

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

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

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

This text has shadow with #EBC880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC880 on black background.


Color preview on white background

This text has color #EBC880 on white background.



Black color preview on #EBC880 background

This text has black color on #EBC880 background.


White color preview on #EBC880 background

This text has white color on #EBC880 background.