COLOR #EBBF83

HEX: #EBBF83 RGB: (235,191,131)

Color info

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

RGB color model

#EBBF83 color RGB value is (235,191,131).

RGB: (235,191,131) (92%, 75%, 51%)

RGB channels and saturation

R 235 of 255 = 92%
G 191 of 255 = 75%
B 131 of 255 = 51%

235
191
131

R + G + B ~ 73%. #EBBF83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 191 + 131 = 557 (100%)
R 235 of 557 ~ 42.19%
G 191 of 557 ~ 34.29%
B 131 of 557 ~ 23.52'%

%42.19
%34.29
%23.52

CMYK color model

#EBBF83 color CMYK value is (0,19,44,8).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 44.26%
  • key color value is 7.84%

CMYK: (0,19,44,8)
C0M19Y44K8 (0%, 19%, 44%, 8%)
(0.00 / 0.19 / 0.44 / 0.08)

CMYK percentages

%0
%18.72
%44.26
%7.84

Codes

Color #EBBF83 in popluar color models

EB BF 83
RGB 235 191 131
HSL 35° 72.22% 71.76%
HSB/HSV 35° 44.26% 92.16%
CMYK 0.00% 18.72% 44.26%
7.84%

Color #EBBF83 in popluar number systems.

HEX EB BF 83
Decimal 235 191 131
Binary 11101011 10111111 10000011
Octal 353 277 203

Shades and tints

Shades of #EBBF83

#EBBF83
(235,191,131)
#D6AE78
(214,174,120)
#C19D6D
(193,157,109)
#AC8C62
(172,140,98)
#977B57
(151,123,87)
#826A4C
(130,106,76)
#6D5941
(109,89,65)
#584836
(88,72,54)
#43372B
(67,55,43)
#2E2620
(46,38,32)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #EBBF83

#EBBF83
(235,191,131)
#ECC48E
(236,196,142)
#EDC999
(237,201,153)
#EECEA4
(238,206,164)
#EFD3AF
(239,211,175)
#F0D8BA
(240,216,186)
#F1DDC5
(241,221,197)
#F2E2D0
(242,226,208)
#F3E7DB
(243,231,219)
#F4ECE6
(244,236,230)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBF83; }

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

This text font color is #EBBF83.

Background Color

.myBgColor { background-color: #EBBF83; }

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

This div background color is #EBBF83.

Border color

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

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

This div border color is #EBBF83.

Opacity

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

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

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

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

This text has shadow with #EBBF83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBF83.

Preview

Color preview on black background

This text has color #EBBF83 on black background.


Color preview on white background

This text has color #EBBF83 on white background.


Black color preview on #EBBF83 background

This text has black color on #EBBF83 background.


White color preview on #EBBF83 background

This text has white color on #EBBF83 background.


Related colors

Complementary color

Complementary color for #hex is #14407C.


I love getcolorcode.com

Triadic colors

1 #83EBBF and #BF83EB with #EBBF83 are triadic colors.

2 #83BFEB and #BFEB83 with #EBBF83 are triadic colors.