Shades of Corn Field #F6EDC1
Tints of Corn Field #F6EDC1
RGB
CMYK
RGB Variations
Color information
#F6EDC1 (or 0xF6EDC1) is known color: Corn Field. HEX triplet: F6, ED and C1. RGB value is (246,237,193). Sum of RGB (Red+Green+Blue) = 246+237+193=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 193 (75.78% from 255 or 28.55% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDC1 is #09123E. Grayscale: #EAEAEA. Windows color (decimal): -594495 or 12709366. OLE color: 12709366.
HSL color Cylindrical-coordinate representation of color #F6EDC1: hue angle of 49.81º 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 #F6EDC1 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 193 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.04 |
| HSL | 49.81º | 0.75% | 0.86% | - |
| HSV(B) | 49.81º | 0.22% | 0.96% | - |
| XYZ | 77.92 | 84.01 | 62.56 | - |
| YUV | 234.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 193 | 0 | 0.04 | 0.22 | 0.04 | 49.81 | 0.75 | 0.86 |
| Hex | F6 | ED | C1 | 0 | 4 | 16 | 4 | 32 | 4B | 56 |
| Octal | 366 | 355 | 301 | 0 | 4 | 26 | 4 | 62 | 113 | 126 |
| Binary | 11110110 | 11101101 | 11000001 | 0 | 100 | 10110 | 100 | 110010 | 1001011 | 1010110 |
Color Harmonies of #F6EDC1
Complementary color
Monochromatic Colors of #F6EDC1
Black with #F6EDC1
Text Example
Text Example
White with #F6EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDC1; }
p { color: rgb(246,237,193); }
H1.HeaderClassName
{
color: #F6EDC1;
}
.AnyTagClassName
{
color: #F6EDC1;
}
</style>
background-color css
<style>
a { background-color: #F6EDC1; }
a { background-color: rgb(246,237,193); }
div.DivClassName
{
background-color: #F6EDC1;
}
.BgClassName
{
background-color: #F6EDC1;
}
</style>
border-color css
<style>
span { border-color: #F6EDC1; }
span { border-color: rgb(246,237,193); }
td.TdClassName
{
border-color: #F6EDC1;
}
.TagClassName
{
border-color: #F6EDC1;
}
</style>