COLOR #EAC36F

HEX: #EAC36F
RGB: (234,195,111)

Color info

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

RGB color model

#EAC36F color RGB value is (234,195,111).

  • red value is 234;
  • green value is 195;
  • blue value is 111.
RGB:
(234,195,111)
(92%,76%,44%)

RGB channels and saturation

R 234 of 255 = 92%
G 195 of 255 = 76%
B 111 of 255 = 44%

234
195
111

R + G + B ~ 71%. #EAC36F is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 195 + 111 = 540 (100%)
R 234 of 540 ~ 43.33%
G 195 of 540 ~ 36.11%
B 111 of 540 ~ 20.56%

%43.33
%36.11
%20.56

CMYK color model

#EAC36F color CMYK value is (0,17,53,8).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 52.56%
  • key color value is 8.24%
CMYK:
(0,17,53,8)
C0M17Y53K8 
(0%,17%,53%,8%)
(0.00/0.17/0.53/0.08)	

CMYK percentages

%0
%16.67
%52.56
%8.24

Codes

Color #EAC36F in popluar color models

EAC36F
RGB234195111
HSL41°74.55%67.65%
HSB/HSV41°52.56%91.76%
CMYK0.00%16.67%52.56%
8.24%

Color #EAC36F in popluar number systems.

HEXEAC36F
Decimal234195111
Binary11101010110000111101111
Octal352303157

Shades and tints

Shades of #EAC36F

#EAC36F
(234,195,111)
#D5B265
(213,178,101)
#C0A15B
(192,161,91)
#AB9051
(171,144,81)
#967F47
(150,127,71)
#816E3D
(129,110,61)
#6C5D33
(108,93,51)
#574C29
(87,76,41)
#423B1F
(66,59,31)
#2D2A15
(45,42,21)
#18190B
(24,25,11)
#000000
(0,0,0)

Tints of #EAC36F

#EAC36F
(234,195,111)
#EBC87C
(235,200,124)
#ECCD89
(236,205,137)
#EDD296
(237,210,150)
#EED7A3
(238,215,163)
#EFDCB0
(239,220,176)
#F0E1BD
(240,225,189)
#F1E6CA
(241,230,202)
#F2EBD7
(242,235,215)
#F3F0E4
(243,240,228)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC36F color. Also use rgb(234,195,111) instead hex code.

Text Font Color

.myTextColor { color: #EAC36F; }

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

This text font color is #EAC36F.


Background Color

.myBgColor { background-color: #EAC36F; }

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

This div background color is #EAC36F.


Border color

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

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

This div border color is #EAC36F.


Opacity

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

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

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

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

This text has shadow with #EAC36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC36F on black background.


Color preview on white background

This text has color #EAC36F on white background.



Black color preview on #EAC36F background

This text has black color on #EAC36F background.


White color preview on #EAC36F background

This text has white color on #EAC36F background.