#F7EDC0

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

Shades of Corn Field #F7EDC0

Tints of Corn Field #F7EDC0

Color information

#F7EDC0 (or 0xF7EDC0) is unknown color: approx Corn Field. HEX triplet: F7, ED and C0. RGB value is (247,237,192). Sum of RGB (Red+Green+Blue) = 247+237+192=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDC0 is #08123F. Grayscale: #EBEBEB. Windows color (decimal): -528960 or 12643831. OLE color: 12643831.

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

Color convert

RGB247237192-
CMYK00.040.220.03
HSL49.09º77.46%86.08%-
HSV(B)49.09º22.27%96.86%-
XYZ78.1684.1561.99-
YUV234.86103.81136.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.54%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 192 (75.39% from 255) = 28.40%
R=36.54%
G=35.06%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723719200.040.220.0349.0977.4686.08
HexF7EDC004163314d56
Octal3673553000426361115126
Binary1111011111101101110000000100101101111000110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDC0; }

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

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

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

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

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

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

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

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