COLOR #EBF081

HEX: #EBF081 RGB: (235,240,129)

Color info

#EBF081 contains mainly red and green colors. Web safe color of #EBF081 is #FFFF99 (or #FF9).

RGB color model

#EBF081 color RGB value is (235,240,129).

RGB: (235,240,129) (92%, 94%, 51%)

RGB channels and saturation

R 235 of 255 = 92%
G 240 of 255 = 94%
B 129 of 255 = 51%

235
240
129

R + G + B ~ 79%. #EBF081 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 240 + 129 = 604 (100%)
R 235 of 604 ~ 38.91%
G 240 of 604 ~ 39.74%
B 129 of 604 ~ 21.36'%

%38.91
%39.74
%21.36

CMYK color model

#EBF081 color CMYK value is (2,0,46,6).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 46.25%
  • key color value is 5.88%

CMYK: (2,0,46,6)
C2M0Y46K6 (2%, 0%, 46%, 6%)
(0.02 / 0.00 / 0.46 / 0.06)

CMYK percentages

%2.08
%0
%46.25
%5.88

Codes

Color #EBF081 in popluar color models

EB F0 81
RGB 235 240 129
HSL 63° 78.72% 72.35%
HSB/HSV 63° 46.25% 94.12%
CMYK 2.08% 0.00% 46.25%
5.88%

Color #EBF081 in popluar number systems.

HEX EB F0 81
Decimal 235 240 129
Binary 11101011 11110000 10000001
Octal 353 360 201

Shades and tints

Shades of #EBF081

#EBF081
(235,240,129)
#D6DB76
(214,219,118)
#C1C66B
(193,198,107)
#ACB160
(172,177,96)
#979C55
(151,156,85)
#82874A
(130,135,74)
#6D723F
(109,114,63)
#585D34
(88,93,52)
#434829
(67,72,41)
#2E331E
(46,51,30)
#191E13
(25,30,19)
#000000
(0,0,0)

Tints of #EBF081

#EBF081
(235,240,129)
#ECF18C
(236,241,140)
#EDF297
(237,242,151)
#EEF3A2
(238,243,162)
#EFF4AD
(239,244,173)
#F0F5B8
(240,245,184)
#F1F6C3
(241,246,195)
#F2F7CE
(242,247,206)
#F3F8D9
(243,248,217)
#F4F9E4
(244,249,228)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF081 color. Also use rgb(235,240,129) instead hex code.

Text Font Color

.myTextColor { color: #EBF081; }

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

This text font color is #EBF081.

Background Color

.myBgColor { background-color: #EBF081; }

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

This div background color is #EBF081.

Border color

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

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

This div border color is #EBF081.

Opacity

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

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

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

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

This text has shadow with #EBF081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBF081.

Preview

Color preview on black background

This text has color #EBF081 on black background.


Color preview on white background

This text has color #EBF081 on white background.


Black color preview on #EBF081 background

This text has black color on #EBF081 background.


White color preview on #EBF081 background

This text has white color on #EBF081 background.


Related colors

Complementary color

Complementary color for #hex is #140F7E.


I love getcolorcode.com

Triadic colors

1 #81EBF0 and #F081EB with #EBF081 are triadic colors.

2 #81F0EB and #F0EB81 with #EBF081 are triadic colors.