#FFE766

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

Shades of Corn #FFE766

Tints of Corn #FFE766

Color information

#FFE766 (or 0xFFE766) is unknown color: approx Corn. HEX triplet: FF, E7 and 66. RGB value is (255,231,102). Sum of RGB (Red+Green+Blue) = 255+231+102=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 102 (40.23% from 255 or 17.35% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE766 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE766 is #001899. Grayscale: #E0E0E0. Windows color (decimal): -6298 or 6744063. OLE color: 6744063.

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

Color convert

RGB255231102-
CMYK00.090.60
HSL50.59º100%70%-
HSV(B)50.59º60%100%-
XYZ72.2179.3724.08-
YUV223.4759.45150.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 231 (90.62% from 255) = 39.29%
BLUE value IS 102 (40.23% from 255) = 17.35%
R=43.37%
G=39.29%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523110200.090.6050.5910070
HexFFE766093C0336446
Octal37734714601174063144106
Binary1111111111100111110011001001111100011001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE766; }

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

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

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

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

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

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

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

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