COLOR #EAB339

HEX: #EAB339
RGB: (234,179,57)

Color info

#EAB339 contains mainly red and green colors. Web safe color of #EAB339 is #FF9933 (or #F93).

RGB color model

#EAB339 color RGB value is (234,179,57).

  • red value is 234;
  • green value is 179;
  • blue value is 57.
RGB:
(234,179,57)
(92%,70%,22%)

RGB channels and saturation

R 234 of 255 = 92%
G 179 of 255 = 70%
B 57 of 255 = 22%

234
179
57

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

Portions of RGB colors in percentages

R + G + B =
234 + 179 + 57 = 470 (100%)
R 234 of 470 ~ 49.79%
G 179 of 470 ~ 38.09%
B 57 of 470 ~ 12.13%

%49.79
%38.09
%12.13

CMYK color model

#EAB339 color CMYK value is (0,24,76,8).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 75.64%
  • key color value is 8.24%
CMYK:
(0,24,76,8)
C0M24Y76K8 
(0%,24%,76%,8%)
(0.00/0.24/0.76/0.08)	

CMYK percentages

%0
%23.5
%75.64
%8.24

Codes

Color #EAB339 in popluar color models

EAB339
RGB23417957
HSL41°80.82%57.06%
HSB/HSV41°75.64%91.76%
CMYK0.00%23.50%75.64%
8.24%

Color #EAB339 in popluar number systems.

HEXEAB339
Decimal23417957
Binary1110101010110011111001
Octal35226371

Shades and tints

Shades of #EAB339

#EAB339
(234,179,57)
#D5A334
(213,163,52)
#C0932F
(192,147,47)
#AB832A
(171,131,42)
#967325
(150,115,37)
#816320
(129,99,32)
#6C531B
(108,83,27)
#574316
(87,67,22)
#423311
(66,51,17)
#2D230C
(45,35,12)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #EAB339

#EAB339
(234,179,57)
#EBB94B
(235,185,75)
#ECBF5D
(236,191,93)
#EDC56F
(237,197,111)
#EECB81
(238,203,129)
#EFD193
(239,209,147)
#F0D7A5
(240,215,165)
#F1DDB7
(241,221,183)
#F2E3C9
(242,227,201)
#F3E9DB
(243,233,219)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB339 color. Also use rgb(234,179,57) instead hex code.

Text Font Color

.myTextColor { color: #EAB339; }

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

This text font color is #EAB339.


Background Color

.myBgColor { background-color: #EAB339; }

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

This div background color is #EAB339.


Border color

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

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

This div border color is #EAB339.


Opacity

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

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

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

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

This text has shadow with #EAB339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB339 on black background.


Color preview on white background

This text has color #EAB339 on white background.



Black color preview on #EAB339 background

This text has black color on #EAB339 background.


White color preview on #EAB339 background

This text has white color on #EAB339 background.