COLOR #EAC698

HEX: #EAC698 RGB: (234,198,152)

Color info

#EAC698 contains mainly red and green colors. Web safe color of #EAC698 is #FFCC99 (or #FC9).

RGB color model

#EAC698 color RGB value is (234,198,152).

RGB: (234,198,152) (92%, 78%, 60%)

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 152 of 255 = 60%

234
198
152

R + G + B ~ 77%. #EAC698 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 198 + 152 = 584 (100%)
R 234 of 584 ~ 40.07%
G 198 of 584 ~ 33.9%
B 152 of 584 ~ 26.03'%

%40.07
%33.9
%26.03

CMYK color model

#EAC698 color CMYK value is (0,15,35,8).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 35.04%
  • key color value is 8.24%

CMYK: (0,15,35,8)
C0M15Y35K8 (0%, 15%, 35%, 8%)
(0.00 / 0.15 / 0.35 / 0.08)

CMYK percentages

%0
%15.38
%35.04
%8.24

Codes

Color #EAC698 in popluar color models

EA C6 98
RGB 234 198 152
HSL 34° 66.13% 75.69%
HSB/HSV 34° 35.04% 91.76%
CMYK 0.00% 15.38% 35.04%
8.24%

Color #EAC698 in popluar number systems.

HEX EA C6 98
Decimal 234 198 152
Binary 11101010 11000110 10011000
Octal 352 306 230

Shades and tints

Shades of #EAC698

#EAC698
(234,198,152)
#D5B48B
(213,180,139)
#C0A27E
(192,162,126)
#AB9071
(171,144,113)
#967E64
(150,126,100)
#816C57
(129,108,87)
#6C5A4A
(108,90,74)
#57483D
(87,72,61)
#423630
(66,54,48)
#2D2423
(45,36,35)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #EAC698

#EAC698
(234,198,152)
#EBCBA1
(235,203,161)
#ECD0AA
(236,208,170)
#EDD5B3
(237,213,179)
#EEDABC
(238,218,188)
#EFDFC5
(239,223,197)
#F0E4CE
(240,228,206)
#F1E9D7
(241,233,215)
#F2EEE0
(242,238,224)
#F3F3E9
(243,243,233)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC698 color. Also use rgb(234,198,152) instead hex code.

Text Font Color

.myTextColor { color: #EAC698; }

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

This text font color is #EAC698.

Background Color

.myBgColor { background-color: #EAC698; }

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

This div background color is #EAC698.

Border color

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

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

This div border color is #EAC698.

Opacity

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

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

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

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

This text has shadow with #EAC698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC698.

Preview

Color preview on black background

This text has color #EAC698 on black background.


Color preview on white background

This text has color #EAC698 on white background.


Black color preview on #EAC698 background

This text has black color on #EAC698 background.


White color preview on #EAC698 background

This text has white color on #EAC698 background.


Related colors

Complementary color

Complementary color for #EAC698 is #153967.


I love getcolorcode.com

Triadic colors

1 #98EAC6 and #C698EA with #EAC698 are triadic colors.

2 #98C6EA and #C6EA98 with #EAC698 are triadic colors.