COLOR #EAB631

HEX: #EAB631
RGB: (234,182,49)

Color info

#EAB631 contains mainly red and green colors. Web safe color of #EAB631 is #FFCC33 (or #FC3).

RGB color model

#EAB631 color RGB value is (234,182,49).

  • red value is 234;
  • green value is 182;
  • blue value is 49.
RGB:
(234,182,49)
(92%,71%,19%)

RGB channels and saturation

R 234 of 255 = 92%
G 182 of 255 = 71%
B 49 of 255 = 19%

234
182
49

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

Portions of RGB colors in percentages

R + G + B =
234 + 182 + 49 = 465 (100%)
R 234 of 465 ~ 50.32%
G 182 of 465 ~ 39.14%
B 49 of 465 ~ 10.54%

%50.32
%39.14
%10.54

CMYK color model

#EAB631 color CMYK value is (0,22,79,8).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 79.06%
  • key color value is 8.24%
CMYK:
(0,22,79,8)
C0M22Y79K8 
(0%,22%,79%,8%)
(0.00/0.22/0.79/0.08)	

CMYK percentages

%0
%22.22
%79.06
%8.24

Codes

Color #EAB631 in popluar color models

EAB631
RGB23418249
HSL43°81.50%55.49%
HSB/HSV43°79.06%91.76%
CMYK0.00%22.22%79.06%
8.24%

Color #EAB631 in popluar number systems.

HEXEAB631
Decimal23418249
Binary1110101010110110110001
Octal35226661

Shades and tints

Shades of #EAB631

#EAB631
(234,182,49)
#D5A62D
(213,166,45)
#C09629
(192,150,41)
#AB8625
(171,134,37)
#967621
(150,118,33)
#81661D
(129,102,29)
#6C5619
(108,86,25)
#574615
(87,70,21)
#423611
(66,54,17)
#2D260D
(45,38,13)
#181609
(24,22,9)
#000000
(0,0,0)

Tints of #EAB631

#EAB631
(234,182,49)
#EBBC43
(235,188,67)
#ECC255
(236,194,85)
#EDC867
(237,200,103)
#EECE79
(238,206,121)
#EFD48B
(239,212,139)
#F0DA9D
(240,218,157)
#F1E0AF
(241,224,175)
#F2E6C1
(242,230,193)
#F3ECD3
(243,236,211)
#F4F2E5
(244,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB631 color. Also use rgb(234,182,49) instead hex code.

Text Font Color

.myTextColor { color: #EAB631; }

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

This text font color is #EAB631.


Background Color

.myBgColor { background-color: #EAB631; }

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

This div background color is #EAB631.


Border color

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

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

This div border color is #EAB631.


Opacity

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

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

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

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

This text has shadow with #EAB631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB631 on black background.


Color preview on white background

This text has color #EAB631 on white background.



Black color preview on #EAB631 background

This text has black color on #EAB631 background.


White color preview on #EAB631 background

This text has white color on #EAB631 background.