#F5EEBD

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

Shades of Corn Field #F5EEBD

Tints of Corn Field #F5EEBD

Color information

#F5EEBD (or 0xF5EEBD) is unknown color: approx Corn Field. HEX triplet: F5, EE and BD. RGB value is (245,238,189). Sum of RGB (Red+Green+Blue) = 245+238+189=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 189 (74.22% from 255 or 28.12% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEBD is #0A1142. Grayscale: #EAEAEA. Windows color (decimal): -659779 or 12447477. OLE color: 12447477.

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

Color convert

RGB245238189-
CMYK00.030.230.04
HSL52.5º73.68%85.1%-
HSV(B)52.5º22.86%96.08%-
XYZ77.4284.2460.32-
YUV234.51102.32135.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.46%
GREEN value IS 238 (93.36% from 255) = 35.42%
BLUE value IS 189 (74.22% from 255) = 28.12%
R=36.46%
G=35.42%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523818900.030.230.0452.573.6885.1
HexF5EEBD03174344a55
Octal3653562750327464112125
Binary1111010111101110101111010111011110011010010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EEBD; }

 p { color: rgb(245,238,189); }

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

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

 a { background-color: rgb(245,238,189); }

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

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

 span { border-color: rgb(245,238,189); }

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