#F5EDC4

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

Shades of Corn Field #F5EDC4

Tints of Corn Field #F5EDC4

Color information

#F5EDC4 (or 0xF5EDC4) is unknown color: approx Corn Field. HEX triplet: F5, ED and C4. RGB value is (245,237,196). Sum of RGB (Red+Green+Blue) = 245+237+196=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 196 (76.95% from 255 or 28.91% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDC4 is #0A123B. Grayscale: #EAEAEA. Windows color (decimal): -660028 or 12905973. OLE color: 12905973.

HSL color Cylindrical-coordinate representation of color #F5EDC4: hue angle of 50.2º degrees, saturation: 0.71, 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 #F5EDC4 is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB245237196-
CMYK00.030.20.04
HSL50.2º71.01%86.47%-
HSV(B)50.2º20%96.08%-
XYZ77.983.9764.33-
YUV234.72106.15135.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.14%
GREEN value IS 237 (92.97% from 255) = 34.96%
BLUE value IS 196 (76.95% from 255) = 28.91%
R=36.14%
G=34.96%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523719600.030.20.0450.271.0186.47
HexF5EDC403144324756
Octal3653553040324462107126
Binary1111010111101101110001000111010010011001010001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDC4; }

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

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

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

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

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

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

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

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