#FEE85D

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

Shades of Corn #FEE85D

Tints of Corn #FEE85D

Color information

#FEE85D (or 0xFEE85D) is unknown color: approx Corn. HEX triplet: FE, E8 and 5D. RGB value is (254,232,93). Sum of RGB (Red+Green+Blue) = 254+232+93=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 93 (36.72% from 255 or 16.06% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE85D is #0117A2. Grayscale: #DFDFDF. Windows color (decimal): -71587 or 6154494. OLE color: 6154494.

HSL color Cylindrical-coordinate representation of color #FEE85D: hue angle of 51.8º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEE85D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB25423293-
CMYK00.090.630.00
HSL51.8º98.77%68.04%-
HSV(B)51.8º63.39%99.61%-
XYZ71.7179.5721.94-
YUV222.7354.79150.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 232 (91.02% from 255) = 40.07%
BLUE value IS 93 (36.72% from 255) = 16.06%
R=43.87%
G=40.07%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542329300.090.630.0051.898.7768.04
HexFEE85D093F0346344
Octal37635013501177064143104
Binary1111111011101000101110101001111111011010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE85D; }

 p { color: rgb(254,232,93); }

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

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

 a { background-color: rgb(254,232,93); }

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

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

 span { border-color: rgb(254,232,93); }

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