COLOR #EAA33F

HEX: #EAA33F
RGB: (234,163,63)

Color info

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

RGB color model

#EAA33F color RGB value is (234,163,63).

  • red value is 234;
  • green value is 163;
  • blue value is 63.
RGB:
(234,163,63)
(92%,64%,25%)

RGB channels and saturation

R 234 of 255 = 92%
G 163 of 255 = 64%
B 63 of 255 = 25%

234
163
63

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

Portions of RGB colors in percentages

R + G + B =
234 + 163 + 63 = 460 (100%)
R 234 of 460 ~ 50.87%
G 163 of 460 ~ 35.43%
B 63 of 460 ~ 13.7%

%50.87
%35.43
%13.7

CMYK color model

#EAA33F color CMYK value is (0,30,73,8).

  • cyan value is 0.00%
  • magenta value is 30.34%
  • yellow value is 73.08%
  • key color value is 8.24%
CMYK:
(0,30,73,8)
C0M30Y73K8 
(0%,30%,73%,8%)
(0.00/0.30/0.73/0.08)	

CMYK percentages

%0
%30.34
%73.08
%8.24

Codes

Color #EAA33F in popluar color models

EAA33F
RGB23416363
HSL35°80.28%58.24%
HSB/HSV35°73.08%91.76%
CMYK0.00%30.34%73.08%
8.24%

Color #EAA33F in popluar number systems.

HEXEAA33F
Decimal23416363
Binary1110101010100011111111
Octal35224377

Shades and tints

Shades of #EAA33F

#EAA33F
(234,163,63)
#D5953A
(213,149,58)
#C08735
(192,135,53)
#AB7930
(171,121,48)
#966B2B
(150,107,43)
#815D26
(129,93,38)
#6C4F21
(108,79,33)
#57411C
(87,65,28)
#423317
(66,51,23)
#2D2512
(45,37,18)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #EAA33F

#EAA33F
(234,163,63)
#EBAB50
(235,171,80)
#ECB361
(236,179,97)
#EDBB72
(237,187,114)
#EEC383
(238,195,131)
#EFCB94
(239,203,148)
#F0D3A5
(240,211,165)
#F1DBB6
(241,219,182)
#F2E3C7
(242,227,199)
#F3EBD8
(243,235,216)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAA33F; }

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

This text font color is #EAA33F.


Background Color

.myBgColor { background-color: #EAA33F; }

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

This div background color is #EAA33F.


Border color

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

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

This div border color is #EAA33F.


Opacity

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

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

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

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

This text has shadow with #EAA33F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA33F on black background.


Color preview on white background

This text has color #EAA33F on white background.



Black color preview on #EAA33F background

This text has black color on #EAA33F background.


White color preview on #EAA33F background

This text has white color on #EAA33F background.