#F5EDBE

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

Shades of Corn Field #F5EDBE

Tints of Corn Field #F5EDBE

Color information

#F5EDBE (or 0xF5EDBE) is unknown color: approx Corn Field. HEX triplet: F5, ED and BE. RGB value is (245,237,190). Sum of RGB (Red+Green+Blue) = 245+237+190=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 190 (74.61% from 255 or 28.27% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDBE is #0A1241. Grayscale: #EAEAEA. Windows color (decimal): -660034 or 12512757. OLE color: 12512757.

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

Color convert

RGB245237190-
CMYK00.030.220.04
HSL51.27º73.33%85.29%-
HSV(B)51.27º22.45%96.08%-
XYZ77.2383.760.8-
YUV234.03103.15135.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.46%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 190 (74.61% from 255) = 28.27%
R=36.46%
G=35.27%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523719000.030.220.0451.2773.3385.29
HexF5EDBE03164334955
Octal3653552760326463111125
Binary1111010111101101101111100111011010011001110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDBE; }

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

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

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

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

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

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

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

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