Shades of Corn Field #F5EDBD
Tints of Corn Field #F5EDBD
RGB
CMYK
RGB Variations
Color information
#F5EDBD (or 0xF5EDBD) is known color: Corn Field. HEX triplet: F5, ED and BD. RGB value is (245,237,189). Sum of RGB (Red+Green+Blue) = 245+237+189=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDBD is #0A1242. Grayscale: #EAEAEA. Windows color (decimal): -660035 or 12447221. OLE color: 12447221.
HSL color Cylindrical-coordinate representation of color #F5EDBD: hue angle of 51.43º 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 #F5EDBD is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 189 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.04 |
| HSL | 51.43º | 0.74% | 0.85% | - |
| HSV(B) | 51.43º | 0.23% | 0.96% | - |
| XYZ | 77.13 | 83.65 | 60.23 | - |
| YUV | 233.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 189 | 0 | 0.03 | 0.23 | 0.04 | 51.43 | 0.74 | 0.85 |
| Hex | F5 | ED | BD | 0 | 3 | 17 | 4 | 33 | 4A | 55 |
| Octal | 365 | 355 | 275 | 0 | 3 | 27 | 4 | 63 | 112 | 125 |
| Binary | 11110101 | 11101101 | 10111101 | 0 | 11 | 10111 | 100 | 110011 | 1001010 | 1010101 |
Color Harmonies of #F5EDBD
Complementary color
Monochromatic Colors of #F5EDBD
Black with #F5EDBD
Text Example
Text Example
White with #F5EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDBD; }
p { color: rgb(245,237,189); }
H1.HeaderClassName
{
color: #F5EDBD;
}
.AnyTagClassName
{
color: #F5EDBD;
}
</style>
background-color css
<style>
a { background-color: #F5EDBD; }
a { background-color: rgb(245,237,189); }
div.DivClassName
{
background-color: #F5EDBD;
}
.BgClassName
{
background-color: #F5EDBD;
}
</style>
border-color css
<style>
span { border-color: #F5EDBD; }
span { border-color: rgb(245,237,189); }
td.TdClassName
{
border-color: #F5EDBD;
}
.TagClassName
{
border-color: #F5EDBD;
}
</style>