#F7EDBE

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

Shades of Corn Field #F7EDBE

Tints of Corn Field #F7EDBE

Color information

#F7EDBE (or 0xF7EDBE) is unknown color: approx Corn Field. HEX triplet: F7, ED and BE. RGB value is (247,237,190). Sum of RGB (Red+Green+Blue) = 247+237+190=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 190 (74.61% from 255 or 28.19% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDBE is #081241. Grayscale: #EAEAEA. Windows color (decimal): -528962 or 12512759. OLE color: 12512759.

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

Color convert

RGB247237190-
CMYK00.040.230.03
HSL49.47º78.08%85.69%-
HSV(B)49.47º23.08%96.86%-
XYZ77.9484.0660.83-
YUV234.63102.81136.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.65%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 190 (74.61% from 255) = 28.19%
R=36.65%
G=35.16%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723719000.040.230.0349.4778.0885.69
HexF7EDBE04173314e56
Octal3673552760427361116126
Binary1111011111101101101111100100101111111000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDBE; }

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

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

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

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

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

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

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

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