Shades of Corn Field #F2EDC5
Tints of Corn Field #F2EDC5
RGB
CMYK
RGB Variations
Color information
#F2EDC5 (or 0xF2EDC5) is known color: Corn Field. HEX triplet: F2, ED and C5. RGB value is (242,237,197). Sum of RGB (Red+Green+Blue) = 242+237+197=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 197 (77.34% from 255 or 29.14% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDC5 is #0D123A. Grayscale: #EAEAEA. Windows color (decimal): -856635 or 12971506. OLE color: 12971506.
HSL color Cylindrical-coordinate representation of color #F2EDC5: hue angle of 53.33º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2EDC5 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 197 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.05 |
| HSL | 53.33º | 0.63% | 0.86% | - |
| HSV(B) | 53.33º | 0.19% | 0.95% | - |
| XYZ | 76.98 | 83.48 | 64.88 | - |
| YUV | 233.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 197 | 0 | 0.02 | 0.19 | 0.05 | 53.33 | 0.63 | 0.86 |
| Hex | F2 | ED | C5 | 0 | 2 | 13 | 5 | 35 | 3F | 56 |
| Octal | 362 | 355 | 305 | 0 | 2 | 23 | 5 | 65 | 77 | 126 |
| Binary | 11110010 | 11101101 | 11000101 | 0 | 10 | 10011 | 101 | 110101 | 111111 | 1010110 |
Color Harmonies of #F2EDC5
Complementary color
Monochromatic Colors of #F2EDC5
Black with #F2EDC5
Text Example
Text Example
White with #F2EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDC5; }
p { color: rgb(242,237,197); }
H1.HeaderClassName
{
color: #F2EDC5;
}
.AnyTagClassName
{
color: #F2EDC5;
}
</style>
background-color css
<style>
a { background-color: #F2EDC5; }
a { background-color: rgb(242,237,197); }
div.DivClassName
{
background-color: #F2EDC5;
}
.BgClassName
{
background-color: #F2EDC5;
}
</style>
border-color css
<style>
span { border-color: #F2EDC5; }
span { border-color: rgb(242,237,197); }
td.TdClassName
{
border-color: #F2EDC5;
}
.TagClassName
{
border-color: #F2EDC5;
}
</style>