#F6EDC1

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

Shades of Corn Field #F6EDC1

Tints of Corn Field #F6EDC1

Color information

#F6EDC1 (or 0xF6EDC1) is unknown color: approx Corn Field. HEX triplet: F6, ED and C1. RGB value is (246,237,193). Sum of RGB (Red+Green+Blue) = 246+237+193=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 193 (75.78% from 255 or 28.55% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDC1 is #09123E. Grayscale: #EAEAEA. Windows color (decimal): -594495 or 12709366. OLE color: 12709366.

HSL color Cylindrical-coordinate representation of color #F6EDC1: hue angle of 49.81º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6EDC1 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB246237193-
CMYK00.040.220.04
HSL49.81º74.65%86.08%-
HSV(B)49.81º21.54%96.47%-
XYZ77.9284.0162.56-
YUV234.68104.48136.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.39%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 193 (75.78% from 255) = 28.55%
R=36.39%
G=35.06%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623719300.040.220.0449.8174.6586.08
HexF6EDC104164324b56
Octal3663553010426462113126
Binary11110110111011011100000101001011010011001010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDC1; }

 p { color: rgb(246,237,193); }

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

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

 a { background-color: rgb(246,237,193); }

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

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

 span { border-color: rgb(246,237,193); }

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