Shades of Corn Field #F5EEBF
Tints of Corn Field #F5EEBF
RGB
CMYK
RGB Variations
Color information
#F5EEBF (or 0xF5EEBF) is known color: Corn Field. HEX triplet: F5, EE and BF. RGB value is (245,238,191). Sum of RGB (Red+Green+Blue) = 245+238+191=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 191 (75% from 255 or 28.34% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEBF is #0A1140. Grayscale: #EAEAEA. Windows color (decimal): -659777 or 12578549. OLE color: 12578549.
HSL color Cylindrical-coordinate representation of color #F5EEBF: hue angle of 52.22º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5EEBF is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 191 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.04 |
| HSL | 52.22º | 0.73% | 0.85% | - |
| HSV(B) | 52.22º | 0.22% | 0.96% | - |
| XYZ | 77.63 | 84.32 | 61.47 | - |
| YUV | 234.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 191 | 0 | 0.03 | 0.22 | 0.04 | 52.22 | 0.73 | 0.85 |
| Hex | F5 | EE | BF | 0 | 3 | 16 | 4 | 34 | 49 | 55 |
| Octal | 365 | 356 | 277 | 0 | 3 | 26 | 4 | 64 | 111 | 125 |
| Binary | 11110101 | 11101110 | 10111111 | 0 | 11 | 10110 | 100 | 110100 | 1001001 | 1010101 |
Color Harmonies of #F5EEBF
Complementary color
Monochromatic Colors of #F5EEBF
Black with #F5EEBF
Text Example
Text Example
White with #F5EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEBF; }
p { color: rgb(245,238,191); }
H1.HeaderClassName
{
color: #F5EEBF;
}
.AnyTagClassName
{
color: #F5EEBF;
}
</style>
background-color css
<style>
a { background-color: #F5EEBF; }
a { background-color: rgb(245,238,191); }
div.DivClassName
{
background-color: #F5EEBF;
}
.BgClassName
{
background-color: #F5EEBF;
}
</style>
border-color css
<style>
span { border-color: #F5EEBF; }
span { border-color: rgb(245,238,191); }
td.TdClassName
{
border-color: #F5EEBF;
}
.TagClassName
{
border-color: #F5EEBF;
}
</style>