#F7EAB9

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

Shades of Barley White #F7EAB9

Tints of Barley White #F7EAB9

Color information

#F7EAB9 (or 0xF7EAB9) is unknown color: approx Barley White. HEX triplet: F7, EA and B9. RGB value is (247,234,185). Sum of RGB (Red+Green+Blue) = 247+234+185=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 185 (72.66% from 255 or 27.78% from 666); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EAB9 is #081546. Grayscale: #E8E8E8. Windows color (decimal): -529735 or 12184311. OLE color: 12184311.

HSL color Cylindrical-coordinate representation of color #F7EAB9: hue angle of 47.42º 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 #F7EAB9 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247234185-
CMYK00.050.250.03
HSL47.42º79.49%84.71%-
HSV(B)47.42º25.1%96.86%-
XYZ76.5482.1257.72-
YUV232.3101.31138.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.09%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 185 (72.66% from 255) = 27.78%
R=37.09%
G=35.14%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723418500.050.250.0347.4279.4984.71
HexF7EAB9051932f4f55
Octal3673522710531357117125
Binary1111011111101010101110010101110011110111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EAB9; }

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

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

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

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

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

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

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

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