Shades of Corn Field #F5EEC0
Tints of Corn Field #F5EEC0
RGB
CMYK
RGB Variations
Color information
#F5EEC0 (or 0xF5EEC0) is known color: Corn Field. HEX triplet: F5, EE and C0. RGB value is (245,238,192). Sum of RGB (Red+Green+Blue) = 245+238+192=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 192 (75.39% from 255 or 28.44% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEC0 is #0A113F. Grayscale: #EBEBEB. Windows color (decimal): -659776 or 12644085. OLE color: 12644085.
HSL color Cylindrical-coordinate representation of color #F5EEC0: hue angle of 52.08º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5EEC0 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 238 | 192 | - |
CMYK | 0 | 0.03 | 0.22 | 0.04 |
HSL | 52.08º | 0.73% | 0.86% | - |
HSV(B) | 52.08º | 0.22% | 0.96% | - |
XYZ | 77.75 | 84.37 | 62.06 | - |
YUV | 234.85 | 103.82 | 135.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 238 | 192 | 0 | 0.03 | 0.22 | 0.04 | 52.08 | 0.73 | 0.86 |
Hex | F5 | EE | C0 | 0 | 3 | 16 | 4 | 34 | 49 | 56 |
Octal | 365 | 356 | 300 | 0 | 3 | 26 | 4 | 64 | 111 | 126 |
Binary | 11110101 | 11101110 | 11000000 | 0 | 11 | 10110 | 100 | 110100 | 1001001 | 1010110 |
Color Harmonies of #F5EEC0
Complementary color
Monochromatic Colors of #F5EEC0
Black with #F5EEC0
Text Example
Text Example
White with #F5EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEC0; }
p { color: rgb(245,238,192); }
H1.HeaderClassName
{
color: #F5EEC0;
}
.AnyTagClassName
{
color: #F5EEC0;
}
</style>
background-color css
<style>
a { background-color: #F5EEC0; }
a { background-color: rgb(245,238,192); }
div.DivClassName
{
background-color: #F5EEC0;
}
.BgClassName
{
background-color: #F5EEC0;
}
</style>
border-color css
<style>
span { border-color: #F5EEC0; }
span { border-color: rgb(245,238,192); }
td.TdClassName
{
border-color: #F5EEC0;
}
.TagClassName
{
border-color: #F5EEC0;
}
</style>