COLOR #EAAE53

HEX: #EAAE53
RGB: (234,174,83)

Color info

#EAAE53 contains mainly red color. Web safe color of #EAAE53 is #FF9966 (or #F96).

RGB color model

#EAAE53 color RGB value is (234,174,83).

  • red value is 234;
  • green value is 174;
  • blue value is 83.
RGB:
(234,174,83)
(92%,68%,33%)

RGB channels and saturation

R 234 of 255 = 92%
G 174 of 255 = 68%
B 83 of 255 = 33%

234
174
83

R + G + B ~ 64%. #EAAE53 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 174 + 83 = 491 (100%)
R 234 of 491 ~ 47.66%
G 174 of 491 ~ 35.44%
B 83 of 491 ~ 16.9%

%47.66
%35.44
%16.9

CMYK color model

#EAAE53 color CMYK value is (0,26,65,8).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 64.53%
  • key color value is 8.24%
CMYK:
(0,26,65,8)
C0M26Y65K8 
(0%,26%,65%,8%)
(0.00/0.26/0.65/0.08)	

CMYK percentages

%0
%25.64
%64.53
%8.24

Codes

Color #EAAE53 in popluar color models

EAAE53
RGB23417483
HSL36°78.24%62.16%
HSB/HSV36°64.53%91.76%
CMYK0.00%25.64%64.53%
8.24%

Color #EAAE53 in popluar number systems.

HEXEAAE53
Decimal23417483
Binary11101010101011101010011
Octal352256123

Shades and tints

Shades of #EAAE53

#EAAE53
(234,174,83)
#D59F4C
(213,159,76)
#C09045
(192,144,69)
#AB813E
(171,129,62)
#967237
(150,114,55)
#816330
(129,99,48)
#6C5429
(108,84,41)
#574522
(87,69,34)
#42361B
(66,54,27)
#2D2714
(45,39,20)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #EAAE53

#EAAE53
(234,174,83)
#EBB562
(235,181,98)
#ECBC71
(236,188,113)
#EDC380
(237,195,128)
#EECA8F
(238,202,143)
#EFD19E
(239,209,158)
#F0D8AD
(240,216,173)
#F1DFBC
(241,223,188)
#F2E6CB
(242,230,203)
#F3EDDA
(243,237,218)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAAE53 color. Also use rgb(234,174,83) instead hex code.

Text Font Color

.myTextColor { color: #EAAE53; }

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

This text font color is #EAAE53.


Background Color

.myBgColor { background-color: #EAAE53; }

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

This div background color is #EAAE53.


Border color

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

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

This div border color is #EAAE53.


Opacity

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

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

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

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

This text has shadow with #EAAE53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAAE53 on black background.


Color preview on white background

This text has color #EAAE53 on white background.



Black color preview on #EAAE53 background

This text has black color on #EAAE53 background.


White color preview on #EAAE53 background

This text has white color on #EAAE53 background.