COLOR #EAB25E

HEX: #EAB25E RGB: (234,178,94)

Color info

#EAB25E contains mainly red and green colors. Web safe color of #EAB25E is #FF9966 (or #F96).

RGB color model

#EAB25E color RGB value is (234,178,94).

RGB: (234,178,94) (92%, 70%, 37%)

RGB channels and saturation

R 234 of 255 = 92%
G 178 of 255 = 70%
B 94 of 255 = 37%

234
178
94

R + G + B ~ 66%. #EAB25E is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 178 + 94 = 506 (100%)
R 234 of 506 ~ 46.25%
G 178 of 506 ~ 35.18%
B 94 of 506 ~ 18.58'%

%46.25
%35.18
%18.58

CMYK color model

#EAB25E color CMYK value is (0,24,60,8).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 59.83%
  • key color value is 8.24%
CMYK: (0,24,60,8) C0M24Y60K8 (0%,24%,60%,8%) (0.00/0.24/0.60/0.08) 

CMYK percentages

%0
%23.93
%59.83
%8.24

Codes

Color #EAB25E in popluar color models

EA B2 5E
RGB 234 178 94
HSL 36° 76.92% 64.31%
HSB/HSV 36° 59.83% 91.76%
CMYK 0.00% 23.93% 59.83%
8.24%

Color #EAB25E in popluar number systems.

HEX EA B2 5E
Decimal 234 178 94
Binary 11101010 10110010 1011110
Octal 352 262 136

Shades and tints

Shades of #EAB25E

#EAB25E
(234,178,94)
#D5A256
(213,162,86)
#C0924E
(192,146,78)
#AB8246
(171,130,70)
#96723E
(150,114,62)
#816236
(129,98,54)
#6C522E
(108,82,46)
#574226
(87,66,38)
#42321E
(66,50,30)
#2D2216
(45,34,22)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #EAB25E

#EAB25E
(234,178,94)
#EBB96C
(235,185,108)
#ECC07A
(236,192,122)
#EDC788
(237,199,136)
#EECE96
(238,206,150)
#EFD5A4
(239,213,164)
#F0DCB2
(240,220,178)
#F1E3C0
(241,227,192)
#F2EACE
(242,234,206)
#F3F1DC
(243,241,220)
#F4F8EA
(244,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB25E color. Also use rgb(234,178,94) instead hex code.

Text Font Color

.myTextColor { color: #EAB25E; }

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

This text font color is #EAB25E.

Background Color

.myBgColor { background-color: #EAB25E; }

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

This div background color is #EAB25E.

Border color

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

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

This div border color is #EAB25E.

Opacity

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

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

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

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

This text has shadow with #EAB25E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB25E.

Preview

Color preview on black background

This text has color #EAB25E on black background.


Color preview on white background

This text has color #EAB25E on white background.


Black color preview on #EAB25E background

This text has black color on #EAB25E background.


White color preview on #EAB25E background

This text has white color on #EAB25E background.


Related colors

Complementary color

Complementary color for #hex is #154DA1.


I love getcolorcode.com

Triadic colors

1 #5EEAB2 and #B25EEA with #EAB25E are triadic colors.

2 #5EB2EA and #B2EA5E with #EAB25E are triadic colors.