Shades of Corn Field #F5EDC4
Tints of Corn Field #F5EDC4
RGB
CMYK
RGB Variations
Color information
#F5EDC4 (or 0xF5EDC4) is known color: Corn Field. HEX triplet: F5, ED and C4. RGB value is (245,237,196). Sum of RGB (Red+Green+Blue) = 245+237+196=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 196 (76.95% from 255 or 28.91% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDC4 is #0A123B. Grayscale: #EAEAEA. Windows color (decimal): -660028 or 12905973. OLE color: 12905973.
HSL color Cylindrical-coordinate representation of color #F5EDC4: hue angle of 50.2º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5EDC4 is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 196 | - |
| CMYK | 0 | 0.03 | 0.2 | 0.04 |
| HSL | 50.2º | 0.71% | 0.86% | - |
| HSV(B) | 50.2º | 0.2% | 0.96% | - |
| XYZ | 77.9 | 83.97 | 64.33 | - |
| YUV | 234.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 196 | 0 | 0.03 | 0.2 | 0.04 | 50.2 | 0.71 | 0.86 |
| Hex | F5 | ED | C4 | 0 | 3 | 14 | 4 | 32 | 47 | 56 |
| Octal | 365 | 355 | 304 | 0 | 3 | 24 | 4 | 62 | 107 | 126 |
| Binary | 11110101 | 11101101 | 11000100 | 0 | 11 | 10100 | 100 | 110010 | 1000111 | 1010110 |
Color Harmonies of #F5EDC4
Complementary color
Monochromatic Colors of #F5EDC4
Black with #F5EDC4
Text Example
Text Example
White with #F5EDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDC4; }
p { color: rgb(245,237,196); }
H1.HeaderClassName
{
color: #F5EDC4;
}
.AnyTagClassName
{
color: #F5EDC4;
}
</style>
background-color css
<style>
a { background-color: #F5EDC4; }
a { background-color: rgb(245,237,196); }
div.DivClassName
{
background-color: #F5EDC4;
}
.BgClassName
{
background-color: #F5EDC4;
}
</style>
border-color css
<style>
span { border-color: #F5EDC4; }
span { border-color: rgb(245,237,196); }
td.TdClassName
{
border-color: #F5EDC4;
}
.TagClassName
{
border-color: #F5EDC4;
}
</style>