COLOR #EAAE27

HEX: #EAAE27
RGB: (234,174,39)

Color info

#EAAE27 contains mainly red color. Web safe color of #EAAE27 is #FF9933 (or #F93).

RGB color model

#EAAE27 color RGB value is (234,174,39).

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

RGB channels and saturation

R 234 of 255 = 92%
G 174 of 255 = 68%
B 39 of 255 = 15%

234
174
39

R + G + B ~ 58%. #EAAE27 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
234 + 174 + 39 = 447 (100%)
R 234 of 447 ~ 52.35%
G 174 of 447 ~ 38.93%
B 39 of 447 ~ 8.72%

%52.35
%38.93

CMYK color model

#EAAE27 color CMYK value is (0,26,83,8).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 83.33%
  • key color value is 8.24%
CMYK:
(0,26,83,8)
C0M26Y83K8 
(0%,26%,83%,8%)
(0.00/0.26/0.83/0.08)	

CMYK percentages

%0
%25.64
%83.33
%8.24

Codes

Color #EAAE27 in popluar color models

EAAE27
RGB23417439
HSL42°82.28%53.53%
HSB/HSV42°83.33%91.76%
CMYK0.00%25.64%83.33%
8.24%

Color #EAAE27 in popluar number systems.

HEXEAAE27
Decimal23417439
Binary1110101010101110100111
Octal35225647

Shades and tints

Shades of #EAAE27

#EAAE27
(234,174,39)
#D59F24
(213,159,36)
#C09021
(192,144,33)
#AB811E
(171,129,30)
#96721B
(150,114,27)
#816318
(129,99,24)
#6C5415
(108,84,21)
#574512
(87,69,18)
#42360F
(66,54,15)
#2D270C
(45,39,12)
#181809
(24,24,9)
#000000
(0,0,0)

Tints of #EAAE27

#EAAE27
(234,174,39)
#EBB53A
(235,181,58)
#ECBC4D
(236,188,77)
#EDC360
(237,195,96)
#EECA73
(238,202,115)
#EFD186
(239,209,134)
#F0D899
(240,216,153)
#F1DFAC
(241,223,172)
#F2E6BF
(242,230,191)
#F3EDD2
(243,237,210)
#F4F4E5
(244,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAAE27; }

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

This text font color is #EAAE27.


Background Color

.myBgColor { background-color: #EAAE27; }

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

This div background color is #EAAE27.


Border color

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

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

This div border color is #EAAE27.


Opacity

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

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

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

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

This text has shadow with #EAAE27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAAE27 on black background.


Color preview on white background

This text has color #EAAE27 on white background.



Black color preview on #EAAE27 background

This text has black color on #EAAE27 background.


White color preview on #EAAE27 background

This text has white color on #EAAE27 background.