Shades of Corn Field #F2EDC1
Tints of Corn Field #F2EDC1
RGB
CMYK
RGB Variations
Color information
#F2EDC1 (or 0xF2EDC1) is known color: Corn Field. HEX triplet: F2, ED and C1. RGB value is (242,237,193). Sum of RGB (Red+Green+Blue) = 242+237+193=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 193 (75.78% from 255 or 28.72% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDC1 is #0D123E. Grayscale: #E9E9E9. Windows color (decimal): -856639 or 12709362. OLE color: 12709362.
HSL color Cylindrical-coordinate representation of color #F2EDC1: hue angle of 53.88º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2EDC1 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 193 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.05 |
| HSL | 53.88º | 0.65% | 0.85% | - |
| HSV(B) | 53.88º | 0.2% | 0.95% | - |
| XYZ | 76.53 | 83.3 | 62.5 | - |
| YUV | 233.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 193 | 0 | 0.02 | 0.20 | 0.05 | 53.88 | 0.65 | 0.85 |
| Hex | F2 | ED | C1 | 0 | 2 | 14 | 5 | 36 | 41 | 55 |
| Octal | 362 | 355 | 301 | 0 | 2 | 24 | 5 | 66 | 101 | 125 |
| Binary | 11110010 | 11101101 | 11000001 | 0 | 10 | 10100 | 101 | 110110 | 1000001 | 1010101 |
Color Harmonies of #F2EDC1
Complementary color
Monochromatic Colors of #F2EDC1
Black with #F2EDC1
Text Example
Text Example
White with #F2EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDC1; }
p { color: rgb(242,237,193); }
H1.HeaderClassName
{
color: #F2EDC1;
}
.AnyTagClassName
{
color: #F2EDC1;
}
</style>
background-color css
<style>
a { background-color: #F2EDC1; }
a { background-color: rgb(242,237,193); }
div.DivClassName
{
background-color: #F2EDC1;
}
.BgClassName
{
background-color: #F2EDC1;
}
</style>
border-color css
<style>
span { border-color: #F2EDC1; }
span { border-color: rgb(242,237,193); }
td.TdClassName
{
border-color: #F2EDC1;
}
.TagClassName
{
border-color: #F2EDC1;
}
</style>