Shades of Corn Field #F5EFBF
Tints of Corn Field #F5EFBF
RGB
CMYK
RGB Variations
Color information
#F5EFBF (or 0xF5EFBF) is known color: Corn Field. HEX triplet: F5, EF and BF. RGB value is (245,239,191). Sum of RGB (Red+Green+Blue) = 245+239+191=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFBF is #0A1040. Grayscale: #EBEBEB. Windows color (decimal): -659521 or 12578805. OLE color: 12578805.
HSL color Cylindrical-coordinate representation of color #F5EFBF: hue angle of 53.33º 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 #F5EFBF is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 191 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.04 |
| HSL | 53.33º | 0.73% | 0.85% | - |
| HSV(B) | 53.33º | 0.22% | 0.96% | - |
| XYZ | 77.93 | 84.91 | 61.57 | - |
| YUV | 235.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 191 | 0 | 0.02 | 0.22 | 0.04 | 53.33 | 0.73 | 0.85 |
| Hex | F5 | EF | BF | 0 | 2 | 16 | 4 | 35 | 49 | 55 |
| Octal | 365 | 357 | 277 | 0 | 2 | 26 | 4 | 65 | 111 | 125 |
| Binary | 11110101 | 11101111 | 10111111 | 0 | 10 | 10110 | 100 | 110101 | 1001001 | 1010101 |
Color Harmonies of #F5EFBF
Complementary color
Monochromatic Colors of #F5EFBF
Black with #F5EFBF
Text Example
Text Example
White with #F5EFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFBF; }
p { color: rgb(245,239,191); }
H1.HeaderClassName
{
color: #F5EFBF;
}
.AnyTagClassName
{
color: #F5EFBF;
}
</style>
background-color css
<style>
a { background-color: #F5EFBF; }
a { background-color: rgb(245,239,191); }
div.DivClassName
{
background-color: #F5EFBF;
}
.BgClassName
{
background-color: #F5EFBF;
}
</style>
border-color css
<style>
span { border-color: #F5EFBF; }
span { border-color: rgb(245,239,191); }
td.TdClassName
{
border-color: #F5EFBF;
}
.TagClassName
{
border-color: #F5EFBF;
}
</style>