#FFE574

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

Shades of Sweet Corn #FFE574

Tints of Sweet Corn #FFE574

Color information

#FFE574 (or 0xFFE574) is unknown color: approx Sweet Corn. HEX triplet: FF, E5 and 74. RGB value is (255,229,116). Sum of RGB (Red+Green+Blue) = 255+229+116=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 116 (45.70% from 255 or 19.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE574 is #001A8B. Grayscale: #E0E0E0. Windows color (decimal): -6796 or 7661055. OLE color: 7661055.

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

Color convert

RGB255229116-
CMYK00.100.550
HSL48.78º100%72.75%-
HSV(B)48.78º54.51%100%-
XYZ72.4178.5627.87-
YUV223.8967.11150.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 229 (89.84% from 255) = 38.17%
BLUE value IS 116 (45.70% from 255) = 19.33%
R=42.5%
G=38.17%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522911600.100.55048.7810072.75
HexFFE5740A370316449
Octal37734516401267061144111
Binary1111111111100101111010001010110111011000111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE574; }

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

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

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

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

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

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

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

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