#F5EFC0

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

Shades of Corn Field #F5EFC0

Tints of Corn Field #F5EFC0

Color information

#F5EFC0 (or 0xF5EFC0) is unknown color: approx Corn Field. HEX triplet: F5, EF and C0. RGB value is (245,239,192). Sum of RGB (Red+Green+Blue) = 245+239+192=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFC0 is #0A103F. Grayscale: #EBEBEB. Windows color (decimal): -659520 or 12644341. OLE color: 12644341.

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

Color convert

RGB245239192-
CMYK00.020.220.04
HSL53.21º72.6%85.69%-
HSV(B)53.21º21.63%96.08%-
XYZ78.0484.9562.15-
YUV235.44103.49134.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.24%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 192 (75.39% from 255) = 28.40%
R=36.24%
G=35.36%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523919200.020.220.0453.2172.685.69
HexF5EFC002164354956
Octal3653573000226465111126
Binary1111010111101111110000000101011010011010110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFC0; }

 p { color: rgb(245,239,192); }

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

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

 a { background-color: rgb(245,239,192); }

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

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

 span { border-color: rgb(245,239,192); }

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