#FFE480

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

Shades of Sweet Corn #FFE480

Tints of Sweet Corn #FFE480

Color information

#FFE480 (or 0xFFE480) is unknown color: approx Sweet Corn. HEX triplet: FF, E4 and 80. RGB value is (255,228,128). Sum of RGB (Red+Green+Blue) = 255+228+128=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 128 (50.39% from 255 or 20.95% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE480 is #001B7F. Grayscale: #E1E1E1. Windows color (decimal): -7040 or 8447231. OLE color: 8447231.

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

Color convert

RGB255228128-
CMYK00.110.500
HSL47.24º100%75.1%-
HSV(B)47.24º49.8%100%-
XYZ72.8878.3131.7-
YUV224.6773.45149.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 228 (89.45% from 255) = 37.32%
BLUE value IS 128 (50.39% from 255) = 20.95%
R=41.73%
G=37.32%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522812800.110.50047.2410075.1
HexFFE4800B3202f644b
Octal37734420001362057144113
Binary11111111111001001000000001011110010010111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE480; }

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

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

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

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

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

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

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

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