Shades of Corn Field #F6EDC4
Tints of Corn Field #F6EDC4
RGB
CMYK
RGB Variations
Color information
#F6EDC4 (or 0xF6EDC4) is known color: Corn Field. HEX triplet: F6, ED and C4. RGB value is (246,237,196). Sum of RGB (Red+Green+Blue) = 246+237+196=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 196 (76.95% from 255 or 28.87% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDC4 is #09123B. Grayscale: #EBEBEB. Windows color (decimal): -594492 or 12905974. OLE color: 12905974.
HSL color Cylindrical-coordinate representation of color #F6EDC4: hue angle of 49.2º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6EDC4 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 196 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.04 |
| HSL | 49.2º | 0.74% | 0.87% | - |
| HSV(B) | 49.2º | 0.2% | 0.96% | - |
| XYZ | 78.25 | 84.15 | 64.34 | - |
| YUV | 235.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 196 | 0 | 0.04 | 0.20 | 0.04 | 49.2 | 0.74 | 0.87 |
| Hex | F6 | ED | C4 | 0 | 4 | 14 | 4 | 31 | 4A | 57 |
| Octal | 366 | 355 | 304 | 0 | 4 | 24 | 4 | 61 | 112 | 127 |
| Binary | 11110110 | 11101101 | 11000100 | 0 | 100 | 10100 | 100 | 110001 | 1001010 | 1010111 |
Color Harmonies of #F6EDC4
Complementary color
Monochromatic Colors of #F6EDC4
Black with #F6EDC4
Text Example
Text Example
White with #F6EDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDC4; }
p { color: rgb(246,237,196); }
H1.HeaderClassName
{
color: #F6EDC4;
}
.AnyTagClassName
{
color: #F6EDC4;
}
</style>
background-color css
<style>
a { background-color: #F6EDC4; }
a { background-color: rgb(246,237,196); }
div.DivClassName
{
background-color: #F6EDC4;
}
.BgClassName
{
background-color: #F6EDC4;
}
</style>
border-color css
<style>
span { border-color: #F6EDC4; }
span { border-color: rgb(246,237,196); }
td.TdClassName
{
border-color: #F6EDC4;
}
.TagClassName
{
border-color: #F6EDC4;
}
</style>