Html Css Color HEX #F5EEBD Corn Field

📋 copy color: '#F5EEBD'

red 245 ◦ green 238 ◦ blue 189

#F5EEBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Field #F5EEBD

Tints of Corn Field #F5EEBD

RGB

 RED value IS 245 (96.09% from 255) = 36.46%

 GREEN value IS 238 (93.36% from 255) = 35.42%

 BLUE value IS 189 (74.22% from 255) = 28.13%

R = 36.46%
G = 35.42%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5EEBD (or 0xF5EEBD) is known color: Corn Field. HEX triplet: F5, EE and BD. RGB value is (245,238,189). Sum of RGB (Red+Green+Blue) = 245+238+189=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 189 (74.22% from 255 or 28.12% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EEBD is #0A1142. Grayscale: #EAEAEA. Windows color (decimal): -659779 or 12447477. OLE color: 12447477.

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

Color convert

RGB 245 238 189 -
CMYK 0 0.03 0.23 0.04
HSL 52.5º 0.74% 0.85% -
HSV(B) 52.5º 0.23% 0.96% -
XYZ 77.42 84.24 60.32 -
YUV 234.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 245 238 189 0 0.03 0.23 0.04 52.5 0.74 0.85
Hex F5 EE BD 0 3 17 4 34 4A 55
Octal 365 356 275 0 3 27 4 64 112 125
Binary 11110101 11101110 10111101 0 11 10111 100 110100 1001010 1010101

Color Harmonies of #F5EEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EEBD

Black with #F5EEBD

Text Example


Text Example

White with #F5EEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EEBD; }

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

 H1.HeaderClassName
 {
   color: #F5EEBD;
 }
 .AnyTagClassName
 {
   color: #F5EEBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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