#F9EAB7

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

Shades of Barley White #F9EAB7

Tints of Barley White #F9EAB7

Color information

#F9EAB7 (or 0xF9EAB7) is unknown color: approx Barley White. HEX triplet: F9, EA and B7. RGB value is (249,234,183). Sum of RGB (Red+Green+Blue) = 249+234+183=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 183 (71.88% from 255 or 27.48% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EAB7 is #061548. Grayscale: #E8E8E8. Windows color (decimal): -398665 or 12053241. OLE color: 12053241.

HSL color Cylindrical-coordinate representation of color #F9EAB7: hue angle of 46.36º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9EAB7 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB249234183-
CMYK00.060.270.02
HSL46.36º84.62%84.71%-
HSV(B)46.36º26.51%97.65%-
XYZ77.0482.456.65-
YUV232.6799.97139.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.39%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 183 (71.88% from 255) = 27.48%
R=37.39%
G=35.14%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923418300.060.270.0246.3684.6284.71
HexF9EAB7061B22e5555
Octal3713522670633256125125
Binary1111100111101010101101110110110111010111010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EAB7; }

 p { color: rgb(249,234,183); }

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

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

 a { background-color: rgb(249,234,183); }

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

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

 span { border-color: rgb(249,234,183); }

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