#FEE574

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

Shades of Sweet Corn #FEE574

Tints of Sweet Corn #FEE574

Color information

#FEE574 (or 0xFEE574) is unknown color: approx Sweet Corn. HEX triplet: FE, E5 and 74. RGB value is (254,229,116). Sum of RGB (Red+Green+Blue) = 254+229+116=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 116 (45.70% from 255 or 19.37% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE574 is #011A8B. Grayscale: #E0E0E0. Windows color (decimal): -72332 or 7661054. OLE color: 7661054.

HSL color Cylindrical-coordinate representation of color #FEE574: hue angle of 49.13º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEE574 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB254229116-
CMYK00.100.540.00
HSL49.13º98.57%72.55%-
HSV(B)49.13º54.33%99.61%-
XYZ72.0478.3727.85-
YUV223.5967.28149.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 229 (89.84% from 255) = 38.23%
BLUE value IS 116 (45.70% from 255) = 19.37%
R=42.40%
G=38.23%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422911600.100.540.0049.1398.5772.55
HexFEE5740A360316349
Octal37634516401266061143111
Binary1111111011100101111010001010110110011000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE574; }

 p { color: rgb(254,229,116); }

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

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

 a { background-color: rgb(254,229,116); }

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

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

 span { border-color: rgb(254,229,116); }

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