COLOR #EAE258

HEX: #EAE258
RGB: (234,226,88)

Color info

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

RGB color model

#EAE258 color RGB value is (234,226,88).

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

RGB channels and saturation

R 234 of 255 = 92%
G 226 of 255 = 89%
B 88 of 255 = 35%

234
226
88

R + G + B ~ 72%. #EAE258 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 226 + 88 = 548 (100%)
R 234 of 548 ~ 42.7%
G 226 of 548 ~ 41.24%
B 88 of 548 ~ 16.06%

%42.7
%41.24
%16.06

CMYK color model

#EAE258 color CMYK value is (0,3,62,8).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 62.39%
  • key color value is 8.24%
CMYK:
(0,3,62,8)
C0M3Y62K8 
(0%,3%,62%,8%)
(0.00/0.03/0.62/0.08)	

CMYK percentages

%0
%3.42
%62.39
%8.24

Codes

Color #EAE258 in popluar color models

EAE258
RGB23422688
HSL57°77.66%63.14%
HSB/HSV57°62.39%91.76%
CMYK0.00%3.42%62.39%
8.24%

Color #EAE258 in popluar number systems.

HEXEAE258
Decimal23422688
Binary11101010111000101011000
Octal352342130

Shades and tints

Shades of #EAE258

#EAE258
(234,226,88)
#D5CE50
(213,206,80)
#C0BA48
(192,186,72)
#ABA640
(171,166,64)
#969238
(150,146,56)
#817E30
(129,126,48)
#6C6A28
(108,106,40)
#575620
(87,86,32)
#424218
(66,66,24)
#2D2E10
(45,46,16)
#181A08
(24,26,8)
#000000
(0,0,0)

Tints of #EAE258

#EAE258
(234,226,88)
#EBE467
(235,228,103)
#ECE676
(236,230,118)
#EDE885
(237,232,133)
#EEEA94
(238,234,148)
#EFECA3
(239,236,163)
#F0EEB2
(240,238,178)
#F1F0C1
(241,240,193)
#F2F2D0
(242,242,208)
#F3F4DF
(243,244,223)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE258; }

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

This text font color is #EAE258.


Background Color

.myBgColor { background-color: #EAE258; }

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

This div background color is #EAE258.


Border color

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

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

This div border color is #EAE258.


Opacity

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

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

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

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

This text has shadow with #EAE258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE258 on black background.


Color preview on white background

This text has color #EAE258 on white background.



Black color preview on #EAE258 background

This text has black color on #EAE258 background.


White color preview on #EAE258 background

This text has white color on #EAE258 background.