#FEE585

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

Shades of Sweet Corn #FEE585

Tints of Sweet Corn #FEE585

Color information

#FEE585 (or 0xFEE585) is unknown color: approx Sweet Corn. HEX triplet: FE, E5 and 85. RGB value is (254,229,133). Sum of RGB (Red+Green+Blue) = 254+229+133=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE585 is #011A7A. Grayscale: #E1E1E1. Windows color (decimal): -72315 or 8775166. OLE color: 8775166.

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

Color convert

RGB254229133-
CMYK00.100.480.00
HSL47.6º98.37%75.88%-
HSV(B)47.6º47.64%99.61%-
XYZ73.1378.833.55-
YUV225.5375.78148.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 229 (89.84% from 255) = 37.18%
BLUE value IS 133 (52.34% from 255) = 21.59%
R=41.23%
G=37.18%
B=21.59%

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
Decimal25422913300.100.480.0047.698.3775.88
HexFEE5850A30030624c
Octal37634520501260060142114
Binary11111110111001011000010101010110000011000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE585; }

 p { color: rgb(254,229,133); }

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

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

 a { background-color: rgb(254,229,133); }

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

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

 span { border-color: rgb(254,229,133); }

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