COLOR #EBEB9C

HEX: #EBEB9C RGB: (235,235,156)

Color info

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

RGB color model

#EBEB9C color RGB value is (235,235,156).

RGB: (235,235,156) (92%, 92%, 61%)

RGB channels and saturation

R 235 of 255 = 92%
G 235 of 255 = 92%
B 156 of 255 = 61%

235
235
156

R + G + B ~ 82%. #EBEB9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 235 + 156 = 626 (100%)
R 235 of 626 ~ 37.54%
G 235 of 626 ~ 37.54%
B 156 of 626 ~ 24.92'%

%37.54
%37.54
%24.92

CMYK color model

#EBEB9C color CMYK value is (0,0,34,8).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 7.84%

CMYK: (0,0,34,8)
C0M0Y34K8 (0%, 0%, 34%, 8%)
(0.00 / 0.00 / 0.34 / 0.08)

CMYK percentages

%0
%0
%33.62
%7.84

Codes

Color #EBEB9C in popluar color models

EB EB 9C
RGB 235 235 156
HSL 60° 66.39% 76.67%
HSB/HSV 60° 33.62% 92.16%
CMYK 0.00% 0.00% 33.62%
7.84%

Color #EBEB9C in popluar number systems.

HEX EB EB 9C
Decimal 235 235 156
Binary 11101011 11101011 10011100
Octal 353 353 234

Shades and tints

Shades of #EBEB9C

#EBEB9C
(235,235,156)
#D6D68E
(214,214,142)
#C1C180
(193,193,128)
#ACAC72
(172,172,114)
#979764
(151,151,100)
#828256
(130,130,86)
#6D6D48
(109,109,72)
#58583A
(88,88,58)
#43432C
(67,67,44)
#2E2E1E
(46,46,30)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #EBEB9C

#EBEB9C
(235,235,156)
#ECECA5
(236,236,165)
#EDEDAE
(237,237,174)
#EEEEB7
(238,238,183)
#EFEFC0
(239,239,192)
#F0F0C9
(240,240,201)
#F1F1D2
(241,241,210)
#F2F2DB
(242,242,219)
#F3F3E4
(243,243,228)
#F4F4ED
(244,244,237)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEB9C; }

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

This text font color is #EBEB9C.

Background Color

.myBgColor { background-color: #EBEB9C; }

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

This div background color is #EBEB9C.

Border color

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

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

This div border color is #EBEB9C.

Opacity

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

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

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

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

This text has shadow with #EBEB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEB9C.

Preview

Color preview on black background

This text has color #EBEB9C on black background.


Color preview on white background

This text has color #EBEB9C on white background.


Black color preview on #EBEB9C background

This text has black color on #EBEB9C background.


White color preview on #EBEB9C background

This text has white color on #EBEB9C background.


Related colors

Complementary color

Complementary color for #hex is #141463.


I love getcolorcode.com