#F4EDC4

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

Shades of Corn Field #F4EDC4

Tints of Corn Field #F4EDC4

Color information

#F4EDC4 (or 0xF4EDC4) is unknown color: approx Corn Field. HEX triplet: F4, ED and C4. RGB value is (244,237,196). Sum of RGB (Red+Green+Blue) = 244+237+196=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 196 (76.95% from 255 or 28.95% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDC4 is #0B123B. Grayscale: #EAEAEA. Windows color (decimal): -725564 or 12905972. OLE color: 12905972.

HSL color Cylindrical-coordinate representation of color #F4EDC4: hue angle of 51.25º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4EDC4 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB244237196-
CMYK00.030.200.04
HSL51.25º68.57%86.27%-
HSV(B)51.25º19.67%95.69%-
XYZ77.5683.7964.31-
YUV234.42106.32134.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.04%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 196 (76.95% from 255) = 28.95%
R=36.04%
G=35.01%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423719600.030.200.0451.2568.5786.27
HexF4EDC403144334556
Octal3643553040324463105126
Binary1111010011101101110001000111010010011001110001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDC4; }

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

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

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

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

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

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

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

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