#F6EDB9

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

Shades of Corn Field #F6EDB9

Tints of Corn Field #F6EDB9

Color information

#F6EDB9 (or 0xF6EDB9) is unknown color: approx Corn Field. HEX triplet: F6, ED and B9. RGB value is (246,237,185). Sum of RGB (Red+Green+Blue) = 246+237+185=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 185 (72.66% from 255 or 27.69% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDB9 is #091246. Grayscale: #E9E9E9. Windows color (decimal): -594503 or 12185078. OLE color: 12185078.

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

Color convert

RGB246237185-
CMYK00.040.250.04
HSL51.15º77.22%84.51%-
HSV(B)51.15º24.8%96.47%-
XYZ77.0583.6657.99-
YUV233.76100.48136.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.83%
GREEN value IS 237 (92.97% from 255) = 35.48%
BLUE value IS 185 (72.66% from 255) = 27.69%
R=36.83%
G=35.48%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623718500.040.250.0451.1577.2284.51
HexF6EDB904194334d55
Octal3663552710431463115125
Binary11110110111011011011100101001100110011001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDB9; }

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

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

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

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

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

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

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

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