COLOR #EBAC3B

HEX: #EBAC3B RGB: (235,172,59)

Color info

#EBAC3B contains mainly red color. Web safe color of #EBAC3B is #FF9933 (or #F93).

RGB color model

#EBAC3B color RGB value is (235,172,59).

RGB: (235,172,59) (92%, 67%, 23%)

RGB channels and saturation

R 235 of 255 = 92%
G 172 of 255 = 67%
B 59 of 255 = 23%

235
172
59

R + G + B ~ 61%. #EBAC3B is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 172 + 59 = 466 (100%)
R 235 of 466 ~ 50.43%
G 172 of 466 ~ 36.91%
B 59 of 466 ~ 12.66'%

%50.43
%36.91
%12.66

CMYK color model

#EBAC3B color CMYK value is (0,27,75,8).

  • cyan value is 0.00%
  • magenta value is 26.81%
  • yellow value is 74.89%
  • key color value is 7.84%

CMYK: (0,27,75,8)
C0M27Y75K8 (0%, 27%, 75%, 8%)
(0.00 / 0.27 / 0.75 / 0.08)

CMYK percentages

%0
%26.81
%74.89
%7.84

Codes

Color #EBAC3B in popluar color models

EB AC 3B
RGB 235 172 59
HSL 39° 81.48% 57.65%
HSB/HSV 39° 74.89% 92.16%
CMYK 0.00% 26.81% 74.89%
7.84%

Color #EBAC3B in popluar number systems.

HEX EB AC 3B
Decimal 235 172 59
Binary 11101011 10101100 111011
Octal 353 254 73

Shades and tints

Shades of #EBAC3B

#EBAC3B
(235,172,59)
#D69D36
(214,157,54)
#C18E31
(193,142,49)
#AC7F2C
(172,127,44)
#977027
(151,112,39)
#826122
(130,97,34)
#6D521D
(109,82,29)
#584318
(88,67,24)
#433413
(67,52,19)
#2E250E
(46,37,14)
#191609
(25,22,9)
#000000
(0,0,0)

Tints of #EBAC3B

#EBAC3B
(235,172,59)
#ECB34C
(236,179,76)
#EDBA5D
(237,186,93)
#EEC16E
(238,193,110)
#EFC87F
(239,200,127)
#F0CF90
(240,207,144)
#F1D6A1
(241,214,161)
#F2DDB2
(242,221,178)
#F3E4C3
(243,228,195)
#F4EBD4
(244,235,212)
#F5F2E5
(245,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAC3B color. Also use rgb(235,172,59) instead hex code.

Text Font Color

.myTextColor { color: #EBAC3B; }

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

This text font color is #EBAC3B.

Background Color

.myBgColor { background-color: #EBAC3B; }

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

This div background color is #EBAC3B.

Border color

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

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

This div border color is #EBAC3B.

Opacity

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

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

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

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

This text has shadow with #EBAC3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBAC3B.

Preview

Color preview on black background

This text has color #EBAC3B on black background.


Color preview on white background

This text has color #EBAC3B on white background.


Black color preview on #EBAC3B background

This text has black color on #EBAC3B background.


White color preview on #EBAC3B background

This text has white color on #EBAC3B background.


Related colors

Complementary color

Complementary color for #hex is #1453C4.


I love getcolorcode.com

Triadic colors

1 #3BEBAC and #AC3BEB with #EBAC3B are triadic colors.

2 #3BACEB and #ACEB3B with #EBAC3B are triadic colors.