#F7EDB7

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

Shades of Barley White #F7EDB7

Tints of Barley White #F7EDB7

Color information

#F7EDB7 (or 0xF7EDB7) is unknown color: approx Barley White. HEX triplet: F7, ED and B7. RGB value is (247,237,183). Sum of RGB (Red+Green+Blue) = 247+237+183=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 183 (71.88% from 255 or 27.44% from 667); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDB7 is #081248. Grayscale: #EAEAEA. Windows color (decimal): -528969 or 12054007. OLE color: 12054007.

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

Color convert

RGB247237183-
CMYK00.040.260.03
HSL50.62º80%84.31%-
HSV(B)50.62º25.91%96.86%-
XYZ77.1983.7656.9-
YUV233.8399.31137.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.03%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 183 (71.88% from 255) = 27.44%
R=37.03%
G=35.53%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723718300.040.260.0350.628084.31
HexF7EDB7041A3335054
Octal3673552670432363120124
Binary1111011111101101101101110100110101111001110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDB7; }

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

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

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

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

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

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

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

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