COLOR #EAA481

HEX: #EAA481
RGB: (234,164,129)

Color info

#EAA481 contains mainly red color. Web safe color of #EAA481 is #FF9999 (or #F99).

RGB color model

#EAA481 color RGB value is (234,164,129).

  • red value is 234;
  • green value is 164;
  • blue value is 129.
RGB:
(234,164,129)
(92%,64%,51%)

RGB channels and saturation

R 234 of 255 = 92%
G 164 of 255 = 64%
B 129 of 255 = 51%

234
164
129

R + G + B ~ 69%. #EAA481 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 164 + 129 = 527 (100%)
R 234 of 527 ~ 44.4%
G 164 of 527 ~ 31.12%
B 129 of 527 ~ 24.48%

%44.4
%31.12
%24.48

CMYK color model

#EAA481 color CMYK value is (0,30,45,8).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 44.87%
  • key color value is 8.24%
CMYK:
(0,30,45,8)
C0M30Y45K8 
(0%,30%,45%,8%)
(0.00/0.30/0.45/0.08)	

CMYK percentages

%0
%29.91
%44.87
%8.24

Codes

Color #EAA481 in popluar color models

EAA481
RGB234164129
HSL20°71.43%71.18%
HSB/HSV20°44.87%91.76%
CMYK0.00%29.91%44.87%
8.24%

Color #EAA481 in popluar number systems.

HEXEAA481
Decimal234164129
Binary111010101010010010000001
Octal352244201

Shades and tints

Shades of #EAA481

#EAA481
(234,164,129)
#D59676
(213,150,118)
#C0886B
(192,136,107)
#AB7A60
(171,122,96)
#966C55
(150,108,85)
#815E4A
(129,94,74)
#6C503F
(108,80,63)
#574234
(87,66,52)
#423429
(66,52,41)
#2D261E
(45,38,30)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #EAA481

#EAA481
(234,164,129)
#EBAC8C
(235,172,140)
#ECB497
(236,180,151)
#EDBCA2
(237,188,162)
#EEC4AD
(238,196,173)
#EFCCB8
(239,204,184)
#F0D4C3
(240,212,195)
#F1DCCE
(241,220,206)
#F2E4D9
(242,228,217)
#F3ECE4
(243,236,228)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA481 color. Also use rgb(234,164,129) instead hex code.

Text Font Color

.myTextColor { color: #EAA481; }

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

This text font color is #EAA481.


Background Color

.myBgColor { background-color: #EAA481; }

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

This div background color is #EAA481.


Border color

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

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

This div border color is #EAA481.


Opacity

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

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

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

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

This text has shadow with #EAA481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA481 on black background.


Color preview on white background

This text has color #EAA481 on white background.



Black color preview on #EAA481 background

This text has black color on #EAA481 background.


White color preview on #EAA481 background

This text has white color on #EAA481 background.