COLOR #EBCB4F

HEX: #EBCB4F
RGB: (235,203,79)

Color info

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

RGB color model

#EBCB4F color RGB value is (235,203,79).

  • red value is 235;
  • green value is 203;
  • blue value is 79.
RGB:
(235,203,79)
(92%,80%,31%)

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 79 of 255 = 31%

235
203
79

R + G + B ~ 68%. #EBCB4F is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 203 + 79 = 517 (100%)
R 235 of 517 ~ 45.45%
G 203 of 517 ~ 39.26%
B 79 of 517 ~ 15.28%

%45.45
%39.26
%15.28

CMYK color model

#EBCB4F color CMYK value is (0,14,66,8).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 66.38%
  • key color value is 7.84%
CMYK:
(0,14,66,8)
C0M14Y66K8 
(0%,14%,66%,8%)
(0.00/0.14/0.66/0.08)	

CMYK percentages

%0
%13.62
%66.38
%7.84

Codes

Color #EBCB4F in popluar color models

EBCB4F
RGB23520379
HSL48°79.59%61.57%
HSB/HSV48°66.38%92.16%
CMYK0.00%13.62%66.38%
7.84%

Color #EBCB4F in popluar number systems.

HEXEBCB4F
Decimal23520379
Binary11101011110010111001111
Octal353313117

Shades and tints

Shades of #EBCB4F

#EBCB4F
(235,203,79)
#D6B948
(214,185,72)
#C1A741
(193,167,65)
#AC953A
(172,149,58)
#978333
(151,131,51)
#82712C
(130,113,44)
#6D5F25
(109,95,37)
#584D1E
(88,77,30)
#433B17
(67,59,23)
#2E2910
(46,41,16)
#191709
(25,23,9)
#000000
(0,0,0)

Tints of #EBCB4F

#EBCB4F
(235,203,79)
#ECCF5F
(236,207,95)
#EDD36F
(237,211,111)
#EED77F
(238,215,127)
#EFDB8F
(239,219,143)
#F0DF9F
(240,223,159)
#F1E3AF
(241,227,175)
#F2E7BF
(242,231,191)
#F3EBCF
(243,235,207)
#F4EFDF
(244,239,223)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCB4F color. Also use rgb(235,203,79) instead hex code.

Text Font Color

.myTextColor { color: #EBCB4F; }

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

This text font color is #EBCB4F.


Background Color

.myBgColor { background-color: #EBCB4F; }

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

This div background color is #EBCB4F.


Border color

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

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

This div border color is #EBCB4F.


Opacity

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

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

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

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

This text has shadow with #EBCB4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCB4F on black background.


Color preview on white background

This text has color #EBCB4F on white background.



Black color preview on #EBCB4F background

This text has black color on #EBCB4F background.


White color preview on #EBCB4F background

This text has white color on #EBCB4F background.