Shades of Corn Field #F5EDC2
Tints of Corn Field #F5EDC2
RGB
CMYK
RGB Variations
Color information
#F5EDC2 (or 0xF5EDC2) is known color: Corn Field. HEX triplet: F5, ED and C2. RGB value is (245,237,194). Sum of RGB (Red+Green+Blue) = 245+237+194=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 194 (76.17% from 255 or 28.70% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDC2 is #0A123D. Grayscale: #EAEAEA. Windows color (decimal): -660030 or 12774901. OLE color: 12774901.
HSL color Cylindrical-coordinate representation of color #F5EDC2: hue angle of 50.59º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5EDC2 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 194 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.04 |
| HSL | 50.59º | 0.72% | 0.86% | - |
| HSV(B) | 50.59º | 0.21% | 0.96% | - |
| XYZ | 77.68 | 83.88 | 63.13 | - |
| YUV | 234.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 194 | 0 | 0.03 | 0.21 | 0.04 | 50.59 | 0.72 | 0.86 |
| Hex | F5 | ED | C2 | 0 | 3 | 15 | 4 | 33 | 48 | 56 |
| Octal | 365 | 355 | 302 | 0 | 3 | 25 | 4 | 63 | 110 | 126 |
| Binary | 11110101 | 11101101 | 11000010 | 0 | 11 | 10101 | 100 | 110011 | 1001000 | 1010110 |
Color Harmonies of #F5EDC2
Complementary color
Monochromatic Colors of #F5EDC2
Black with #F5EDC2
Text Example
Text Example
White with #F5EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDC2; }
p { color: rgb(245,237,194); }
H1.HeaderClassName
{
color: #F5EDC2;
}
.AnyTagClassName
{
color: #F5EDC2;
}
</style>
background-color css
<style>
a { background-color: #F5EDC2; }
a { background-color: rgb(245,237,194); }
div.DivClassName
{
background-color: #F5EDC2;
}
.BgClassName
{
background-color: #F5EDC2;
}
</style>
border-color css
<style>
span { border-color: #F5EDC2; }
span { border-color: rgb(245,237,194); }
td.TdClassName
{
border-color: #F5EDC2;
}
.TagClassName
{
border-color: #F5EDC2;
}
</style>