#F5EDBB

Color #F5EDBB Corn Field (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Field #F5EDBB

Tints of Corn Field #F5EDBB

Color information

#F5EDBB (or 0xF5EDBB) is unknown color: approx Corn Field. HEX triplet: F5, ED and BB. RGB value is (245,237,187). Sum of RGB (Red+Green+Blue) = 245+237+187=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDBB is #0A1244. Grayscale: #E9E9E9. Windows color (decimal): -660037 or 12316149. OLE color: 12316149.

HSL color Cylindrical-coordinate representation of color #F5EDBB: hue angle of 51.72º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5EDBB is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245237187-
CMYK00.030.240.04
HSL51.72º74.36%84.71%-
HSV(B)51.72º23.67%96.08%-
XYZ76.9183.5759.09-
YUV233.69101.65136.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 187 (73.44% from 255) = 27.95%
R=36.62%
G=35.43%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523718700.030.240.0451.7274.3684.71
HexF5EDBB03184344a55
Octal3653552730330464112125
Binary1111010111101101101110110111100010011010010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDBB; }

 p { color: rgb(245,237,187); }

 H1.HeaderClassName
 {
   color: #F5EDBB;
 }
 .AnyTagClassName
 {
   color: #F5EDBB;
 }
</style>
background-color css

<style>
 a { background-color: #F5EDBB; }

 a { background-color: rgb(245,237,187); }

 div.DivClassName
 {
   background-color: #F5EDBB;
 }
 .BgClassName
 {
   background-color: #F5EDBB;
 }
</style>
border-color css

<style>
 span { border-color: #F5EDBB; }

 span { border-color: rgb(245,237,187); }

 td.TdClassName
 {
   border-color: #F5EDBB;
 }
 .TagClassName
 {
   border-color: #F5EDBB;
 }
</style>