Shades of Corn Field #F5EEBE
Tints of Corn Field #F5EEBE
RGB
CMYK
RGB Variations
Color information
#F5EEBE (or 0xF5EEBE) is known color: Corn Field. HEX triplet: F5, EE and BE. RGB value is (245,238,190). Sum of RGB (Red+Green+Blue) = 245+238+190=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEBE is #0A1141. Grayscale: #EAEAEA. Windows color (decimal): -659778 or 12513013. OLE color: 12513013.
HSL color Cylindrical-coordinate representation of color #F5EEBE: hue angle of 52.36º 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 #F5EEBE is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 190 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.04 |
| HSL | 52.36º | 0.73% | 0.85% | - |
| HSV(B) | 52.36º | 0.22% | 0.96% | - |
| XYZ | 77.52 | 84.28 | 60.9 | - |
| YUV | 234.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 190 | 0 | 0.03 | 0.22 | 0.04 | 52.36 | 0.73 | 0.85 |
| Hex | F5 | EE | BE | 0 | 3 | 16 | 4 | 34 | 49 | 55 |
| Octal | 365 | 356 | 276 | 0 | 3 | 26 | 4 | 64 | 111 | 125 |
| Binary | 11110101 | 11101110 | 10111110 | 0 | 11 | 10110 | 100 | 110100 | 1001001 | 1010101 |
Color Harmonies of #F5EEBE
Complementary color
Monochromatic Colors of #F5EEBE
Black with #F5EEBE
Text Example
Text Example
White with #F5EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEBE; }
p { color: rgb(245,238,190); }
H1.HeaderClassName
{
color: #F5EEBE;
}
.AnyTagClassName
{
color: #F5EEBE;
}
</style>
background-color css
<style>
a { background-color: #F5EEBE; }
a { background-color: rgb(245,238,190); }
div.DivClassName
{
background-color: #F5EEBE;
}
.BgClassName
{
background-color: #F5EEBE;
}
</style>
border-color css
<style>
span { border-color: #F5EEBE; }
span { border-color: rgb(245,238,190); }
td.TdClassName
{
border-color: #F5EEBE;
}
.TagClassName
{
border-color: #F5EEBE;
}
</style>