COLOR #EAE68F

HEX: #EAE68F
RGB: (234,230,143)

Color info

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

RGB color model

#EAE68F color RGB value is (234,230,143).

  • red value is 234;
  • green value is 230;
  • blue value is 143.
RGB:
(234,230,143)
(92%,90%,56%)

RGB channels and saturation

R 234 of 255 = 92%
G 230 of 255 = 90%
B 143 of 255 = 56%

234
230
143

R + G + B ~ 79%. #EAE68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 230 + 143 = 607 (100%)
R 234 of 607 ~ 38.55%
G 230 of 607 ~ 37.89%
B 143 of 607 ~ 23.56%

%38.55
%37.89
%23.56

CMYK color model

#EAE68F color CMYK value is (0,2,39,8).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 38.89%
  • key color value is 8.24%
CMYK:
(0,2,39,8)
C0M2Y39K8 
(0%,2%,39%,8%)
(0.00/0.02/0.39/0.08)	

CMYK percentages

%0
%1.71
%38.89
%8.24

Codes

Color #EAE68F in popluar color models

EAE68F
RGB234230143
HSL57°68.42%73.92%
HSB/HSV57°38.89%91.76%
CMYK0.00%1.71%38.89%
8.24%

Color #EAE68F in popluar number systems.

HEXEAE68F
Decimal234230143
Binary111010101110011010001111
Octal352346217

Shades and tints

Shades of #EAE68F

#EAE68F
(234,230,143)
#D5D282
(213,210,130)
#C0BE75
(192,190,117)
#ABAA68
(171,170,104)
#96965B
(150,150,91)
#81824E
(129,130,78)
#6C6E41
(108,110,65)
#575A34
(87,90,52)
#424627
(66,70,39)
#2D321A
(45,50,26)
#181E0D
(24,30,13)
#000000
(0,0,0)

Tints of #EAE68F

#EAE68F
(234,230,143)
#EBE899
(235,232,153)
#ECEAA3
(236,234,163)
#EDECAD
(237,236,173)
#EEEEB7
(238,238,183)
#EFF0C1
(239,240,193)
#F0F2CB
(240,242,203)
#F1F4D5
(241,244,213)
#F2F6DF
(242,246,223)
#F3F8E9
(243,248,233)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE68F color. Also use rgb(234,230,143) instead hex code.

Text Font Color

.myTextColor { color: #EAE68F; }

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

This text font color is #EAE68F.


Background Color

.myBgColor { background-color: #EAE68F; }

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

This div background color is #EAE68F.


Border color

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

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

This div border color is #EAE68F.


Opacity

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

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

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

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

This text has shadow with #EAE68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE68F on black background.


Color preview on white background

This text has color #EAE68F on white background.



Black color preview on #EAE68F background

This text has black color on #EAE68F background.


White color preview on #EAE68F background

This text has white color on #EAE68F background.