COLOR #EAE95D

HEX: #EAE95D
RGB: (234,233,93)

Color info

#EAE95D contains mainly red and green colors. Web safe color of #EAE95D is #FFFF66 (or #FF6).

RGB color model

#EAE95D color RGB value is (234,233,93).

  • red value is 234;
  • green value is 233;
  • blue value is 93.
RGB:
(234,233,93)
(92%,91%,36%)

RGB channels and saturation

R 234 of 255 = 92%
G 233 of 255 = 91%
B 93 of 255 = 36%

234
233
93

R + G + B ~ 73%. #EAE95D is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 233 + 93 = 560 (100%)
R 234 of 560 ~ 41.79%
G 233 of 560 ~ 41.61%
B 93 of 560 ~ 16.61%

%41.79
%41.61
%16.61

CMYK color model

#EAE95D color CMYK value is (0,0,60,8).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 60.26%
  • key color value is 8.24%
CMYK:
(0,0,60,8)
C0M0Y60K8 
(0%,0%,60%,8%)
(0.00/0.00/0.60/0.08)	

CMYK percentages

%0
%0.43
%60.26
%8.24

Codes

Color #EAE95D in popluar color models

EAE95D
RGB23423393
HSL60°77.05%64.12%
HSB/HSV60°60.26%91.76%
CMYK0.00%0.43%60.26%
8.24%

Color #EAE95D in popluar number systems.

HEXEAE95D
Decimal23423393
Binary11101010111010011011101
Octal352351135

Shades and tints

Shades of #EAE95D

#EAE95D
(234,233,93)
#D5D455
(213,212,85)
#C0BF4D
(192,191,77)
#ABAA45
(171,170,69)
#96953D
(150,149,61)
#818035
(129,128,53)
#6C6B2D
(108,107,45)
#575625
(87,86,37)
#42411D
(66,65,29)
#2D2C15
(45,44,21)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #EAE95D

#EAE95D
(234,233,93)
#EBEB6B
(235,235,107)
#ECED79
(236,237,121)
#EDEF87
(237,239,135)
#EEF195
(238,241,149)
#EFF3A3
(239,243,163)
#F0F5B1
(240,245,177)
#F1F7BF
(241,247,191)
#F2F9CD
(242,249,205)
#F3FBDB
(243,251,219)
#F4FDE9
(244,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE95D color. Also use rgb(234,233,93) instead hex code.

Text Font Color

.myTextColor { color: #EAE95D; }

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

This text font color is #EAE95D.


Background Color

.myBgColor { background-color: #EAE95D; }

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

This div background color is #EAE95D.


Border color

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

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

This div border color is #EAE95D.


Opacity

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

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

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

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

This text has shadow with #EAE95D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE95D on black background.


Color preview on white background

This text has color #EAE95D on white background.



Black color preview on #EAE95D background

This text has black color on #EAE95D background.


White color preview on #EAE95D background

This text has white color on #EAE95D background.