#F7EDB9

Color #F7EDB9 Barley White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley White #F7EDB9

Tints of Barley White #F7EDB9

Color information

#F7EDB9 (or 0xF7EDB9) is unknown color: approx Barley White. HEX triplet: F7, ED and B9. RGB value is (247,237,185). Sum of RGB (Red+Green+Blue) = 247+237+185=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 185 (72.66% from 255 or 27.65% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDB9 is #081246. Grayscale: #EAEAEA. Windows color (decimal): -528967 or 12185079. OLE color: 12185079.

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

Color convert

RGB247237185-
CMYK00.040.250.03
HSL50.32º79.49%84.71%-
HSV(B)50.32º25.1%96.86%-
XYZ77.483.8558-
YUV234.06100.31137.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.92%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 185 (72.66% from 255) = 27.65%
R=36.92%
G=35.43%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723718500.040.250.0350.3279.4984.71
HexF7EDB904193324f55
Octal3673552710431362117125
Binary1111011111101101101110010100110011111001010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDB9; }

 p { color: rgb(247,237,185); }

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

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

 a { background-color: rgb(247,237,185); }

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

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

 span { border-color: rgb(247,237,185); }

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