Shades of Corn Field #F4ECC2
Tints of Corn Field #F4ECC2
RGB
CMYK
RGB Variations
Color information
#F4ECC2 (or 0xF4ECC2) is known color: Corn Field. HEX triplet: F4, EC and C2. RGB value is (244,236,194). Sum of RGB (Red+Green+Blue) = 244+236+194=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 194 (76.17% from 255 or 28.78% from 674); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4ECC2 is #0B133D. Grayscale: #E9E9E9. Windows color (decimal): -725822 or 12774644. OLE color: 12774644.
HSL color Cylindrical-coordinate representation of color #F4ECC2: hue angle of 50.4º 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 #F4ECC2 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 194 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.04 |
| HSL | 50.4º | 0.69% | 0.86% | - |
| HSV(B) | 50.4º | 0.2% | 0.96% | - |
| XYZ | 77.04 | 83.12 | 63.02 | - |
| YUV | 233.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 194 | 0 | 0.03 | 0.20 | 0.04 | 50.4 | 0.69 | 0.86 |
| Hex | F4 | EC | C2 | 0 | 3 | 14 | 4 | 32 | 45 | 56 |
| Octal | 364 | 354 | 302 | 0 | 3 | 24 | 4 | 62 | 105 | 126 |
| Binary | 11110100 | 11101100 | 11000010 | 0 | 11 | 10100 | 100 | 110010 | 1000101 | 1010110 |
Color Harmonies of #F4ECC2
Complementary color
Monochromatic Colors of #F4ECC2
Black with #F4ECC2
Text Example
Text Example
White with #F4ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ECC2; }
p { color: rgb(244,236,194); }
H1.HeaderClassName
{
color: #F4ECC2;
}
.AnyTagClassName
{
color: #F4ECC2;
}
</style>
background-color css
<style>
a { background-color: #F4ECC2; }
a { background-color: rgb(244,236,194); }
div.DivClassName
{
background-color: #F4ECC2;
}
.BgClassName
{
background-color: #F4ECC2;
}
</style>
border-color css
<style>
span { border-color: #F4ECC2; }
span { border-color: rgb(244,236,194); }
td.TdClassName
{
border-color: #F4ECC2;
}
.TagClassName
{
border-color: #F4ECC2;
}
</style>