#F3EDC0

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

Shades of Corn Field #F3EDC0

Tints of Corn Field #F3EDC0

Color information

#F3EDC0 (or 0xF3EDC0) is unknown color: approx Corn Field. HEX triplet: F3, ED and C0. RGB value is (243,237,192). Sum of RGB (Red+Green+Blue) = 243+237+192=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 192 (75.39% from 255 or 28.57% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDC0 is #0C123F. Grayscale: #E9E9E9. Windows color (decimal): -791104 or 12643827. OLE color: 12643827.

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

Color convert

RGB243237192-
CMYK00.020.210.05
HSL52.94º68%85.29%-
HSV(B)52.94º20.99%95.29%-
XYZ76.7683.4361.93-
YUV233.66104.49134.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.16%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 192 (75.39% from 255) = 28.57%
R=36.16%
G=35.27%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323719200.020.210.0552.946885.29
HexF3EDC002155354455
Octal3633553000225565104125
Binary1111001111101101110000000101010110111010110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDC0; }

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

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

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

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

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

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

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

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