#F5EDC1

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

Shades of Corn Field #F5EDC1

Tints of Corn Field #F5EDC1

Color information

#F5EDC1 (or 0xF5EDC1) is unknown color: approx Corn Field. HEX triplet: F5, ED and C1. RGB value is (245,237,193). Sum of RGB (Red+Green+Blue) = 245+237+193=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 193 (75.78% from 255 or 28.59% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDC1 is #0A123E. Grayscale: #EAEAEA. Windows color (decimal): -660031 or 12709365. OLE color: 12709365.

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

Color convert

RGB245237193-
CMYK00.030.210.04
HSL50.77º72.22%85.88%-
HSV(B)50.77º21.22%96.08%-
XYZ77.5783.8362.54-
YUV234.38104.65135.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.30%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 193 (75.78% from 255) = 28.59%
R=36.30%
G=35.11%
B=28.59%

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
Decimal24523719300.030.210.0450.7772.2285.88
HexF5EDC103154334856
Octal3653553010325463110126
Binary1111010111101101110000010111010110011001110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDC1; }

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

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

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

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

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

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

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

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