COLOR #EBCA6B

HEX: #EBCA6B RGB: (235,202,107)

Color info

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

RGB color model

#EBCA6B color RGB value is (235,202,107).

RGB: (235,202,107) (92%, 79%, 42%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 107 of 255 = 42%

235
202
107

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

Portions of RGB colors in percentages

R + G + B = 235 + 202 + 107 = 544 (100%)
R 235 of 544 ~ 43.2%
G 202 of 544 ~ 37.13%
B 107 of 544 ~ 19.67'%

%43.2
%37.13
%19.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 54.47%
  • 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
%54.47
%7.84

Codes

Color #EBCA6B in popluar color models

EB CA 6B
RGB 235 202 107
HSL 45° 76.19% 67.06%
HSB/HSV 45° 54.47% 92.16%
CMYK 0.00% 14.04% 54.47%
7.84%

Color #EBCA6B in popluar number systems.

HEX EB CA 6B
Decimal 235 202 107
Binary 11101011 11001010 1101011
Octal 353 312 153

Shades and tints

Shades of #EBCA6B

#EBCA6B
(235,202,107)
#D6B862
(214,184,98)
#C1A659
(193,166,89)
#AC9450
(172,148,80)
#978247
(151,130,71)
#82703E
(130,112,62)
#6D5E35
(109,94,53)
#584C2C
(88,76,44)
#433A23
(67,58,35)
#2E281A
(46,40,26)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #EBCA6B

#EBCA6B
(235,202,107)
#ECCE78
(236,206,120)
#EDD285
(237,210,133)
#EED692
(238,214,146)
#EFDA9F
(239,218,159)
#F0DEAC
(240,222,172)
#F1E2B9
(241,226,185)
#F2E6C6
(242,230,198)
#F3EAD3
(243,234,211)
#F4EEE0
(244,238,224)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCA6B; }

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

This text font color is #EBCA6B.

Background Color

.myBgColor { background-color: #EBCA6B; }

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

This div background color is #EBCA6B.

Border color

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

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

This div border color is #EBCA6B.

Opacity

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

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

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

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

This text has shadow with #EBCA6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCA6B.

Preview

Color preview on black background

This text has color #EBCA6B on black background.


Color preview on white background

This text has color #EBCA6B on white background.


Black color preview on #EBCA6B background

This text has black color on #EBCA6B background.


White color preview on #EBCA6B background

This text has white color on #EBCA6B background.


Related colors

Complementary color

Complementary color for #hex is #143594.


I love getcolorcode.com

Triadic colors

1 #6BEBCA and #CA6BEB with #EBCA6B are triadic colors.

2 #6BCAEB and #CAEB6B with #EBCA6B are triadic colors.