COLOR #EBCA6D

HEX: #EBCA6D
RGB: (235,202,109)

Color info

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

RGB color model

#EBCA6D color RGB value is (235,202,109).

  • red value is 235;
  • green value is 202;
  • blue value is 109.
RGB:
(235,202,109)
(92%,79%,43%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 109 of 255 = 43%

235
202
109

R + G + B ~ 71%. #EBCA6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 202 + 109 = 546 (100%)
R 235 of 546 ~ 43.04%
G 202 of 546 ~ 37%
B 109 of 546 ~ 19.96%

%43.04
%37
%19.96

CMYK color model

#EBCA6D color CMYK value is (0,14,54,8).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 53.62%
  • key color value is 7.84%
CMYK:
(0,14,54,8)
C0M14Y54K8 
(0%,14%,54%,8%)
(0.00/0.14/0.54/0.08)	

CMYK percentages

%0
%14.04
%53.62
%7.84

Codes

Color #EBCA6D in popluar color models

EBCA6D
RGB235202109
HSL44°75.90%67.45%
HSB/HSV44°53.62%92.16%
CMYK0.00%14.04%53.62%
7.84%

Color #EBCA6D in popluar number systems.

HEXEBCA6D
Decimal235202109
Binary11101011110010101101101
Octal353312155

Shades and tints

Shades of #EBCA6D

#EBCA6D
(235,202,109)
#D6B864
(214,184,100)
#C1A65B
(193,166,91)
#AC9452
(172,148,82)
#978249
(151,130,73)
#827040
(130,112,64)
#6D5E37
(109,94,55)
#584C2E
(88,76,46)
#433A25
(67,58,37)
#2E281C
(46,40,28)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #EBCA6D

#EBCA6D
(235,202,109)
#ECCE7A
(236,206,122)
#EDD287
(237,210,135)
#EED694
(238,214,148)
#EFDAA1
(239,218,161)
#F0DEAE
(240,222,174)
#F1E2BB
(241,226,187)
#F2E6C8
(242,230,200)
#F3EAD5
(243,234,213)
#F4EEE2
(244,238,226)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCA6D color. Also use rgb(235,202,109) instead hex code.

Text Font Color

.myTextColor { color: #EBCA6D; }

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

This text font color is #EBCA6D.


Background Color

.myBgColor { background-color: #EBCA6D; }

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

This div background color is #EBCA6D.


Border color

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

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

This div border color is #EBCA6D.


Opacity

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

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

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

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

This text has shadow with #EBCA6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCA6D on black background.


Color preview on white background

This text has color #EBCA6D on white background.



Black color preview on #EBCA6D background

This text has black color on #EBCA6D background.


White color preview on #EBCA6D background

This text has white color on #EBCA6D background.