#FFE466

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

Shades of Corn #FFE466

Tints of Corn #FFE466

Color information

#FFE466 (or 0xFFE466) is unknown color: approx Corn. HEX triplet: FF, E4 and 66. RGB value is (255,228,102). Sum of RGB (Red+Green+Blue) = 255+228+102=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 102 (40.23% from 255 or 17.44% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE466 is #001B99. Grayscale: #DEDEDE. Windows color (decimal): -7066 or 6743295. OLE color: 6743295.

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

Color convert

RGB255228102-
CMYK00.110.60
HSL49.41º100%70%-
HSV(B)49.41º60%100%-
XYZ71.3877.7123.81-
YUV221.7160.45151.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 228 (89.45% from 255) = 38.97%
BLUE value IS 102 (40.23% from 255) = 17.44%
R=43.59%
G=38.97%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522810200.110.6049.4110070
HexFFE4660B3C0316446
Octal37734414601374061144106
Binary1111111111100100110011001011111100011000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE466; }

 p { color: rgb(255,228,102); }

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

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

 a { background-color: rgb(255,228,102); }

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

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

 span { border-color: rgb(255,228,102); }

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