COLOR #EAC570

HEX: #EAC570 RGB: (234,197,112)

Color info

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

RGB color model

#EAC570 color RGB value is (234,197,112).

RGB: (234,197,112) (92%, 77%, 44%)

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 112 of 255 = 44%

234
197
112

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

Portions of RGB colors in percentages

R + G + B = 234 + 197 + 112 = 543 (100%)
R 234 of 543 ~ 43.09%
G 197 of 543 ~ 36.28%
B 112 of 543 ~ 20.63'%

%43.09
%36.28
%20.63

CMYK color model

#EAC570 color CMYK value is (0,16,52,8).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 52.14%
  • key color value is 8.24%

CMYK: (0,16,52,8)
C0M16Y52K8 (0%, 16%, 52%, 8%)
(0.00 / 0.16 / 0.52 / 0.08)

CMYK percentages

%0
%15.81
%52.14
%8.24

Codes

Color #EAC570 in popluar color models

EA C5 70
RGB 234 197 112
HSL 42° 74.39% 67.84%
HSB/HSV 42° 52.14% 91.76%
CMYK 0.00% 15.81% 52.14%
8.24%

Color #EAC570 in popluar number systems.

HEX EA C5 70
Decimal 234 197 112
Binary 11101010 11000101 1110000
Octal 352 305 160

Shades and tints

Shades of #EAC570

#EAC570
(234,197,112)
#D5B466
(213,180,102)
#C0A35C
(192,163,92)
#AB9252
(171,146,82)
#968148
(150,129,72)
#81703E
(129,112,62)
#6C5F34
(108,95,52)
#574E2A
(87,78,42)
#423D20
(66,61,32)
#2D2C16
(45,44,22)
#181B0C
(24,27,12)
#000000
(0,0,0)

Tints of #EAC570

#EAC570
(234,197,112)
#EBCA7D
(235,202,125)
#ECCF8A
(236,207,138)
#EDD497
(237,212,151)
#EED9A4
(238,217,164)
#EFDEB1
(239,222,177)
#F0E3BE
(240,227,190)
#F1E8CB
(241,232,203)
#F2EDD8
(242,237,216)
#F3F2E5
(243,242,229)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC570 color. Also use rgb(234,197,112) instead hex code.

Text Font Color

.myTextColor { color: #EAC570; }

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

This text font color is #EAC570.

Background Color

.myBgColor { background-color: #EAC570; }

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

This div background color is #EAC570.

Border color

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

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

This div border color is #EAC570.

Opacity

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

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

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

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

This text has shadow with #EAC570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC570.

Preview

Color preview on black background

This text has color #EAC570 on black background.


Color preview on white background

This text has color #EAC570 on white background.


Black color preview on #EAC570 background

This text has black color on #EAC570 background.


White color preview on #EAC570 background

This text has white color on #EAC570 background.


Related colors

Complementary color

Complementary color for #hex is #153A8F.


I love getcolorcode.com

Triadic colors

1 #70EAC5 and #C570EA with #EAC570 are triadic colors.

2 #70C5EA and #C5EA70 with #EAC570 are triadic colors.