#F0E178

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

Shades of Sweet Corn #F0E178

Tints of Sweet Corn #F0E178

Color information

#F0E178 (or 0xF0E178) is unknown color: approx Sweet Corn. HEX triplet: F0, E1 and 78. RGB value is (240,225,120). Sum of RGB (Red+Green+Blue) = 240+225+120=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E178 is #0F1E87. Grayscale: #D9D9D9. Windows color (decimal): -990856 or 7922160. OLE color: 7922160.

HSL color Cylindrical-coordinate representation of color #F0E178: hue angle of 52.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0E178 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB240225120-
CMYK00.060.50.06
HSL52.5º80%70.59%-
HSV(B)52.5º50%94.12%-
XYZ66.2573.7328.51-
YUV217.5272.97144.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 120 (47.27% from 255) = 20.51%
R=41.03%
G=38.46%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022512000.060.50.0652.58070.59
HexF0E17806326345047
Octal3603411700662664120107
Binary11110000111000011111000011011001011011010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E178; }

 p { color: rgb(240,225,120); }

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

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

 a { background-color: rgb(240,225,120); }

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

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

 span { border-color: rgb(240,225,120); }

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