COLOR #EAC072

HEX: #EAC072
RGB: (234,192,114)

Color info

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

RGB color model

#EAC072 color RGB value is (234,192,114).

  • red value is 234;
  • green value is 192;
  • blue value is 114.
RGB:
(234,192,114)
(92%,75%,45%)

RGB channels and saturation

R 234 of 255 = 92%
G 192 of 255 = 75%
B 114 of 255 = 45%

234
192
114

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

Portions of RGB colors in percentages

R + G + B =
234 + 192 + 114 = 540 (100%)
R 234 of 540 ~ 43.33%
G 192 of 540 ~ 35.56%
B 114 of 540 ~ 21.11%

%43.33
%35.56
%21.11

CMYK color model

#EAC072 color CMYK value is (0,18,51,8).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 51.28%
  • key color value is 8.24%
CMYK:
(0,18,51,8)
C0M18Y51K8 
(0%,18%,51%,8%)
(0.00/0.18/0.51/0.08)	

CMYK percentages

%0
%17.95
%51.28
%8.24

Codes

Color #EAC072 in popluar color models

EAC072
RGB234192114
HSL39°74.07%68.24%
HSB/HSV39°51.28%91.76%
CMYK0.00%17.95%51.28%
8.24%

Color #EAC072 in popluar number systems.

HEXEAC072
Decimal234192114
Binary11101010110000001110010
Octal352300162

Shades and tints

Shades of #EAC072

#EAC072
(234,192,114)
#D5AF68
(213,175,104)
#C09E5E
(192,158,94)
#AB8D54
(171,141,84)
#967C4A
(150,124,74)
#816B40
(129,107,64)
#6C5A36
(108,90,54)
#57492C
(87,73,44)
#423822
(66,56,34)
#2D2718
(45,39,24)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #EAC072

#EAC072
(234,192,114)
#EBC57E
(235,197,126)
#ECCA8A
(236,202,138)
#EDCF96
(237,207,150)
#EED4A2
(238,212,162)
#EFD9AE
(239,217,174)
#F0DEBA
(240,222,186)
#F1E3C6
(241,227,198)
#F2E8D2
(242,232,210)
#F3EDDE
(243,237,222)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC072 color. Also use rgb(234,192,114) instead hex code.

Text Font Color

.myTextColor { color: #EAC072; }

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

This text font color is #EAC072.


Background Color

.myBgColor { background-color: #EAC072; }

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

This div background color is #EAC072.


Border color

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

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

This div border color is #EAC072.


Opacity

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

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

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

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

This text has shadow with #EAC072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC072 on black background.


Color preview on white background

This text has color #EAC072 on white background.



Black color preview on #EAC072 background

This text has black color on #EAC072 background.


White color preview on #EAC072 background

This text has white color on #EAC072 background.