#F3EDC4

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

Shades of Corn Field #F3EDC4

Tints of Corn Field #F3EDC4

Color information

#F3EDC4 (or 0xF3EDC4) is unknown color: approx Corn Field. HEX triplet: F3, ED and C4. RGB value is (243,237,196). Sum of RGB (Red+Green+Blue) = 243+237+196=676 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.95% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 196 (76.95% from 255 or 28.99% from 676); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDC4 is #0C123B. Grayscale: #EAEAEA. Windows color (decimal): -791100 or 12905971. OLE color: 12905971.

HSL color Cylindrical-coordinate representation of color #F3EDC4: hue angle of 52.34º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3EDC4 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB243237196-
CMYK00.020.190.05
HSL52.34º66.2%86.08%-
HSV(B)52.34º19.34%95.29%-
XYZ77.2183.6164.29-
YUV234.12106.49134.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.95%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 196 (76.95% from 255) = 28.99%
R=35.95%
G=35.06%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323719600.020.190.0552.3466.286.08
HexF3EDC402135344256
Octal3633553040223564102126
Binary1111001111101101110001000101001110111010010000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDC4; }

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

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

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

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

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

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

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

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