COLOR #EBC75B

HEX: #EBC75B
RGB: (235,199,91)

Color info

#EBC75B contains mainly red and green colors. Web safe color of #EBC75B is #FFCC66 (or #FC6).

RGB color model

#EBC75B color RGB value is (235,199,91).

  • red value is 235;
  • green value is 199;
  • blue value is 91.
RGB:
(235,199,91)
(92%,78%,36%)

RGB channels and saturation

R 235 of 255 = 92%
G 199 of 255 = 78%
B 91 of 255 = 36%

235
199
91

R + G + B ~ 69%. #EBC75B is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 199 + 91 = 525 (100%)
R 235 of 525 ~ 44.76%
G 199 of 525 ~ 37.9%
B 91 of 525 ~ 17.33%

%44.76
%37.9
%17.33

CMYK color model

#EBC75B color CMYK value is (0,15,61,8).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 61.28%
  • key color value is 7.84%
CMYK:
(0,15,61,8)
C0M15Y61K8 
(0%,15%,61%,8%)
(0.00/0.15/0.61/0.08)	

CMYK percentages

%0
%15.32
%61.28
%7.84

Codes

Color #EBC75B in popluar color models

EBC75B
RGB23519991
HSL45°78.26%63.92%
HSB/HSV45°61.28%92.16%
CMYK0.00%15.32%61.28%
7.84%

Color #EBC75B in popluar number systems.

HEXEBC75B
Decimal23519991
Binary11101011110001111011011
Octal353307133

Shades and tints

Shades of #EBC75B

#EBC75B
(235,199,91)
#D6B553
(214,181,83)
#C1A34B
(193,163,75)
#AC9143
(172,145,67)
#977F3B
(151,127,59)
#826D33
(130,109,51)
#6D5B2B
(109,91,43)
#584923
(88,73,35)
#43371B
(67,55,27)
#2E2513
(46,37,19)
#19130B
(25,19,11)
#000000
(0,0,0)

Tints of #EBC75B

#EBC75B
(235,199,91)
#ECCC69
(236,204,105)
#EDD177
(237,209,119)
#EED685
(238,214,133)
#EFDB93
(239,219,147)
#F0E0A1
(240,224,161)
#F1E5AF
(241,229,175)
#F2EABD
(242,234,189)
#F3EFCB
(243,239,203)
#F4F4D9
(244,244,217)
#F5F9E7
(245,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC75B color. Also use rgb(235,199,91) instead hex code.

Text Font Color

.myTextColor { color: #EBC75B; }

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

This text font color is #EBC75B.


Background Color

.myBgColor { background-color: #EBC75B; }

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

This div background color is #EBC75B.


Border color

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

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

This div border color is #EBC75B.


Opacity

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

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

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

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

This text has shadow with #EBC75B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC75B on black background.


Color preview on white background

This text has color #EBC75B on white background.



Black color preview on #EBC75B background

This text has black color on #EBC75B background.


White color preview on #EBC75B background

This text has white color on #EBC75B background.