#FEE483

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

Shades of Sweet Corn #FEE483

Tints of Sweet Corn #FEE483

Color information

#FEE483 (or 0xFEE483) is unknown color: approx Sweet Corn. HEX triplet: FE, E4 and 83. RGB value is (254,228,131). Sum of RGB (Red+Green+Blue) = 254+228+131=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 131 (51.56% from 255 or 21.37% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE483 is #011B7C. Grayscale: #E1E1E1. Windows color (decimal): -72573 or 8643838. OLE color: 8643838.

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

Color convert

RGB254228131-
CMYK00.100.480.00
HSL47.32º98.4%75.49%-
HSV(B)47.32º48.43%99.61%-
XYZ72.7178.232.73-
YUV224.7275.11148.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 228 (89.45% from 255) = 37.19%
BLUE value IS 131 (51.56% from 255) = 21.37%
R=41.44%
G=37.19%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422813100.100.480.0047.3298.475.49
HexFEE4830A3002f624b
Octal37634420301260057142113
Binary11111110111001001000001101010110000010111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE483; }

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

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

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

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

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

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

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

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