COLOR #EACE58

HEX: #EACE58
RGB: (234,206,88)

Color info

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

RGB color model

#EACE58 color RGB value is (234,206,88).

  • red value is 234;
  • green value is 206;
  • blue value is 88.
RGB:
(234,206,88)
(92%,81%,35%)

RGB channels and saturation

R 234 of 255 = 92%
G 206 of 255 = 81%
B 88 of 255 = 35%

234
206
88

R + G + B ~ 69%. #EACE58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 206 + 88 = 528 (100%)
R 234 of 528 ~ 44.32%
G 206 of 528 ~ 39.02%
B 88 of 528 ~ 16.67%

%44.32
%39.02
%16.67

CMYK color model

#EACE58 color CMYK value is (0,12,62,8).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 62.39%
  • key color value is 8.24%
CMYK:
(0,12,62,8)
C0M12Y62K8 
(0%,12%,62%,8%)
(0.00/0.12/0.62/0.08)	

CMYK percentages

%0
%11.97
%62.39
%8.24

Codes

Color #EACE58 in popluar color models

EACE58
RGB23420688
HSL48°77.66%63.14%
HSB/HSV48°62.39%91.76%
CMYK0.00%11.97%62.39%
8.24%

Color #EACE58 in popluar number systems.

HEXEACE58
Decimal23420688
Binary11101010110011101011000
Octal352316130

Shades and tints

Shades of #EACE58

#EACE58
(234,206,88)
#D5BC50
(213,188,80)
#C0AA48
(192,170,72)
#AB9840
(171,152,64)
#968638
(150,134,56)
#817430
(129,116,48)
#6C6228
(108,98,40)
#575020
(87,80,32)
#423E18
(66,62,24)
#2D2C10
(45,44,16)
#181A08
(24,26,8)
#000000
(0,0,0)

Tints of #EACE58

#EACE58
(234,206,88)
#EBD267
(235,210,103)
#ECD676
(236,214,118)
#EDDA85
(237,218,133)
#EEDE94
(238,222,148)
#EFE2A3
(239,226,163)
#F0E6B2
(240,230,178)
#F1EAC1
(241,234,193)
#F2EED0
(242,238,208)
#F3F2DF
(243,242,223)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACE58 color. Also use rgb(234,206,88) instead hex code.

Text Font Color

.myTextColor { color: #EACE58; }

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

This text font color is #EACE58.


Background Color

.myBgColor { background-color: #EACE58; }

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

This div background color is #EACE58.


Border color

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

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

This div border color is #EACE58.


Opacity

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

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

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

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

This text has shadow with #EACE58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACE58 on black background.


Color preview on white background

This text has color #EACE58 on white background.



Black color preview on #EACE58 background

This text has black color on #EACE58 background.


White color preview on #EACE58 background

This text has white color on #EACE58 background.