COLOR #EAE563

HEX: #EAE563 RGB: (234,229,99)

Color info

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

RGB color model

#EAE563 color RGB value is (234,229,99).

RGB: (234,229,99) (92%, 90%, 39%)

RGB channels and saturation

R 234 of 255 = 92%
G 229 of 255 = 90%
B 99 of 255 = 39%

234
229
99

R + G + B ~ 74%. #EAE563 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 229 + 99 = 562 (100%)
R 234 of 562 ~ 41.64%
G 229 of 562 ~ 40.75%
B 99 of 562 ~ 17.62'%

%41.64
%40.75
%17.62

CMYK color model

#EAE563 color CMYK value is (0,2,58,8).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 57.69%
  • key color value is 8.24%

CMYK: (0,2,58,8)
C0M2Y58K8 (0%, 2%, 58%, 8%)
(0.00 / 0.02 / 0.58 / 0.08)

CMYK percentages

%0
%2.14
%57.69
%8.24

Codes

Color #EAE563 in popluar color models

EA E5 63
RGB 234 229 99
HSL 58° 76.27% 65.29%
HSB/HSV 58° 57.69% 91.76%
CMYK 0.00% 2.14% 57.69%
8.24%

Color #EAE563 in popluar number systems.

HEX EA E5 63
Decimal 234 229 99
Binary 11101010 11100101 1100011
Octal 352 345 143

Shades and tints

Shades of #EAE563

#EAE563
(234,229,99)
#D5D15A
(213,209,90)
#C0BD51
(192,189,81)
#ABA948
(171,169,72)
#96953F
(150,149,63)
#818136
(129,129,54)
#6C6D2D
(108,109,45)
#575924
(87,89,36)
#42451B
(66,69,27)
#2D3112
(45,49,18)
#181D09
(24,29,9)
#000000
(0,0,0)

Tints of #EAE563

#EAE563
(234,229,99)
#EBE771
(235,231,113)
#ECE97F
(236,233,127)
#EDEB8D
(237,235,141)
#EEED9B
(238,237,155)
#EFEFA9
(239,239,169)
#F0F1B7
(240,241,183)
#F1F3C5
(241,243,197)
#F2F5D3
(242,245,211)
#F3F7E1
(243,247,225)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE563 color. Also use rgb(234,229,99) instead hex code.

Text Font Color

.myTextColor { color: #EAE563; }

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

This text font color is #EAE563.

Background Color

.myBgColor { background-color: #EAE563; }

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

This div background color is #EAE563.

Border color

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

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

This div border color is #EAE563.

Opacity

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

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

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

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

This text has shadow with #EAE563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAE563.

Preview

Color preview on black background

This text has color #EAE563 on black background.


Color preview on white background

This text has color #EAE563 on white background.


Black color preview on #EAE563 background

This text has black color on #EAE563 background.


White color preview on #EAE563 background

This text has white color on #EAE563 background.


Related colors

Complementary color

Complementary color for #hex is #151A9C.


I love getcolorcode.com

Triadic colors

1 #63EAE5 and #E563EA with #EAE563 are triadic colors.

2 #63E5EA and #E5EA63 with #EAE563 are triadic colors.