COLOR #EBAB44

HEX: #EBAB44
RGB: (235,171,68)

Color info

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

RGB color model

#EBAB44 color RGB value is (235,171,68).

  • red value is 235;
  • green value is 171;
  • blue value is 68.
RGB:
(235,171,68)
(92%,67%,27%)

RGB channels and saturation

R 235 of 255 = 92%
G 171 of 255 = 67%
B 68 of 255 = 27%

235
171
68

R + G + B ~ 62%. #EBAB44 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 171 + 68 = 474 (100%)
R 235 of 474 ~ 49.58%
G 171 of 474 ~ 36.08%
B 68 of 474 ~ 14.35%

%49.58
%36.08
%14.35

CMYK color model

#EBAB44 color CMYK value is (0,27,71,8).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 71.06%
  • key color value is 7.84%
CMYK:
(0,27,71,8)
C0M27Y71K8 
(0%,27%,71%,8%)
(0.00/0.27/0.71/0.08)	

CMYK percentages

%0
%27.23
%71.06
%7.84

Codes

Color #EBAB44 in popluar color models

EBAB44
RGB23517168
HSL37°80.68%59.41%
HSB/HSV37°71.06%92.16%
CMYK0.00%27.23%71.06%
7.84%

Color #EBAB44 in popluar number systems.

HEXEBAB44
Decimal23517168
Binary11101011101010111000100
Octal353253104

Shades and tints

Shades of #EBAB44

#EBAB44
(235,171,68)
#D69C3E
(214,156,62)
#C18D38
(193,141,56)
#AC7E32
(172,126,50)
#976F2C
(151,111,44)
#826026
(130,96,38)
#6D5120
(109,81,32)
#58421A
(88,66,26)
#433314
(67,51,20)
#2E240E
(46,36,14)
#191508
(25,21,8)
#000000
(0,0,0)

Tints of #EBAB44

#EBAB44
(235,171,68)
#ECB255
(236,178,85)
#EDB966
(237,185,102)
#EEC077
(238,192,119)
#EFC788
(239,199,136)
#F0CE99
(240,206,153)
#F1D5AA
(241,213,170)
#F2DCBB
(242,220,187)
#F3E3CC
(243,227,204)
#F4EADD
(244,234,221)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAB44 color. Also use rgb(235,171,68) instead hex code.

Text Font Color

.myTextColor { color: #EBAB44; }

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

This text font color is #EBAB44.


Background Color

.myBgColor { background-color: #EBAB44; }

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

This div background color is #EBAB44.


Border color

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

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

This div border color is #EBAB44.


Opacity

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

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

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

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

This text has shadow with #EBAB44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAB44 on black background.


Color preview on white background

This text has color #EBAB44 on white background.



Black color preview on #EBAB44 background

This text has black color on #EBAB44 background.


White color preview on #EBAB44 background

This text has white color on #EBAB44 background.