#F5EFBF

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

Shades of Corn Field #F5EFBF

Tints of Corn Field #F5EFBF

Color information

#F5EFBF (or 0xF5EFBF) is unknown color: approx Corn Field. HEX triplet: F5, EF and BF. RGB value is (245,239,191). Sum of RGB (Red+Green+Blue) = 245+239+191=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFBF is #0A1040. Grayscale: #EBEBEB. Windows color (decimal): -659521 or 12578805. OLE color: 12578805.

HSL color Cylindrical-coordinate representation of color #F5EFBF: hue angle of 53.33º 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 #F5EFBF is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245239191-
CMYK00.020.220.04
HSL53.33º72.97%85.49%-
HSV(B)53.33º22.04%96.08%-
XYZ77.9384.9161.57-
YUV235.32102.99134.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.30%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 191 (75% from 255) = 28.30%
R=36.30%
G=35.41%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523919100.020.220.0453.3372.9785.49
HexF5EFBF02164354955
Octal3653572770226465111125
Binary1111010111101111101111110101011010011010110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFBF; }

 p { color: rgb(245,239,191); }

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

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

 a { background-color: rgb(245,239,191); }

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

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

 span { border-color: rgb(245,239,191); }

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