Html Css Color HEX #F6EDBA Corn Field

📋 copy color: '#F6EDBA'

red 246 ◦ green 237 ◦ blue 186

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

Shades of Corn Field #F6EDBA

Tints of Corn Field #F6EDBA

RGB

 RED value IS 246 (96.48% from 255) = 36.77%

 GREEN value IS 237 (92.97% from 255) = 35.43%

 BLUE value IS 186 (73.05% from 255) = 27.8%

R = 36.77%
G = 35.43%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6EDBA (or 0xF6EDBA) is known color: Corn Field. HEX triplet: F6, ED and BA. RGB value is (246,237,186). Sum of RGB (Red+Green+Blue) = 246+237+186=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDBA is #091245. Grayscale: #EAEAEA. Windows color (decimal): -594502 or 12250614. OLE color: 12250614.

HSL color Cylindrical-coordinate representation of color #F6EDBA: hue angle of 51º degrees, saturation: 0.77, 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 #F6EDBA is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 237 186 -
CMYK 0 0.04 0.24 0.04
HSL 51º 0.77% 0.85% -
HSV(B) 51º 0.24% 0.96% -
XYZ 77.15 83.71 58.54 -
YUV 233.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 246 237 186 0 0.04 0.24 0.04 51 0.77 0.85
Hex F6 ED BA 0 4 18 4 33 4D 55
Octal 366 355 272 0 4 30 4 63 115 125
Binary 11110110 11101101 10111010 0 100 11000 100 110011 1001101 1010101

Color Harmonies of #F6EDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EDBA

Black with #F6EDBA

Text Example


Text Example

White with #F6EDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EDBA; }

 p { color: rgb(246,237,186); }

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

background-color css

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

 a { background-color: rgb(246,237,186); }

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

border-color css

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

 span { border-color: rgb(246,237,186); }

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