COLOR #EBE877

HEX: #EBE877
RGB: (235,232,119)

Color info

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

RGB color model

#EBE877 color RGB value is (235,232,119).

  • red value is 235;
  • green value is 232;
  • blue value is 119.
RGB:
(235,232,119)
(92%,91%,47%)

RGB channels and saturation

R 235 of 255 = 92%
G 232 of 255 = 91%
B 119 of 255 = 47%

235
232
119

R + G + B ~ 77%. #EBE877 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 232 + 119 = 586 (100%)
R 235 of 586 ~ 40.1%
G 232 of 586 ~ 39.59%
B 119 of 586 ~ 20.31%

%40.1
%39.59
%20.31

CMYK color model

#EBE877 color CMYK value is (0,1,49,8).

  • cyan value is 0.00%
  • magenta value is 1.28%
  • yellow value is 49.36%
  • key color value is 7.84%
CMYK:
(0,1,49,8)
C0M1Y49K8 
(0%,1%,49%,8%)
(0.00/0.01/0.49/0.08)	

CMYK percentages

%0
%1.28
%49.36
%7.84

Codes

Color #EBE877 in popluar color models

EBE877
RGB235232119
HSL58°74.36%69.41%
HSB/HSV58°49.36%92.16%
CMYK0.00%1.28%49.36%
7.84%

Color #EBE877 in popluar number systems.

HEXEBE877
Decimal235232119
Binary11101011111010001110111
Octal353350167

Shades and tints

Shades of #EBE877

#EBE877
(235,232,119)
#D6D36D
(214,211,109)
#C1BE63
(193,190,99)
#ACA959
(172,169,89)
#97944F
(151,148,79)
#827F45
(130,127,69)
#6D6A3B
(109,106,59)
#585531
(88,85,49)
#434027
(67,64,39)
#2E2B1D
(46,43,29)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #EBE877

#EBE877
(235,232,119)
#ECEA83
(236,234,131)
#EDEC8F
(237,236,143)
#EEEE9B
(238,238,155)
#EFF0A7
(239,240,167)
#F0F2B3
(240,242,179)
#F1F4BF
(241,244,191)
#F2F6CB
(242,246,203)
#F3F8D7
(243,248,215)
#F4FAE3
(244,250,227)
#F5FCEF
(245,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE877 color. Also use rgb(235,232,119) instead hex code.

Text Font Color

.myTextColor { color: #EBE877; }

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

This text font color is #EBE877.


Background Color

.myBgColor { background-color: #EBE877; }

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

This div background color is #EBE877.


Border color

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

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

This div border color is #EBE877.


Opacity

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

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

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

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

This text has shadow with #EBE877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE877 on black background.


Color preview on white background

This text has color #EBE877 on white background.



Black color preview on #EBE877 background

This text has black color on #EBE877 background.


White color preview on #EBE877 background

This text has white color on #EBE877 background.