#FEEB80

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

Shades of Sweet Corn #FEEB80

Tints of Sweet Corn #FEEB80

Color information

#FEEB80 (or 0xFEEB80) is unknown color: approx Sweet Corn. HEX triplet: FE, EB and 80. RGB value is (254,235,128). Sum of RGB (Red+Green+Blue) = 254+235+128=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 128 (50.39% from 255 or 20.75% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEB80 is #01147F. Grayscale: #E4E4E4. Windows color (decimal): -70784 or 8449022. OLE color: 8449022.

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

Color convert

RGB254235128-
CMYK00.070.500.00
HSL50.95º98.44%74.9%-
HSV(B)50.95º49.61%99.61%-
XYZ74.4882.0532.33-
YUV228.4871.29146.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 128 (50.39% from 255) = 20.75%
R=41.17%
G=38.09%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423512800.070.500.0050.9598.4474.9
HexFEEB800732033624b
Octal3763532000762063142113
Binary1111111011101011100000000111110010011001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEB80; }

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

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

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

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

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

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

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

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