#FFE580

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

Shades of Sweet Corn #FFE580

Tints of Sweet Corn #FFE580

Color information

#FFE580 (or 0xFFE580) is unknown color: approx Sweet Corn. HEX triplet: FF, E5 and 80. RGB value is (255,229,128). Sum of RGB (Red+Green+Blue) = 255+229+128=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 128 (50.39% from 255 or 20.92% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE580 is #001A7F. Grayscale: #E1E1E1. Windows color (decimal): -6784 or 8447487. OLE color: 8447487.

HSL color Cylindrical-coordinate representation of color #FFE580: hue angle of 47.72º 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 #FFE580 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255229128-
CMYK00.100.500
HSL47.72º100%75.1%-
HSV(B)47.72º49.8%100%-
XYZ73.1678.8631.79-
YUV225.2673.11149.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 229 (89.84% from 255) = 37.42%
BLUE value IS 128 (50.39% from 255) = 20.92%
R=41.67%
G=37.42%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522912800.100.50047.7210075.1
HexFFE5800A32030644b
Octal37734520001262060144113
Binary11111111111001011000000001010110010011000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE580; }

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

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

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

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

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

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

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

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