COLOR #FEE393

HEX: #FEE393 RGB: (254,227,147)

Color info

#FEE393 contains mainly red and green colors. Web safe color of #FEE393 is #FFCC99 (or #FC9).

RGB color model

#FEE393 color RGB value is (254,227,147).

RGB: (254,227,147) (100%, 89%, 58%)

RGB channels and saturation

R 254 of 255 = 100%
G 227 of 255 = 89%
B 147 of 255 = 58%

254
227
147

R + G + B ~ 82%. #FEE393 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 227 + 147 = 628 (100%)
R 254 of 628 ~ 40.45%
G 227 of 628 ~ 36.15%
B 147 of 628 ~ 23.41'%

%40.45
%36.15
%23.41

CMYK color model

#FEE393 color CMYK value is (0,11,42,0).

  • cyan value is 0.00%
  • magenta value is 10.63%
  • yellow value is 42.13%
  • key color value is 0.39%
CMYK: (0,11,42,0) C0M11Y42K0 (0%,11%,42%,0%) (0.00/0.11/0.42/0.00) 

CMYK percentages

%0
%10.63
%42.13
%0.39

Codes

Color #FEE393 in popluar color models

FE E3 93
RGB 254 227 147
HSL 45° 98.17% 78.63%
HSB/HSV 45° 42.13% 99.61%
CMYK 0.00% 10.63% 42.13%
0.39%

Color #FEE393 in popluar number systems.

HEX FE E3 93
Decimal 254 227 147
Binary 11111110 11100011 10010011
Octal 376 343 223

Shades and tints

Shades of #FEE393

#FEE393
(254,227,147)
#E7CF86
(231,207,134)
#D0BB79
(208,187,121)
#B9A76C
(185,167,108)
#A2935F
(162,147,95)
#8B7F52
(139,127,82)
#746B45
(116,107,69)
#5D5738
(93,87,56)
#46432B
(70,67,43)
#2F2F1E
(47,47,30)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #FEE393

#FEE393
(254,227,147)
#FEE59C
(254,229,156)
#FEE7A5
(254,231,165)
#FEE9AE
(254,233,174)
#FEEBB7
(254,235,183)
#FEEDC0
(254,237,192)
#FEEFC9
(254,239,201)
#FEF1D2
(254,241,210)
#FEF3DB
(254,243,219)
#FEF5E4
(254,245,228)
#FEF7ED
(254,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE393 color. Also use rgb(254,227,147) instead hex code.

Text Font Color

.myTextColor { color: #FEE393; }

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

This text font color is #FEE393.

Background Color

.myBgColor { background-color: #FEE393; }

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

This div background color is #FEE393.

Border color

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

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

This div border color is #FEE393.

Opacity

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

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

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

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

This text has shadow with #FEE393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE393.

Preview

Color preview on black background

This text has color #FEE393 on black background.


Color preview on white background

This text has color #FEE393 on white background.


Black color preview on #FEE393 background

This text has black color on #FEE393 background.


White color preview on #FEE393 background

This text has white color on #FEE393 background.


Related colors

Complementary color

Complementary color for #hex is #011C6C.


I love getcolorcode.com

Triadic colors

1 #93FEE3 and #E393FE with #FEE393 are triadic colors.

2 #93E3FE and #E3FE93 with #FEE393 are triadic colors.