COLOR #EAB93F

HEX: #EAB93F RGB: (234,185,63)

Color info

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

RGB color model

#EAB93F color RGB value is (234,185,63).

RGB: (234,185,63) (92%, 73%, 25%)

RGB channels and saturation

R 234 of 255 = 92%
G 185 of 255 = 73%
B 63 of 255 = 25%

234
185
63

R + G + B ~ 63%. #EAB93F is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 185 + 63 = 482 (100%)
R 234 of 482 ~ 48.55%
G 185 of 482 ~ 38.38%
B 63 of 482 ~ 13.07'%

%48.55
%38.38
%13.07

CMYK color model

#EAB93F color CMYK value is (0,21,73,8).

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 73.08%
  • key color value is 8.24%
CMYK: (0,21,73,8) C0M21Y73K8 (0%,21%,73%,8%) (0.00/0.21/0.73/0.08) 

CMYK percentages

%0
%20.94
%73.08
%8.24

Codes

Color #EAB93F in popluar color models

EA B9 3F
RGB 234 185 63
HSL 43° 80.28% 58.24%
HSB/HSV 43° 73.08% 91.76%
CMYK 0.00% 20.94% 73.08%
8.24%

Color #EAB93F in popluar number systems.

HEX EA B9 3F
Decimal 234 185 63
Binary 11101010 10111001 111111
Octal 352 271 77

Shades and tints

Shades of #EAB93F

#EAB93F
(234,185,63)
#D5A93A
(213,169,58)
#C09935
(192,153,53)
#AB8930
(171,137,48)
#96792B
(150,121,43)
#816926
(129,105,38)
#6C5921
(108,89,33)
#57491C
(87,73,28)
#423917
(66,57,23)
#2D2912
(45,41,18)
#18190D
(24,25,13)
#000000
(0,0,0)

Tints of #EAB93F

#EAB93F
(234,185,63)
#EBBF50
(235,191,80)
#ECC561
(236,197,97)
#EDCB72
(237,203,114)
#EED183
(238,209,131)
#EFD794
(239,215,148)
#F0DDA5
(240,221,165)
#F1E3B6
(241,227,182)
#F2E9C7
(242,233,199)
#F3EFD8
(243,239,216)
#F4F5E9
(244,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB93F color. Also use rgb(234,185,63) instead hex code.

Text Font Color

.myTextColor { color: #EAB93F; }

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

This text font color is #EAB93F.

Background Color

.myBgColor { background-color: #EAB93F; }

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

This div background color is #EAB93F.

Border color

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

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

This div border color is #EAB93F.

Opacity

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

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

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

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

This text has shadow with #EAB93F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB93F.

Preview

Color preview on black background

This text has color #EAB93F on black background.


Color preview on white background

This text has color #EAB93F on white background.


Black color preview on #EAB93F background

This text has black color on #EAB93F background.


White color preview on #EAB93F background

This text has white color on #EAB93F background.


Related colors

Complementary color

Complementary color for #hex is #1546C0.


I love getcolorcode.com

Triadic colors

1 #3FEAB9 and #B93FEA with #EAB93F are triadic colors.

2 #3FB9EA and #B9EA3F with #EAB93F are triadic colors.