COLOR #EAE606

HEX: #EAE606
RGB: (234,230,6)

Color info

#EAE606 contains mainly red and green colors. Web safe color of #EAE606 is #FFCC00 (or #FC0).

RGB color model

#EAE606 color RGB value is (234,230,6).

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

RGB channels and saturation

R 234 of 255 = 92%
G 230 of 255 = 90%
B 6 of 255 = 2%

234
230
6

R + G + B ~ 61%. #EAE606 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 230 + 6 = 470 (100%)
R 234 of 470 ~ 49.79%
G 230 of 470 ~ 48.94%
B 6 of 470 ~ 1.28%

%49.79
%48.94

CMYK color model

#EAE606 color CMYK value is (0,2,97,8).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 97.44%
  • key color value is 8.24%
CMYK:
(0,2,97,8)
C0M2Y97K8 
(0%,2%,97%,8%)
(0.00/0.02/0.97/0.08)	

CMYK percentages

%0
%1.71
%97.44
%8.24

Codes

Color #EAE606 in popluar color models

EAE606
RGB2342306
HSL59°95.00%47.06%
HSB/HSV59°97.44%91.76%
CMYK0.00%1.71%97.44%
8.24%

Color #EAE606 in popluar number systems.

HEXEAE606
Decimal2342306
Binary1110101011100110110
Octal3523466

Shades and tints

Shades of #EAE606

#EAE606
(234,230,6)
#D5D206
(213,210,6)
#C0BE06
(192,190,6)
#ABAA06
(171,170,6)
#969606
(150,150,6)
#818206
(129,130,6)
#6C6E06
(108,110,6)
#575A06
(87,90,6)
#424606
(66,70,6)
#2D3206
(45,50,6)
#181E06
(24,30,6)
#000000
(0,0,0)

Tints of #EAE606

#EAE606
(234,230,6)
#EBE81C
(235,232,28)
#ECEA32
(236,234,50)
#EDEC48
(237,236,72)
#EEEE5E
(238,238,94)
#EFF074
(239,240,116)
#F0F28A
(240,242,138)
#F1F4A0
(241,244,160)
#F2F6B6
(242,246,182)
#F3F8CC
(243,248,204)
#F4FAE2
(244,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE606; }

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

This text font color is #EAE606.


Background Color

.myBgColor { background-color: #EAE606; }

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

This div background color is #EAE606.


Border color

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

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

This div border color is #EAE606.


Opacity

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

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

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

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

This text has shadow with #EAE606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE606 on black background.


Color preview on white background

This text has color #EAE606 on white background.



Black color preview on #EAE606 background

This text has black color on #EAE606 background.


White color preview on #EAE606 background

This text has white color on #EAE606 background.