#F4EDBA

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

Shades of Corn Field #F4EDBA

Tints of Corn Field #F4EDBA

Color information

#F4EDBA (or 0xF4EDBA) is unknown color: approx Corn Field. HEX triplet: F4, ED and BA. RGB value is (244,237,186). Sum of RGB (Red+Green+Blue) = 244+237+186=667 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.58% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 186 (73.05% from 255 or 27.89% from 667); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDBA is #0B1245. Grayscale: #E9E9E9. Windows color (decimal): -725574 or 12250612. OLE color: 12250612.

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

Color convert

RGB244237186-
CMYK00.030.240.04
HSL52.76º72.5%84.31%-
HSV(B)52.76º23.77%95.69%-
XYZ76.4683.3558.51-
YUV233.28101.32135.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.58%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 186 (73.05% from 255) = 27.89%
R=36.58%
G=35.53%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423718600.030.240.0452.7672.584.31
HexF4EDBA03184354854
Octal3643552720330465110124
Binary1111010011101101101110100111100010011010110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDBA; }

 p { color: rgb(244,237,186); }

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

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

 a { background-color: rgb(244,237,186); }

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

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

 span { border-color: rgb(244,237,186); }

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