#FFE280

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

Shades of Sweet Corn #FFE280

Tints of Sweet Corn #FFE280

Color information

#FFE280 (or 0xFFE280) is unknown color: approx Sweet Corn. HEX triplet: FF, E2 and 80. RGB value is (255,226,128). Sum of RGB (Red+Green+Blue) = 255+226+128=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 128 (50.39% from 255 or 21.02% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE280 is #001D7F. Grayscale: #DFDFDF. Windows color (decimal): -7552 or 8446719. OLE color: 8446719.

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

Color convert

RGB255226128-
CMYK00.110.500
HSL46.3º100%75.1%-
HSV(B)46.3º49.8%100%-
XYZ72.3377.2131.51-
YUV223.574.11150.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 226 (88.67% from 255) = 37.11%
BLUE value IS 128 (50.39% from 255) = 21.02%
R=41.87%
G=37.11%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522612800.110.50046.310075.1
HexFFE2800B3202e644b
Octal37734220001362056144113
Binary11111111111000101000000001011110010010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE280; }

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

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

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

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

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

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

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

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