COLOR #EBE09B

HEX: #EBE09B RGB: (235,224,155)

Color info

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

RGB color model

#EBE09B color RGB value is (235,224,155).

RGB: (235,224,155) (92%, 88%, 61%)

RGB channels and saturation

R 235 of 255 = 92%
G 224 of 255 = 88%
B 155 of 255 = 61%

235
224
155

R + G + B ~ 80%. #EBE09B is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 224 + 155 = 614 (100%)
R 235 of 614 ~ 38.27%
G 224 of 614 ~ 36.48%
B 155 of 614 ~ 25.24'%

%38.27
%36.48
%25.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 34.04%
  • key color value is 7.84%

CMYK: (0,5,34,8)
C0M5Y34K8 (0%, 5%, 34%, 8%)
(0.00 / 0.05 / 0.34 / 0.08)

CMYK percentages

%0
%4.68
%34.04
%7.84

Codes

Color #EBE09B in popluar color models

EB E0 9B
RGB 235 224 155
HSL 52° 66.67% 76.47%
HSB/HSV 52° 34.04% 92.16%
CMYK 0.00% 4.68% 34.04%
7.84%

Color #EBE09B in popluar number systems.

HEX EB E0 9B
Decimal 235 224 155
Binary 11101011 11100000 10011011
Octal 353 340 233

Shades and tints

Shades of #EBE09B

#EBE09B
(235,224,155)
#D6CC8D
(214,204,141)
#C1B87F
(193,184,127)
#ACA471
(172,164,113)
#979063
(151,144,99)
#827C55
(130,124,85)
#6D6847
(109,104,71)
#585439
(88,84,57)
#43402B
(67,64,43)
#2E2C1D
(46,44,29)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #EBE09B

#EBE09B
(235,224,155)
#ECE2A4
(236,226,164)
#EDE4AD
(237,228,173)
#EEE6B6
(238,230,182)
#EFE8BF
(239,232,191)
#F0EAC8
(240,234,200)
#F1ECD1
(241,236,209)
#F2EEDA
(242,238,218)
#F3F0E3
(243,240,227)
#F4F2EC
(244,242,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE09B; }

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

This text font color is #EBE09B.

Background Color

.myBgColor { background-color: #EBE09B; }

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

This div background color is #EBE09B.

Border color

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

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

This div border color is #EBE09B.

Opacity

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

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

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

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

This text has shadow with #EBE09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE09B.

Preview

Color preview on black background

This text has color #EBE09B on black background.


Color preview on white background

This text has color #EBE09B on white background.


Black color preview on #EBE09B background

This text has black color on #EBE09B background.


White color preview on #EBE09B background

This text has white color on #EBE09B background.


Related colors

Complementary color

Complementary color for #hex is #141F64.


I love getcolorcode.com

Triadic colors

1 #9BEBE0 and #E09BEB with #EBE09B are triadic colors.

2 #9BE0EB and #E0EB9B with #EBE09B are triadic colors.