#F5EDC2

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

Shades of Corn Field #F5EDC2

Tints of Corn Field #F5EDC2

Color information

#F5EDC2 (or 0xF5EDC2) is unknown color: approx Corn Field. HEX triplet: F5, ED and C2. RGB value is (245,237,194). Sum of RGB (Red+Green+Blue) = 245+237+194=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 194 (76.17% from 255 or 28.70% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDC2 is #0A123D. Grayscale: #EAEAEA. Windows color (decimal): -660030 or 12774901. OLE color: 12774901.

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

Color convert

RGB245237194-
CMYK00.030.210.04
HSL50.59º71.83%86.08%-
HSV(B)50.59º20.82%96.08%-
XYZ77.6883.8863.13-
YUV234.49105.15135.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.24%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 194 (76.17% from 255) = 28.70%
R=36.24%
G=35.06%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523719400.030.210.0450.5971.8386.08
HexF5EDC203154334856
Octal3653553020325463110126
Binary1111010111101101110000100111010110011001110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDC2; }

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

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

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

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

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

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

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

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