COLOR #EBE484

HEX: #EBE484
RGB: (235,228,132)

Color info

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

RGB color model

#EBE484 color RGB value is (235,228,132).

  • red value is 235;
  • green value is 228;
  • blue value is 132.
RGB:
(235,228,132)
(92%,89%,52%)

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 132 of 255 = 52%

235
228
132

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

Portions of RGB colors in percentages

R + G + B =
235 + 228 + 132 = 595 (100%)
R 235 of 595 ~ 39.5%
G 228 of 595 ~ 38.32%
B 132 of 595 ~ 22.18%

%39.5
%38.32
%22.18

CMYK color model

#EBE484 color CMYK value is (0,3,44,8).

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 43.83%
  • key color value is 7.84%
CMYK:
(0,3,44,8)
C0M3Y44K8 
(0%,3%,44%,8%)
(0.00/0.03/0.44/0.08)	

CMYK percentages

%0
%2.98
%43.83
%7.84

Codes

Color #EBE484 in popluar color models

EBE484
RGB235228132
HSL56°72.03%71.96%
HSB/HSV56°43.83%92.16%
CMYK0.00%2.98%43.83%
7.84%

Color #EBE484 in popluar number systems.

HEXEBE484
Decimal235228132
Binary111010111110010010000100
Octal353344204

Shades and tints

Shades of #EBE484

#EBE484
(235,228,132)
#D6D078
(214,208,120)
#C1BC6C
(193,188,108)
#ACA860
(172,168,96)
#979454
(151,148,84)
#828048
(130,128,72)
#6D6C3C
(109,108,60)
#585830
(88,88,48)
#434424
(67,68,36)
#2E3018
(46,48,24)
#191C0C
(25,28,12)
#000000
(0,0,0)

Tints of #EBE484

#EBE484
(235,228,132)
#ECE68F
(236,230,143)
#EDE89A
(237,232,154)
#EEEAA5
(238,234,165)
#EFECB0
(239,236,176)
#F0EEBB
(240,238,187)
#F1F0C6
(241,240,198)
#F2F2D1
(242,242,209)
#F3F4DC
(243,244,220)
#F4F6E7
(244,246,231)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE484 color. Also use rgb(235,228,132) instead hex code.

Text Font Color

.myTextColor { color: #EBE484; }

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

This text font color is #EBE484.


Background Color

.myBgColor { background-color: #EBE484; }

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

This div background color is #EBE484.


Border color

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

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

This div border color is #EBE484.


Opacity

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

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

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

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

This text has shadow with #EBE484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE484 on black background.


Color preview on white background

This text has color #EBE484 on white background.



Black color preview on #EBE484 background

This text has black color on #EBE484 background.


White color preview on #EBE484 background

This text has white color on #EBE484 background.