#FFE566

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

Shades of Corn #FFE566

Tints of Corn #FFE566

Color information

#FFE566 (or 0xFFE566) is unknown color: approx Corn. HEX triplet: FF, E5 and 66. RGB value is (255,229,102). Sum of RGB (Red+Green+Blue) = 255+229+102=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 102 (40.23% from 255 or 17.41% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE566 is #001A99. Grayscale: #DEDEDE. Windows color (decimal): -6810 or 6743551. OLE color: 6743551.

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

Color convert

RGB255229102-
CMYK00.100.60
HSL49.8º100%70%-
HSV(B)49.8º60%100%-
XYZ71.6678.2623.9-
YUV222.360.11151.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 229 (89.84% from 255) = 39.08%
BLUE value IS 102 (40.23% from 255) = 17.41%
R=43.52%
G=39.08%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522910200.100.6049.810070
HexFFE5660A3C0326446
Octal37734514601274062144106
Binary1111111111100101110011001010111100011001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE566; }

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

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

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

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

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

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

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

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