COLOR #EAC16A

HEX: #EAC16A
RGB: (234,193,106)

Color info

#EAC16A contains mainly red and green colors. Web safe color of #EAC16A is #FFCC66 (or #FC6).

RGB color model

#EAC16A color RGB value is (234,193,106).

  • red value is 234;
  • green value is 193;
  • blue value is 106.
RGB:
(234,193,106)
(92%,76%,42%)

RGB channels and saturation

R 234 of 255 = 92%
G 193 of 255 = 76%
B 106 of 255 = 42%

234
193
106

R + G + B ~ 70%. #EAC16A is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 193 + 106 = 533 (100%)
R 234 of 533 ~ 43.9%
G 193 of 533 ~ 36.21%
B 106 of 533 ~ 19.89%

%43.9
%36.21
%19.89

CMYK color model

#EAC16A color CMYK value is (0,18,55,8).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 54.70%
  • key color value is 8.24%
CMYK:
(0,18,55,8)
C0M18Y55K8 
(0%,18%,55%,8%)
(0.00/0.18/0.55/0.08)	

CMYK percentages

%0
%17.52
%54.7
%8.24

Codes

Color #EAC16A in popluar color models

EAC16A
RGB234193106
HSL41°75.29%66.67%
HSB/HSV41°54.70%91.76%
CMYK0.00%17.52%54.70%
8.24%

Color #EAC16A in popluar number systems.

HEXEAC16A
Decimal234193106
Binary11101010110000011101010
Octal352301152

Shades and tints

Shades of #EAC16A

#EAC16A
(234,193,106)
#D5B061
(213,176,97)
#C09F58
(192,159,88)
#AB8E4F
(171,142,79)
#967D46
(150,125,70)
#816C3D
(129,108,61)
#6C5B34
(108,91,52)
#574A2B
(87,74,43)
#423922
(66,57,34)
#2D2819
(45,40,25)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #EAC16A

#EAC16A
(234,193,106)
#EBC677
(235,198,119)
#ECCB84
(236,203,132)
#EDD091
(237,208,145)
#EED59E
(238,213,158)
#EFDAAB
(239,218,171)
#F0DFB8
(240,223,184)
#F1E4C5
(241,228,197)
#F2E9D2
(242,233,210)
#F3EEDF
(243,238,223)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC16A color. Also use rgb(234,193,106) instead hex code.

Text Font Color

.myTextColor { color: #EAC16A; }

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

This text font color is #EAC16A.


Background Color

.myBgColor { background-color: #EAC16A; }

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

This div background color is #EAC16A.


Border color

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

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

This div border color is #EAC16A.


Opacity

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

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

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

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

This text has shadow with #EAC16A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC16A on black background.


Color preview on white background

This text has color #EAC16A on white background.



Black color preview on #EAC16A background

This text has black color on #EAC16A background.


White color preview on #EAC16A background

This text has white color on #EAC16A background.