#FFE479

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

Shades of Sweet Corn #FFE479

Tints of Sweet Corn #FFE479

Color information

#FFE479 (or 0xFFE479) is unknown color: approx Sweet Corn. HEX triplet: FF, E4 and 79. RGB value is (255,228,121). Sum of RGB (Red+Green+Blue) = 255+228+121=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 121 (47.66% from 255 or 20.03% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE479 is #001B86. Grayscale: #E0E0E0. Windows color (decimal): -7047 or 7988479. OLE color: 7988479.

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

Color convert

RGB255228121-
CMYK00.110.530
HSL47.91º100%73.73%-
HSV(B)47.91º52.55%100%-
XYZ72.4378.1329.35-
YUV223.8769.95150.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 121 (47.66% from 255) = 20.03%
R=42.22%
G=37.75%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522812100.110.53047.9110073.73
HexFFE4790B35030644a
Octal37734417101365060144112
Binary1111111111100100111100101011110101011000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE479; }

 p { color: rgb(255,228,121); }

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

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

 a { background-color: rgb(255,228,121); }

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

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

 span { border-color: rgb(255,228,121); }

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