COLOR #EBE980

HEX: #EBE980
RGB: (235,233,128)

Color info

#EBE980 contains mainly red and green colors. Web safe color of #EBE980 is #FFFF66 (or #FF6).

RGB color model

#EBE980 color RGB value is (235,233,128).

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

RGB channels and saturation

R 235 of 255 = 92%
G 233 of 255 = 91%
B 128 of 255 = 50%

235
233
128

R + G + B ~ 78%. #EBE980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 233 + 128 = 596 (100%)
R 235 of 596 ~ 39.43%
G 233 of 596 ~ 39.09%
B 128 of 596 ~ 21.48%

%39.43
%39.09
%21.48

CMYK color model

#EBE980 color CMYK value is (0,1,46,8).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 45.53%
  • key color value is 7.84%
CMYK:
(0,1,46,8)
C0M1Y46K8 
(0%,1%,46%,8%)
(0.00/0.01/0.46/0.08)	

CMYK percentages

%0
%0.85
%45.53
%7.84

Codes

Color #EBE980 in popluar color models

EBE980
RGB235233128
HSL59°72.79%71.18%
HSB/HSV59°45.53%92.16%
CMYK0.00%0.85%45.53%
7.84%

Color #EBE980 in popluar number systems.

HEXEBE980
Decimal235233128
Binary111010111110100110000000
Octal353351200

Shades and tints

Shades of #EBE980

#EBE980
(235,233,128)
#D6D475
(214,212,117)
#C1BF6A
(193,191,106)
#ACAA5F
(172,170,95)
#979554
(151,149,84)
#828049
(130,128,73)
#6D6B3E
(109,107,62)
#585633
(88,86,51)
#434128
(67,65,40)
#2E2C1D
(46,44,29)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #EBE980

#EBE980
(235,233,128)
#ECEB8B
(236,235,139)
#EDED96
(237,237,150)
#EEEFA1
(238,239,161)
#EFF1AC
(239,241,172)
#F0F3B7
(240,243,183)
#F1F5C2
(241,245,194)
#F2F7CD
(242,247,205)
#F3F9D8
(243,249,216)
#F4FBE3
(244,251,227)
#F5FDEE
(245,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE980; }

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

This text font color is #EBE980.


Background Color

.myBgColor { background-color: #EBE980; }

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

This div background color is #EBE980.


Border color

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

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

This div border color is #EBE980.


Opacity

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

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

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

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

This text has shadow with #EBE980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE980 on black background.


Color preview on white background

This text has color #EBE980 on white background.



Black color preview on #EBE980 background

This text has black color on #EBE980 background.


White color preview on #EBE980 background

This text has white color on #EBE980 background.