COLOR #EBDA90

HEX: #EBDA90
RGB: (235,218,144)

Color info

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

RGB color model

#EBDA90 color RGB value is (235,218,144).

  • red value is 235;
  • green value is 218;
  • blue value is 144.
RGB:
(235,218,144)
(92%,85%,56%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 144 of 255 = 56%

235
218
144

R + G + B ~ 78%. #EBDA90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 144 = 597 (100%)
R 235 of 597 ~ 39.36%
G 218 of 597 ~ 36.52%
B 144 of 597 ~ 24.12%

%39.36
%36.52
%24.12

CMYK color model

#EBDA90 color CMYK value is (0,7,39,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 38.72%
  • key color value is 7.84%
CMYK:
(0,7,39,8)
C0M7Y39K8 
(0%,7%,39%,8%)
(0.00/0.07/0.39/0.08)	

CMYK percentages

%0
%7.23
%38.72
%7.84

Codes

Color #EBDA90 in popluar color models

EBDA90
RGB235218144
HSL49°69.47%74.31%
HSB/HSV49°38.72%92.16%
CMYK0.00%7.23%38.72%
7.84%

Color #EBDA90 in popluar number systems.

HEXEBDA90
Decimal235218144
Binary111010111101101010010000
Octal353332220

Shades and tints

Shades of #EBDA90

#EBDA90
(235,218,144)
#D6C783
(214,199,131)
#C1B476
(193,180,118)
#ACA169
(172,161,105)
#978E5C
(151,142,92)
#827B4F
(130,123,79)
#6D6842
(109,104,66)
#585535
(88,85,53)
#434228
(67,66,40)
#2E2F1B
(46,47,27)
#191C0E
(25,28,14)
#000000
(0,0,0)

Tints of #EBDA90

#EBDA90
(235,218,144)
#ECDD9A
(236,221,154)
#EDE0A4
(237,224,164)
#EEE3AE
(238,227,174)
#EFE6B8
(239,230,184)
#F0E9C2
(240,233,194)
#F1ECCC
(241,236,204)
#F2EFD6
(242,239,214)
#F3F2E0
(243,242,224)
#F4F5EA
(244,245,234)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDA90; }

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

This text font color is #EBDA90.


Background Color

.myBgColor { background-color: #EBDA90; }

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

This div background color is #EBDA90.


Border color

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

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

This div border color is #EBDA90.


Opacity

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

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

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

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

This text has shadow with #EBDA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDA90 on black background.


Color preview on white background

This text has color #EBDA90 on white background.



Black color preview on #EBDA90 background

This text has black color on #EBDA90 background.


White color preview on #EBDA90 background

This text has white color on #EBDA90 background.