COLOR #EBC407

HEX: #EBC407
RGB: (235,196,7)

Color info

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

RGB color model

#EBC407 color RGB value is (235,196,7).

  • red value is 235;
  • green value is 196;
  • blue value is 7.
RGB:
(235,196,7)
(92%,77%,3%)

RGB channels and saturation

R 235 of 255 = 92%
G 196 of 255 = 77%
B 7 of 255 = 3%

235
196
7

R + G + B ~ 57%. #EBC407 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 196 + 7 = 438 (100%)
R 235 of 438 ~ 53.65%
G 196 of 438 ~ 44.75%
B 7 of 438 ~ 1.6%

%53.65
%44.75

CMYK color model

#EBC407 color CMYK value is (0,17,97,8).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 97.02%
  • key color value is 7.84%
CMYK:
(0,17,97,8)
C0M17Y97K8 
(0%,17%,97%,8%)
(0.00/0.17/0.97/0.08)	

CMYK percentages

%0
%16.6
%97.02
%7.84

Codes

Color #EBC407 in popluar color models

EBC407
RGB2351967
HSL50°94.21%47.45%
HSB/HSV50°97.02%92.16%
CMYK0.00%16.60%97.02%
7.84%

Color #EBC407 in popluar number systems.

HEXEBC407
Decimal2351967
Binary1110101111000100111
Octal3533047

Shades and tints

Shades of #EBC407

#EBC407
(235,196,7)
#D6B307
(214,179,7)
#C1A207
(193,162,7)
#AC9107
(172,145,7)
#978007
(151,128,7)
#826F07
(130,111,7)
#6D5E07
(109,94,7)
#584D07
(88,77,7)
#433C07
(67,60,7)
#2E2B07
(46,43,7)
#191A07
(25,26,7)
#000000
(0,0,0)

Tints of #EBC407

#EBC407
(235,196,7)
#ECC91D
(236,201,29)
#EDCE33
(237,206,51)
#EED349
(238,211,73)
#EFD85F
(239,216,95)
#F0DD75
(240,221,117)
#F1E28B
(241,226,139)
#F2E7A1
(242,231,161)
#F3ECB7
(243,236,183)
#F4F1CD
(244,241,205)
#F5F6E3
(245,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC407 color. Also use rgb(235,196,7) instead hex code.

Text Font Color

.myTextColor { color: #EBC407; }

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

This text font color is #EBC407.


Background Color

.myBgColor { background-color: #EBC407; }

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

This div background color is #EBC407.


Border color

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

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

This div border color is #EBC407.


Opacity

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

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

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

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

This text has shadow with #EBC407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC407 on black background.


Color preview on white background

This text has color #EBC407 on white background.



Black color preview on #EBC407 background

This text has black color on #EBC407 background.


White color preview on #EBC407 background

This text has white color on #EBC407 background.