Shades of Corn Field #F5EEC2
Tints of Corn Field #F5EEC2
RGB
CMYK
RGB Variations
Color information
#F5EEC2 (or 0xF5EEC2) is known color: Corn Field. HEX triplet: F5, EE and C2. RGB value is (245,238,194). Sum of RGB (Red+Green+Blue) = 245+238+194=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 194 (76.17% from 255 or 28.66% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEC2 is #0A113D. Grayscale: #EBEBEB. Windows color (decimal): -659774 or 12775157. OLE color: 12775157.
HSL color Cylindrical-coordinate representation of color #F5EEC2: hue angle of 51.76º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5EEC2 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 194 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.04 |
| HSL | 51.76º | 0.72% | 0.86% | - |
| HSV(B) | 51.76º | 0.21% | 0.96% | - |
| XYZ | 77.97 | 84.46 | 63.23 | - |
| YUV | 235.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 194 | 0 | 0.03 | 0.21 | 0.04 | 51.76 | 0.72 | 0.86 |
| Hex | F5 | EE | C2 | 0 | 3 | 15 | 4 | 34 | 48 | 56 |
| Octal | 365 | 356 | 302 | 0 | 3 | 25 | 4 | 64 | 110 | 126 |
| Binary | 11110101 | 11101110 | 11000010 | 0 | 11 | 10101 | 100 | 110100 | 1001000 | 1010110 |
Color Harmonies of #F5EEC2
Complementary color
Monochromatic Colors of #F5EEC2
Black with #F5EEC2
Text Example
Text Example
White with #F5EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEC2; }
p { color: rgb(245,238,194); }
H1.HeaderClassName
{
color: #F5EEC2;
}
.AnyTagClassName
{
color: #F5EEC2;
}
</style>
background-color css
<style>
a { background-color: #F5EEC2; }
a { background-color: rgb(245,238,194); }
div.DivClassName
{
background-color: #F5EEC2;
}
.BgClassName
{
background-color: #F5EEC2;
}
</style>
border-color css
<style>
span { border-color: #F5EEC2; }
span { border-color: rgb(245,238,194); }
td.TdClassName
{
border-color: #F5EEC2;
}
.TagClassName
{
border-color: #F5EEC2;
}
</style>