Shades of Corn Field #F5EDC1
Tints of Corn Field #F5EDC1
RGB
CMYK
RGB Variations
Color information
#F5EDC1 (or 0xF5EDC1) is known color: Corn Field. HEX triplet: F5, ED and C1. RGB value is (245,237,193). Sum of RGB (Red+Green+Blue) = 245+237+193=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 193 (75.78% from 255 or 28.59% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDC1 is #0A123E. Grayscale: #EAEAEA. Windows color (decimal): -660031 or 12709365. OLE color: 12709365.
HSL color Cylindrical-coordinate representation of color #F5EDC1: hue angle of 50.77º 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 #F5EDC1 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 193 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.04 |
| HSL | 50.77º | 0.72% | 0.86% | - |
| HSV(B) | 50.77º | 0.21% | 0.96% | - |
| XYZ | 77.57 | 83.83 | 62.54 | - |
| YUV | 234.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 193 | 0 | 0.03 | 0.21 | 0.04 | 50.77 | 0.72 | 0.86 |
| Hex | F5 | ED | C1 | 0 | 3 | 15 | 4 | 33 | 48 | 56 |
| Octal | 365 | 355 | 301 | 0 | 3 | 25 | 4 | 63 | 110 | 126 |
| Binary | 11110101 | 11101101 | 11000001 | 0 | 11 | 10101 | 100 | 110011 | 1001000 | 1010110 |
Color Harmonies of #F5EDC1
Complementary color
Monochromatic Colors of #F5EDC1
Black with #F5EDC1
Text Example
Text Example
White with #F5EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDC1; }
p { color: rgb(245,237,193); }
H1.HeaderClassName
{
color: #F5EDC1;
}
.AnyTagClassName
{
color: #F5EDC1;
}
</style>
background-color css
<style>
a { background-color: #F5EDC1; }
a { background-color: rgb(245,237,193); }
div.DivClassName
{
background-color: #F5EDC1;
}
.BgClassName
{
background-color: #F5EDC1;
}
</style>
border-color css
<style>
span { border-color: #F5EDC1; }
span { border-color: rgb(245,237,193); }
td.TdClassName
{
border-color: #F5EDC1;
}
.TagClassName
{
border-color: #F5EDC1;
}
</style>