#F8EFBD

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

Shades of Corn Field #F8EFBD

Tints of Corn Field #F8EFBD

Color information

#F8EFBD (or 0xF8EFBD) is unknown color: approx Corn Field. HEX triplet: F8, EF and BD. RGB value is (248,239,189). Sum of RGB (Red+Green+Blue) = 248+239+189=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFBD is #071042. Grayscale: #ECECEC. Windows color (decimal): -462915 or 12447736. OLE color: 12447736.

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

Color convert

RGB248239189-
CMYK00.040.240.03
HSL50.85º80.82%85.69%-
HSV(B)50.85º23.79%97.25%-
XYZ78.7685.3660.47-
YUV235.99101.48136.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.69%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 189 (74.22% from 255) = 27.96%
R=36.69%
G=35.36%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823918900.040.240.0350.8580.8285.69
HexF8EFBD04183335156
Octal3703572750430363121126
Binary1111100011101111101111010100110001111001110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EFBD; }

 p { color: rgb(248,239,189); }

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

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

 a { background-color: rgb(248,239,189); }

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

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

 span { border-color: rgb(248,239,189); }

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