#F7EDBA

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

Shades of Corn Field #F7EDBA

Tints of Corn Field #F7EDBA

Color information

#F7EDBA (or 0xF7EDBA) is unknown color: approx Corn Field. HEX triplet: F7, ED and BA. RGB value is (247,237,186). Sum of RGB (Red+Green+Blue) = 247+237+186=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 186 (73.05% from 255 or 27.76% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDBA is #081245. Grayscale: #EAEAEA. Windows color (decimal): -528966 or 12250615. OLE color: 12250615.

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

Color convert

RGB247237186-
CMYK00.040.250.03
HSL50.16º79.22%84.9%-
HSV(B)50.16º24.7%96.86%-
XYZ77.583.8958.56-
YUV234.18100.81137.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.87%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 186 (73.05% from 255) = 27.76%
R=36.87%
G=35.37%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723718600.040.250.0350.1679.2284.9
HexF7EDBA04193324f55
Octal3673552720431362117125
Binary1111011111101101101110100100110011111001010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDBA; }

 p { color: rgb(247,237,186); }

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

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

 a { background-color: rgb(247,237,186); }

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

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

 span { border-color: rgb(247,237,186); }

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