COLOR #FEE380

HEX: #FEE380
RGB: (254,227,128)

Color info

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

RGB color model

#FEE380 color RGB value is (254,227,128).

  • red value is 254;
  • green value is 227;
  • blue value is 128.
RGB:
(254,227,128)
(100%,89%,50%)

RGB channels and saturation

R 254 of 255 = 100%
G 227 of 255 = 89%
B 128 of 255 = 50%

254
227
128

R + G + B ~ 80%. #FEE380 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 227 + 128 = 609 (100%)
R 254 of 609 ~ 41.71%
G 227 of 609 ~ 37.27%
B 128 of 609 ~ 21.02%

%41.71
%37.27
%21.02

CMYK color model

#FEE380 color CMYK value is (0,11,50,0).

  • cyan value is 0.00%
  • magenta value is 10.63%
  • yellow value is 49.61%
  • key color value is 0.39%
CMYK:
(0,11,50,0)
C0M11Y50K0 
(0%,11%,50%,0%)
(0.00/0.11/0.50/0.00)	

CMYK percentages

%0
%10.63
%49.61
%0.39

Codes

Color #FEE380 in popluar color models

FEE380
RGB254227128
HSL47°98.44%74.90%
HSB/HSV47°49.61%99.61%
CMYK0.00%10.63%49.61%
0.39%

Color #FEE380 in popluar number systems.

HEXFEE380
Decimal254227128
Binary111111101110001110000000
Octal376343200

Shades and tints

Shades of #FEE380

#FEE380
(254,227,128)
#E7CF75
(231,207,117)
#D0BB6A
(208,187,106)
#B9A75F
(185,167,95)
#A29354
(162,147,84)
#8B7F49
(139,127,73)
#746B3E
(116,107,62)
#5D5733
(93,87,51)
#464328
(70,67,40)
#2F2F1D
(47,47,29)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #FEE380

#FEE380
(254,227,128)
#FEE58B
(254,229,139)
#FEE796
(254,231,150)
#FEE9A1
(254,233,161)
#FEEBAC
(254,235,172)
#FEEDB7
(254,237,183)
#FEEFC2
(254,239,194)
#FEF1CD
(254,241,205)
#FEF3D8
(254,243,216)
#FEF5E3
(254,245,227)
#FEF7EE
(254,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE380; }

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

This text font color is #FEE380.


Background Color

.myBgColor { background-color: #FEE380; }

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

This div background color is #FEE380.


Border color

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

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

This div border color is #FEE380.


Opacity

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

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

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

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

This text has shadow with #FEE380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE380 on black background.


Color preview on white background

This text has color #FEE380 on white background.



Black color preview on #FEE380 background

This text has black color on #FEE380 background.


White color preview on #FEE380 background

This text has white color on #FEE380 background.