#F5EEBE

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

Shades of Corn Field #F5EEBE

Tints of Corn Field #F5EEBE

Color information

#F5EEBE (or 0xF5EEBE) is unknown color: approx Corn Field. HEX triplet: F5, EE and BE. RGB value is (245,238,190). Sum of RGB (Red+Green+Blue) = 245+238+190=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEBE is #0A1141. Grayscale: #EAEAEA. Windows color (decimal): -659778 or 12513013. OLE color: 12513013.

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

Color convert

RGB245238190-
CMYK00.030.220.04
HSL52.36º73.33%85.29%-
HSV(B)52.36º22.45%96.08%-
XYZ77.5284.2860.9-
YUV234.62102.82135.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.40%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 190 (74.61% from 255) = 28.23%
R=36.40%
G=35.36%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523819000.030.220.0452.3673.3385.29
HexF5EEBE03164344955
Octal3653562760326464111125
Binary1111010111101110101111100111011010011010010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EEBE; }

 p { color: rgb(245,238,190); }

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

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

 a { background-color: rgb(245,238,190); }

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

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

 span { border-color: rgb(245,238,190); }

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