COLOR #EBCB7E

HEX: #EBCB7E RGB: (235,203,126)

Color info

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

RGB color model

#EBCB7E color RGB value is (235,203,126).

RGB: (235,203,126) (92%, 80%, 49%)

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 126 of 255 = 49%

235
203
126

R + G + B ~ 74%. #EBCB7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 203 + 126 = 564 (100%)
R 235 of 564 ~ 41.67%
G 203 of 564 ~ 35.99%
B 126 of 564 ~ 22.34'%

%41.67
%35.99
%22.34

CMYK color model

#EBCB7E color CMYK value is (0,14,46,8).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 46.38%
  • key color value is 7.84%

CMYK: (0,14,46,8)
C0M14Y46K8 (0%, 14%, 46%, 8%)
(0.00 / 0.14 / 0.46 / 0.08)

CMYK percentages

%0
%13.62
%46.38
%7.84

Codes

Color #EBCB7E in popluar color models

EB CB 7E
RGB 235 203 126
HSL 42° 73.15% 70.78%
HSB/HSV 42° 46.38% 92.16%
CMYK 0.00% 13.62% 46.38%
7.84%

Color #EBCB7E in popluar number systems.

HEX EB CB 7E
Decimal 235 203 126
Binary 11101011 11001011 1111110
Octal 353 313 176

Shades and tints

Shades of #EBCB7E

#EBCB7E
(235,203,126)
#D6B973
(214,185,115)
#C1A768
(193,167,104)
#AC955D
(172,149,93)
#978352
(151,131,82)
#827147
(130,113,71)
#6D5F3C
(109,95,60)
#584D31
(88,77,49)
#433B26
(67,59,38)
#2E291B
(46,41,27)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #EBCB7E

#EBCB7E
(235,203,126)
#ECCF89
(236,207,137)
#EDD394
(237,211,148)
#EED79F
(238,215,159)
#EFDBAA
(239,219,170)
#F0DFB5
(240,223,181)
#F1E3C0
(241,227,192)
#F2E7CB
(242,231,203)
#F3EBD6
(243,235,214)
#F4EFE1
(244,239,225)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCB7E; }

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

This text font color is #EBCB7E.

Background Color

.myBgColor { background-color: #EBCB7E; }

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

This div background color is #EBCB7E.

Border color

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

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

This div border color is #EBCB7E.

Opacity

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

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

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

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

This text has shadow with #EBCB7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCB7E.

Preview

Color preview on black background

This text has color #EBCB7E on black background.


Color preview on white background

This text has color #EBCB7E on white background.


Black color preview on #EBCB7E background

This text has black color on #EBCB7E background.


White color preview on #EBCB7E background

This text has white color on #EBCB7E background.


Related colors

Complementary color

Complementary color for #hex is #143481.


I love getcolorcode.com

Triadic colors

1 #7EEBCB and #CB7EEB with #EBCB7E are triadic colors.

2 #7ECBEB and #CBEB7E with #EBCB7E are triadic colors.