COLOR #FEEE9A

HEX: #FEEE9A
RGB: (254,238,154)

Color info

#FEEE9A contains mainly red and green colors. Web safe color of #FEEE9A is #FFFF99 (or #FF9).

RGB color model

#FEEE9A color RGB value is (254,238,154).

  • red value is 254;
  • green value is 238;
  • blue value is 154.
RGB:
(254,238,154)
(100%,93%,60%)

RGB channels and saturation

R 254 of 255 = 100%
G 238 of 255 = 93%
B 154 of 255 = 60%

254
238
154

R + G + B ~ 84%. #FEEE9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 238 + 154 = 646 (100%)
R 254 of 646 ~ 39.32%
G 238 of 646 ~ 36.84%
B 154 of 646 ~ 23.84%

%39.32
%36.84
%23.84

CMYK color model

#FEEE9A color CMYK value is (0,6,39,0).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 39.37%
  • key color value is 0.39%
CMYK:
(0,6,39,0)
C0M6Y39K0 
(0%,6%,39%,0%)
(0.00/0.06/0.39/0.00)	

CMYK percentages

%0
%6.3
%39.37
%0.39

Codes

Color #FEEE9A in popluar color models

FEEE9A
RGB254238154
HSL50°98.04%80.00%
HSB/HSV50°39.37%99.61%
CMYK0.00%6.30%39.37%
0.39%

Color #FEEE9A in popluar number systems.

HEXFEEE9A
Decimal254238154
Binary111111101110111010011010
Octal376356232

Shades and tints

Shades of #FEEE9A

#FEEE9A
(254,238,154)
#E7D98C
(231,217,140)
#D0C47E
(208,196,126)
#B9AF70
(185,175,112)
#A29A62
(162,154,98)
#8B8554
(139,133,84)
#747046
(116,112,70)
#5D5B38
(93,91,56)
#46462A
(70,70,42)
#2F311C
(47,49,28)
#181C0E
(24,28,14)
#000000
(0,0,0)

Tints of #FEEE9A

#FEEE9A
(254,238,154)
#FEEFA3
(254,239,163)
#FEF0AC
(254,240,172)
#FEF1B5
(254,241,181)
#FEF2BE
(254,242,190)
#FEF3C7
(254,243,199)
#FEF4D0
(254,244,208)
#FEF5D9
(254,245,217)
#FEF6E2
(254,246,226)
#FEF7EB
(254,247,235)
#FEF8F4
(254,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEEE9A color. Also use rgb(254,238,154) instead hex code.

Text Font Color

.myTextColor { color: #FEEE9A; }

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

This text font color is #FEEE9A.


Background Color

.myBgColor { background-color: #FEEE9A; }

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

This div background color is #FEEE9A.


Border color

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

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

This div border color is #FEEE9A.


Opacity

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

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

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

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

This text has shadow with #FEEE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEE9A on black background.


Color preview on white background

This text has color #FEEE9A on white background.



Black color preview on #FEEE9A background

This text has black color on #FEEE9A background.


White color preview on #FEEE9A background

This text has white color on #FEEE9A background.