#FEE980

Color #FEE980 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #FEE980

Tints of Sweet Corn #FEE980

Color information

#FEE980 (or 0xFEE980) is unknown color: approx Sweet Corn. HEX triplet: FE, E9 and 80. RGB value is (254,233,128). Sum of RGB (Red+Green+Blue) = 254+233+128=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE980 is #01167F. Grayscale: #E3E3E3. Windows color (decimal): -71296 or 8448510. OLE color: 8448510.

HSL color Cylindrical-coordinate representation of color #FEE980: hue angle of 50º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEE980 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254233128-
CMYK00.080.500.00
HSL50º98.44%74.9%-
HSV(B)50º49.61%99.61%-
XYZ73.9180.9132.14-
YUV227.3171.96147.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 233 (91.41% from 255) = 37.89%
BLUE value IS 128 (50.39% from 255) = 20.81%
R=41.30%
G=37.89%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423312800.080.500.005098.4474.9
HexFEE9800832032624b
Octal37635120001062062142113
Binary11111110111010011000000001000110010011001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE980; }

 p { color: rgb(254,233,128); }

 H1.HeaderClassName
 {
   color: #FEE980;
 }
 .AnyTagClassName
 {
   color: #FEE980;
 }
</style>
background-color css

<style>
 a { background-color: #FEE980; }

 a { background-color: rgb(254,233,128); }

 div.DivClassName
 {
   background-color: #FEE980;
 }
 .BgClassName
 {
   background-color: #FEE980;
 }
</style>
border-color css

<style>
 span { border-color: #FEE980; }

 span { border-color: rgb(254,233,128); }

 td.TdClassName
 {
   border-color: #FEE980;
 }
 .TagClassName
 {
   border-color: #FEE980;
 }
</style>