#FEE482

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

Shades of Sweet Corn #FEE482

Tints of Sweet Corn #FEE482

Color information

#FEE482 (or 0xFEE482) is unknown color: approx Sweet Corn. HEX triplet: FE, E4 and 82. RGB value is (254,228,130). Sum of RGB (Red+Green+Blue) = 254+228+130=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE482 is #011B7D. Grayscale: #E1E1E1. Windows color (decimal): -72574 or 8578302. OLE color: 8578302.

HSL color Cylindrical-coordinate representation of color #FEE482: hue angle of 47.42º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEE482 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB254228130-
CMYK00.100.490.00
HSL47.42º98.41%75.29%-
HSV(B)47.42º48.82%99.61%-
XYZ72.6578.1732.38-
YUV224.674.61148.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 228 (89.45% from 255) = 37.25%
BLUE value IS 130 (51.17% from 255) = 21.24%
R=41.50%
G=37.25%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422813000.100.490.0047.4298.4175.29
HexFEE4820A3102f624b
Octal37634420201261057142113
Binary11111110111001001000001001010110001010111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE482; }

 p { color: rgb(254,228,130); }

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

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

 a { background-color: rgb(254,228,130); }

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

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

 span { border-color: rgb(254,228,130); }

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