Shades of Corn Field #F4EEC2
Tints of Corn Field #F4EEC2
RGB
CMYK
RGB Variations
Color information
#F4EEC2 (or 0xF4EEC2) is known color: Corn Field. HEX triplet: F4, EE and C2. RGB value is (244,238,194). Sum of RGB (Red+Green+Blue) = 244+238+194=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 194 (76.17% from 255 or 28.70% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EEC2 is #0B113D. Grayscale: #EAEAEA. Windows color (decimal): -725310 or 12775156. OLE color: 12775156.
HSL color Cylindrical-coordinate representation of color #F4EEC2: hue angle of 52.8º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4EEC2 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 238 | 194 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.04 |
| HSL | 52.8º | 0.69% | 0.86% | - |
| HSV(B) | 52.8º | 0.2% | 0.96% | - |
| XYZ | 77.62 | 84.28 | 63.22 | - |
| YUV | 234.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 238 | 194 | 0 | 0.02 | 0.20 | 0.04 | 52.8 | 0.69 | 0.86 |
| Hex | F4 | EE | C2 | 0 | 2 | 14 | 4 | 35 | 45 | 56 |
| Octal | 364 | 356 | 302 | 0 | 2 | 24 | 4 | 65 | 105 | 126 |
| Binary | 11110100 | 11101110 | 11000010 | 0 | 10 | 10100 | 100 | 110101 | 1000101 | 1010110 |
Color Harmonies of #F4EEC2
Complementary color
Monochromatic Colors of #F4EEC2
Black with #F4EEC2
Text Example
Text Example
White with #F4EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EEC2; }
p { color: rgb(244,238,194); }
H1.HeaderClassName
{
color: #F4EEC2;
}
.AnyTagClassName
{
color: #F4EEC2;
}
</style>
background-color css
<style>
a { background-color: #F4EEC2; }
a { background-color: rgb(244,238,194); }
div.DivClassName
{
background-color: #F4EEC2;
}
.BgClassName
{
background-color: #F4EEC2;
}
</style>
border-color css
<style>
span { border-color: #F4EEC2; }
span { border-color: rgb(244,238,194); }
td.TdClassName
{
border-color: #F4EEC2;
}
.TagClassName
{
border-color: #F4EEC2;
}
</style>