#FEEA80

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

Shades of Sweet Corn #FEEA80

Tints of Sweet Corn #FEEA80

Color information

#FEEA80 (or 0xFEEA80) is unknown color: approx Sweet Corn. HEX triplet: FE, EA and 80. RGB value is (254,234,128). Sum of RGB (Red+Green+Blue) = 254+234+128=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA80 is #01157F. Grayscale: #E4E4E4. Windows color (decimal): -71040 or 8448766. OLE color: 8448766.

HSL color Cylindrical-coordinate representation of color #FEEA80: hue angle of 50.48º 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 #FEEA80 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254234128-
CMYK00.080.500.00
HSL50.48º98.44%74.9%-
HSV(B)50.48º49.61%99.61%-
XYZ74.1981.4732.24-
YUV227.971.63146.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 234 (91.80% from 255) = 37.99%
BLUE value IS 128 (50.39% from 255) = 20.78%
R=41.23%
G=37.99%
B=20.78%

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
Decimal25423412800.080.500.0050.4898.4474.9
HexFEEA800832032624b
Octal37635220001062062142113
Binary11111110111010101000000001000110010011001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEA80; }

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

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

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

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

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

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

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

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