#FFE966

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

Shades of Corn #FFE966

Tints of Corn #FFE966

Color information

#FFE966 (or 0xFFE966) is unknown color: approx Corn. HEX triplet: FF, E9 and 66. RGB value is (255,233,102). Sum of RGB (Red+Green+Blue) = 255+233+102=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 102 (40.23% from 255 or 17.29% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE966 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE966 is #001699. Grayscale: #E1E1E1. Windows color (decimal): -5786 or 6744575. OLE color: 6744575.

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

Color convert

RGB255233102-
CMYK00.090.60
HSL51.37º100%70%-
HSV(B)51.37º60%100%-
XYZ72.7880.524.27-
YUV224.6458.79149.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 233 (91.41% from 255) = 39.49%
BLUE value IS 102 (40.23% from 255) = 17.29%
R=43.22%
G=39.49%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523310200.090.6051.3710070
HexFFE966093C0336446
Octal37735114601174063144106
Binary1111111111101001110011001001111100011001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE966; }

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

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

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

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

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

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

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

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