#FEE865

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

Shades of Corn #FEE865

Tints of Corn #FEE865

Color information

#FEE865 (or 0xFEE865) is unknown color: approx Corn. HEX triplet: FE, E8 and 65. RGB value is (254,232,101). Sum of RGB (Red+Green+Blue) = 254+232+101=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 101 (39.84% from 255 or 17.21% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE865 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE865 is #01179A. Grayscale: #E0E0E0. Windows color (decimal): -71579 or 6678782. OLE color: 6678782.

HSL color Cylindrical-coordinate representation of color #FEE865: hue angle of 51.37º 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 #FEE865 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB254232101-
CMYK00.090.600.00
HSL51.37º98.71%69.61%-
HSV(B)51.37º60.24%99.61%-
XYZ72.0879.7223.9-
YUV223.6458.79149.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.27%
GREEN value IS 232 (91.02% from 255) = 39.52%
BLUE value IS 101 (39.84% from 255) = 17.21%
R=43.27%
G=39.52%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423210100.090.600.0051.3798.7169.61
HexFEE865093C0336346
Octal37635014501174063143106
Binary1111111011101000110010101001111100011001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE865; }

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

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

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

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

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

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

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

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