COLOR #EBDA0F

HEX: #EBDA0F
RGB: (235,218,15)

Color info

#EBDA0F contains mainly red and green colors. Web safe color of #EBDA0F is #FFCC00 (or #FC0).

RGB color model

#EBDA0F color RGB value is (235,218,15).

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

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 15 of 255 = 6%

235
218
15

R + G + B ~ 61%. #EBDA0F is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 15 = 468 (100%)
R 235 of 468 ~ 50.21%
G 218 of 468 ~ 46.58%
B 15 of 468 ~ 3.21%

%50.21
%46.58

CMYK color model

#EBDA0F color CMYK value is (0,7,94,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 93.62%
  • key color value is 7.84%
CMYK:
(0,7,94,8)
C0M7Y94K8 
(0%,7%,94%,8%)
(0.00/0.07/0.94/0.08)	

CMYK percentages

%0
%7.23
%93.62
%7.84

Codes

Color #EBDA0F in popluar color models

EBDA0F
RGB23521815
HSL55°88.00%49.02%
HSB/HSV55°93.62%92.16%
CMYK0.00%7.23%93.62%
7.84%

Color #EBDA0F in popluar number systems.

HEXEBDA0F
Decimal23521815
Binary11101011110110101111
Octal35333217

Shades and tints

Shades of #EBDA0F

#EBDA0F
(235,218,15)
#D6C70E
(214,199,14)
#C1B40D
(193,180,13)
#ACA10C
(172,161,12)
#978E0B
(151,142,11)
#827B0A
(130,123,10)
#6D6809
(109,104,9)
#585508
(88,85,8)
#434207
(67,66,7)
#2E2F06
(46,47,6)
#191C05
(25,28,5)
#000000
(0,0,0)

Tints of #EBDA0F

#EBDA0F
(235,218,15)
#ECDD24
(236,221,36)
#EDE039
(237,224,57)
#EEE34E
(238,227,78)
#EFE663
(239,230,99)
#F0E978
(240,233,120)
#F1EC8D
(241,236,141)
#F2EFA2
(242,239,162)
#F3F2B7
(243,242,183)
#F4F5CC
(244,245,204)
#F5F8E1
(245,248,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDA0F; }

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

This text font color is #EBDA0F.


Background Color

.myBgColor { background-color: #EBDA0F; }

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

This div background color is #EBDA0F.


Border color

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

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

This div border color is #EBDA0F.


Opacity

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

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

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

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

This text has shadow with #EBDA0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDA0F on black background.


Color preview on white background

This text has color #EBDA0F on white background.



Black color preview on #EBDA0F background

This text has black color on #EBDA0F background.


White color preview on #EBDA0F background

This text has white color on #EBDA0F background.