#FEE180

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

Shades of Sweet Corn #FEE180

Tints of Sweet Corn #FEE180

Color information

#FEE180 (or 0xFEE180) is unknown color: approx Sweet Corn. HEX triplet: FE, E1 and 80. RGB value is (254,225,128). Sum of RGB (Red+Green+Blue) = 254+225+128=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE180 is #011E7F. Grayscale: #DFDFDF. Windows color (decimal): -73344 or 8446462. OLE color: 8446462.

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

Color convert

RGB254225128-
CMYK00.110.500.00
HSL46.19º98.44%74.9%-
HSV(B)46.19º49.61%99.61%-
XYZ71.6976.4831.41-
YUV222.6174.61150.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 128 (50.39% from 255) = 21.09%
R=41.85%
G=37.07%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422512800.110.500.0046.1998.4474.9
HexFEE1800B3202e624b
Octal37634120001362056142113
Binary11111110111000011000000001011110010010111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE180; }

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

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

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

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

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

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

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

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