Shades of Corn Field #F5EFBC
Tints of Corn Field #F5EFBC
RGB
CMYK
RGB Variations
Color information
#F5EFBC (or 0xF5EFBC) is known color: Corn Field. HEX triplet: F5, EF and BC. RGB value is (245,239,188). Sum of RGB (Red+Green+Blue) = 245+239+188=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 188 (73.83% from 255 or 27.98% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFBC is #0A1043. Grayscale: #EBEBEB. Windows color (decimal): -659524 or 12382197. OLE color: 12382197.
HSL color Cylindrical-coordinate representation of color #F5EFBC: hue angle of 53.68º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5EFBC is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 188 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.04 |
| HSL | 53.68º | 0.74% | 0.85% | - |
| HSV(B) | 53.68º | 0.23% | 0.96% | - |
| XYZ | 77.6 | 84.78 | 59.85 | - |
| YUV | 234.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 188 | 0 | 0.02 | 0.23 | 0.04 | 53.68 | 0.74 | 0.85 |
| Hex | F5 | EF | BC | 0 | 2 | 17 | 4 | 36 | 4A | 55 |
| Octal | 365 | 357 | 274 | 0 | 2 | 27 | 4 | 66 | 112 | 125 |
| Binary | 11110101 | 11101111 | 10111100 | 0 | 10 | 10111 | 100 | 110110 | 1001010 | 1010101 |
Color Harmonies of #F5EFBC
Complementary color
Monochromatic Colors of #F5EFBC
Black with #F5EFBC
Text Example
Text Example
White with #F5EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFBC; }
p { color: rgb(245,239,188); }
H1.HeaderClassName
{
color: #F5EFBC;
}
.AnyTagClassName
{
color: #F5EFBC;
}
</style>
background-color css
<style>
a { background-color: #F5EFBC; }
a { background-color: rgb(245,239,188); }
div.DivClassName
{
background-color: #F5EFBC;
}
.BgClassName
{
background-color: #F5EFBC;
}
</style>
border-color css
<style>
span { border-color: #F5EFBC; }
span { border-color: rgb(245,239,188); }
td.TdClassName
{
border-color: #F5EFBC;
}
.TagClassName
{
border-color: #F5EFBC;
}
</style>