COLOR #FFE980

HEX: #FFE980
RGB: (255,233,128)

Color info

#FFE980 contains mainly red and green colors. Web safe color of #FFE980 is #FFFF66 (or #FF6).

RGB color model

#FFE980 color RGB value is (255,233,128).

  • red value is 255;
  • green value is 233;
  • blue value is 128.
RGB:
(255,233,128)
(100%,91%,50%)

RGB channels and saturation

R 255 of 255 = 100%
G 233 of 255 = 91%
B 128 of 255 = 50%

255
233
128

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

Portions of RGB colors in percentages

R + G + B =
255 + 233 + 128 = 616 (100%)
R 255 of 616 ~ 41.4%
G 233 of 616 ~ 37.82%
B 128 of 616 ~ 20.78%

%41.4
%37.82
%20.78

CMYK color model

#FFE980 color CMYK value is (0,9,50,0).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK:
(0,9,50,0)
C0M9Y50K0 
(0%,9%,50%,0%)
(0.00/0.09/0.50/0.00)	

CMYK percentages

%0
%8.63
%49.8
%0

Codes

Color #FFE980 in popluar color models

FFE980
RGB255233128
HSL50°100.00%75.10%
HSB/HSV50°49.80%100.00%
CMYK0.00%8.63%49.80%
0.00%

Color #FFE980 in popluar number systems.

HEXFFE980
Decimal255233128
Binary111111111110100110000000
Octal377351200

Shades and tints

Shades of #FFE980

#FFE980
(255,233,128)
#E8D475
(232,212,117)
#D1BF6A
(209,191,106)
#BAAA5F
(186,170,95)
#A39554
(163,149,84)
#8C8049
(140,128,73)
#756B3E
(117,107,62)
#5E5633
(94,86,51)
#474128
(71,65,40)
#302C1D
(48,44,29)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #FFE980

#FFE980
(255,233,128)
#FFEB8B
(255,235,139)
#FFED96
(255,237,150)
#FFEFA1
(255,239,161)
#FFF1AC
(255,241,172)
#FFF3B7
(255,243,183)
#FFF5C2
(255,245,194)
#FFF7CD
(255,247,205)
#FFF9D8
(255,249,216)
#FFFBE3
(255,251,227)
#FFFDEE
(255,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE980 color. Also use rgb(255,233,128) instead hex code.

Text Font Color

.myTextColor { color: #FFE980; }

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

This text font color is #FFE980.


Background Color

.myBgColor { background-color: #FFE980; }

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

This div background color is #FFE980.


Border color

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

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

This div border color is #FFE980.


Opacity

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

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

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

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

This text has shadow with #FFE980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE980 on black background.


Color preview on white background

This text has color #FFE980 on white background.



Black color preview on #FFE980 background

This text has black color on #FFE980 background.


White color preview on #FFE980 background

This text has white color on #FFE980 background.