Shades of Corn Field #F6EDC0
Tints of Corn Field #F6EDC0
RGB
CMYK
RGB Variations
Color information
#F6EDC0 (or 0xF6EDC0) is known color: Corn Field. HEX triplet: F6, ED and C0. RGB value is (246,237,192). Sum of RGB (Red+Green+Blue) = 246+237+192=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 192 (75.39% from 255 or 28.44% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDC0 is #09123F. Grayscale: #EAEAEA. Windows color (decimal): -594496 or 12643830. OLE color: 12643830.
HSL color Cylindrical-coordinate representation of color #F6EDC0: hue angle of 50º degrees, saturation: 0.75, 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 #F6EDC0 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 192 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.04 |
| HSL | 50º | 0.75% | 0.86% | - |
| HSV(B) | 50º | 0.22% | 0.96% | - |
| XYZ | 77.8 | 83.97 | 61.98 | - |
| YUV | 234.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 192 | 0 | 0.04 | 0.22 | 0.04 | 50 | 0.75 | 0.86 |
| Hex | F6 | ED | C0 | 0 | 4 | 16 | 4 | 32 | 4B | 56 |
| Octal | 366 | 355 | 300 | 0 | 4 | 26 | 4 | 62 | 113 | 126 |
| Binary | 11110110 | 11101101 | 11000000 | 0 | 100 | 10110 | 100 | 110010 | 1001011 | 1010110 |
Color Harmonies of #F6EDC0
Complementary color
Monochromatic Colors of #F6EDC0
Black with #F6EDC0
Text Example
Text Example
White with #F6EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDC0; }
p { color: rgb(246,237,192); }
H1.HeaderClassName
{
color: #F6EDC0;
}
.AnyTagClassName
{
color: #F6EDC0;
}
</style>
background-color css
<style>
a { background-color: #F6EDC0; }
a { background-color: rgb(246,237,192); }
div.DivClassName
{
background-color: #F6EDC0;
}
.BgClassName
{
background-color: #F6EDC0;
}
</style>
border-color css
<style>
span { border-color: #F6EDC0; }
span { border-color: rgb(246,237,192); }
td.TdClassName
{
border-color: #F6EDC0;
}
.TagClassName
{
border-color: #F6EDC0;
}
</style>