COLOR #EBDF83

HEX: #EBDF83
RGB: (235,223,131)

Color info

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

RGB color model

#EBDF83 color RGB value is (235,223,131).

  • red value is 235;
  • green value is 223;
  • blue value is 131.
RGB:
(235,223,131)
(92%,87%,51%)

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 131 of 255 = 51%

235
223
131

R + G + B ~ 77%. #EBDF83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 131 = 589 (100%)
R 235 of 589 ~ 39.9%
G 223 of 589 ~ 37.86%
B 131 of 589 ~ 22.24%

%39.9
%37.86
%22.24

CMYK color model

#EBDF83 color CMYK value is (0,5,44,8).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 44.26%
  • key color value is 7.84%
CMYK:
(0,5,44,8)
C0M5Y44K8 
(0%,5%,44%,8%)
(0.00/0.05/0.44/0.08)	

CMYK percentages

%0
%5.11
%44.26
%7.84

Codes

Color #EBDF83 in popluar color models

EBDF83
RGB235223131
HSL53°72.22%71.76%
HSB/HSV53°44.26%92.16%
CMYK0.00%5.11%44.26%
7.84%

Color #EBDF83 in popluar number systems.

HEXEBDF83
Decimal235223131
Binary111010111101111110000011
Octal353337203

Shades and tints

Shades of #EBDF83

#EBDF83
(235,223,131)
#D6CB78
(214,203,120)
#C1B76D
(193,183,109)
#ACA362
(172,163,98)
#978F57
(151,143,87)
#827B4C
(130,123,76)
#6D6741
(109,103,65)
#585336
(88,83,54)
#433F2B
(67,63,43)
#2E2B20
(46,43,32)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #EBDF83

#EBDF83
(235,223,131)
#ECE18E
(236,225,142)
#EDE399
(237,227,153)
#EEE5A4
(238,229,164)
#EFE7AF
(239,231,175)
#F0E9BA
(240,233,186)
#F1EBC5
(241,235,197)
#F2EDD0
(242,237,208)
#F3EFDB
(243,239,219)
#F4F1E6
(244,241,230)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDF83; }

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

This text font color is #EBDF83.


Background Color

.myBgColor { background-color: #EBDF83; }

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

This div background color is #EBDF83.


Border color

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

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

This div border color is #EBDF83.


Opacity

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

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

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

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

This text has shadow with #EBDF83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDF83 on black background.


Color preview on white background

This text has color #EBDF83 on white background.



Black color preview on #EBDF83 background

This text has black color on #EBDF83 background.


White color preview on #EBDF83 background

This text has white color on #EBDF83 background.