#FEE566

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

Shades of Corn #FEE566

Tints of Corn #FEE566

Color information

#FEE566 (or 0xFEE566) is unknown color: approx Corn. HEX triplet: FE, E5 and 66. RGB value is (254,229,102). Sum of RGB (Red+Green+Blue) = 254+229+102=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 102 (40.23% from 255 or 17.44% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE566 is #011A99. Grayscale: #DEDEDE. Windows color (decimal): -72346 or 6743550. OLE color: 6743550.

HSL color Cylindrical-coordinate representation of color #FEE566: hue angle of 50.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEE566 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB254229102-
CMYK00.100.600.00
HSL50.13º98.7%69.8%-
HSV(B)50.13º59.84%99.61%-
XYZ71.2978.0723.88-
YUV22260.28150.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 229 (89.84% from 255) = 39.15%
BLUE value IS 102 (40.23% from 255) = 17.44%
R=43.42%
G=39.15%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422910200.100.600.0050.1398.769.8
HexFEE5660A3C0326346
Octal37634514601274062143106
Binary1111111011100101110011001010111100011001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE566; }

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

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

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

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

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

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

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

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