#F9ECBB

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

Shades of Barley White #F9ECBB

Tints of Barley White #F9ECBB

Color information

#F9ECBB (or 0xF9ECBB) is unknown color: approx Barley White. HEX triplet: F9, EC and BB. RGB value is (249,236,187). Sum of RGB (Red+Green+Blue) = 249+236+187=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 187 (73.44% from 255 or 27.83% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECBB is #061344. Grayscale: #EAEAEA. Windows color (decimal): -398149 or 12315897. OLE color: 12315897.

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

Color convert

RGB249236187-
CMYK00.050.250.02
HSL47.42º83.78%85.49%-
HSV(B)47.42º24.9%97.65%-
XYZ78.0383.7259.06-
YUV234.3101.31138.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.05%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 187 (73.44% from 255) = 27.83%
R=37.05%
G=35.12%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923618700.050.250.0247.4283.7885.49
HexF9ECBB051922f5455
Octal3713542730531257124125
Binary1111100111101100101110110101110011010111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ECBB; }

 p { color: rgb(249,236,187); }

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

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

 a { background-color: rgb(249,236,187); }

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

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

 span { border-color: rgb(249,236,187); }

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