COLOR #EBED80

HEX: #EBED80 RGB: (235,237,128)

Color info

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

RGB color model

#EBED80 color RGB value is (235,237,128).

RGB: (235,237,128) (92%, 93%, 50%)

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 128 of 255 = 50%

235
237
128

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

Portions of RGB colors in percentages

R + G + B = 235 + 237 + 128 = 600 (100%)
R 235 of 600 ~ 39.17%
G 237 of 600 ~ 39.5%
B 128 of 600 ~ 21.33'%

%39.17
%39.5
%21.33

CMYK color model

#EBED80 color CMYK value is (1,0,46,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 45.99%
  • key color value is 7.06%

CMYK: (1,0,46,7)
C1M0Y46K7 (1%, 0%, 46%, 7%)
(0.01 / 0.00 / 0.46 / 0.07)

CMYK percentages

%0.84
%0
%45.99
%7.06

Codes

Color #EBED80 in popluar color models

EB ED 80
RGB 235 237 128
HSL 61° 75.17% 71.57%
HSB/HSV 61° 45.99% 92.94%
CMYK 0.84% 0.00% 45.99%
7.06%

Color #EBED80 in popluar number systems.

HEX EB ED 80
Decimal 235 237 128
Binary 11101011 11101101 10000000
Octal 353 355 200

Shades and tints

Shades of #EBED80

#EBED80
(235,237,128)
#D6D875
(214,216,117)
#C1C36A
(193,195,106)
#ACAE5F
(172,174,95)
#979954
(151,153,84)
#828449
(130,132,73)
#6D6F3E
(109,111,62)
#585A33
(88,90,51)
#434528
(67,69,40)
#2E301D
(46,48,29)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #EBED80

#EBED80
(235,237,128)
#ECEE8B
(236,238,139)
#EDEF96
(237,239,150)
#EEF0A1
(238,240,161)
#EFF1AC
(239,241,172)
#F0F2B7
(240,242,183)
#F1F3C2
(241,243,194)
#F2F4CD
(242,244,205)
#F3F5D8
(243,245,216)
#F4F6E3
(244,246,227)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBED80; }

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

This text font color is #EBED80.

Background Color

.myBgColor { background-color: #EBED80; }

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

This div background color is #EBED80.

Border color

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

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

This div border color is #EBED80.

Opacity

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

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

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

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

This text has shadow with #EBED80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBED80.

Preview

Color preview on black background

This text has color #EBED80 on black background.


Color preview on white background

This text has color #EBED80 on white background.


Black color preview on #EBED80 background

This text has black color on #EBED80 background.


White color preview on #EBED80 background

This text has white color on #EBED80 background.


Related colors

Complementary color

Complementary color for #hex is #14127F.


I love getcolorcode.com

Triadic colors

1 #80EBED and #ED80EB with #EBED80 are triadic colors.

2 #80EDEB and #EDEB80 with #EBED80 are triadic colors.