COLOR #EBC26E

HEX: #EBC26E
RGB: (235,194,110)

Color info

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

RGB color model

#EBC26E color RGB value is (235,194,110).

  • red value is 235;
  • green value is 194;
  • blue value is 110.
RGB:
(235,194,110)
(92%,76%,43%)

RGB channels and saturation

R 235 of 255 = 92%
G 194 of 255 = 76%
B 110 of 255 = 43%

235
194
110

R + G + B ~ 70%. #EBC26E is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 194 + 110 = 539 (100%)
R 235 of 539 ~ 43.6%
G 194 of 539 ~ 35.99%
B 110 of 539 ~ 20.41%

%43.6
%35.99
%20.41

CMYK color model

#EBC26E color CMYK value is (0,17,53,8).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 53.19%
  • key color value is 7.84%
CMYK:
(0,17,53,8)
C0M17Y53K8 
(0%,17%,53%,8%)
(0.00/0.17/0.53/0.08)	

CMYK percentages

%0
%17.45
%53.19
%7.84

Codes

Color #EBC26E in popluar color models

EBC26E
RGB235194110
HSL40°75.76%67.65%
HSB/HSV40°53.19%92.16%
CMYK0.00%17.45%53.19%
7.84%

Color #EBC26E in popluar number systems.

HEXEBC26E
Decimal235194110
Binary11101011110000101101110
Octal353302156

Shades and tints

Shades of #EBC26E

#EBC26E
(235,194,110)
#D6B164
(214,177,100)
#C1A05A
(193,160,90)
#AC8F50
(172,143,80)
#977E46
(151,126,70)
#826D3C
(130,109,60)
#6D5C32
(109,92,50)
#584B28
(88,75,40)
#433A1E
(67,58,30)
#2E2914
(46,41,20)
#19180A
(25,24,10)
#000000
(0,0,0)

Tints of #EBC26E

#EBC26E
(235,194,110)
#ECC77B
(236,199,123)
#EDCC88
(237,204,136)
#EED195
(238,209,149)
#EFD6A2
(239,214,162)
#F0DBAF
(240,219,175)
#F1E0BC
(241,224,188)
#F2E5C9
(242,229,201)
#F3EAD6
(243,234,214)
#F4EFE3
(244,239,227)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC26E color. Also use rgb(235,194,110) instead hex code.

Text Font Color

.myTextColor { color: #EBC26E; }

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

This text font color is #EBC26E.


Background Color

.myBgColor { background-color: #EBC26E; }

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

This div background color is #EBC26E.


Border color

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

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

This div border color is #EBC26E.


Opacity

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

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

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

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

This text has shadow with #EBC26E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC26E on black background.


Color preview on white background

This text has color #EBC26E on white background.



Black color preview on #EBC26E background

This text has black color on #EBC26E background.


White color preview on #EBC26E background

This text has white color on #EBC26E background.