COLOR #FFEBB5

HEX: #FFEBB5 RGB: (255,235,181)

Color info

#FFEBB5 contains mainly red and green colors. Web safe color of #FFEBB5 is #FFFFCC (or #FFC).

RGB color model

#FFEBB5 color RGB value is (255,235,181).

RGB: (255,235,181) (100%, 92%, 71%)

RGB channels and saturation

R 255 of 255 = 100%
G 235 of 255 = 92%
B 181 of 255 = 71%

255
235
181

R + G + B ~ 88%. #FFEBB5 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 235 + 181 = 671 (100%)
R 255 of 671 ~ 38%
G 235 of 671 ~ 35.02%
B 181 of 671 ~ 26.97'%

%38
%35.02
%26.97

CMYK color model

#FFEBB5 color CMYK value is (0,8,29,0).

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

CMYK: (0,8,29,0)
C0M8Y29K0 (0%, 8%, 29%, 0%)
(0.00 / 0.08 / 0.29 / 0.00)

CMYK percentages

%0
%7.84
%29.02
%0

Codes

Color #FFEBB5 in popluar color models

FF EB B5
RGB 255 235 181
HSL 44° 100.00% 85.49%
HSB/HSV 44° 29.02% 100.00%
CMYK 0.00% 7.84% 29.02%
0.00%

Color #FFEBB5 in popluar number systems.

HEX FF EB B5
Decimal 255 235 181
Binary 11111111 11101011 10110101
Octal 377 353 265

Shades and tints

Shades of #FFEBB5

#FFEBB5
(255,235,181)
#E8D6A5
(232,214,165)
#D1C195
(209,193,149)
#BAAC85
(186,172,133)
#A39775
(163,151,117)
#8C8265
(140,130,101)
#756D55
(117,109,85)
#5E5845
(94,88,69)
#474335
(71,67,53)
#302E25
(48,46,37)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #FFEBB5

#FFEBB5
(255,235,181)
#FFECBB
(255,236,187)
#FFEDC1
(255,237,193)
#FFEEC7
(255,238,199)
#FFEFCD
(255,239,205)
#FFF0D3
(255,240,211)
#FFF1D9
(255,241,217)
#FFF2DF
(255,242,223)
#FFF3E5
(255,243,229)
#FFF4EB
(255,244,235)
#FFF5F1
(255,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBB5; }

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

This text font color is #FFEBB5.

Background Color

.myBgColor { background-color: #FFEBB5; }

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

This div background color is #FFEBB5.

Border color

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

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

This div border color is #FFEBB5.

Opacity

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

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

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

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

This text has shadow with #FFEBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEBB5.

Preview

Color preview on black background

This text has color #FFEBB5 on black background.


Color preview on white background

This text has color #FFEBB5 on white background.


Black color preview on #FFEBB5 background

This text has black color on #FFEBB5 background.


White color preview on #FFEBB5 background

This text has white color on #FFEBB5 background.


Related colors

Complementary color

Complementary color for #hex is #00144A.


I love getcolorcode.com

Triadic colors

1 #B5FFEB and #EBB5FF with #FFEBB5 are triadic colors.

2 #B5EBFF and #EBFFB5 with #FFEBB5 are triadic colors.