#FEE780

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

Shades of Sweet Corn #FEE780

Tints of Sweet Corn #FEE780

Color information

#FEE780 (or 0xFEE780) is unknown color: approx Sweet Corn. HEX triplet: FE, E7 and 80. RGB value is (254,231,128). Sum of RGB (Red+Green+Blue) = 254+231+128=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE780 is #01187F. Grayscale: #E2E2E2. Windows color (decimal): -71808 or 8447998. OLE color: 8447998.

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

Color convert

RGB254231128-
CMYK00.090.500.00
HSL49.05º98.44%74.9%-
HSV(B)49.05º49.61%99.61%-
XYZ73.3579.7831.96-
YUV226.1472.62147.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 128 (50.39% from 255) = 20.88%
R=41.44%
G=37.68%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423112800.090.500.0049.0598.4474.9
HexFEE7800932031624b
Octal37634720001162061142113
Binary11111110111001111000000001001110010011000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE780; }

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

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

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

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

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

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

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

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