#F4E8B4

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

Shades of Barley White #F4E8B4

Tints of Barley White #F4E8B4

Color information

#F4E8B4 (or 0xF4E8B4) is unknown color: approx Barley White. HEX triplet: F4, E8 and B4. RGB value is (244,232,180). Sum of RGB (Red+Green+Blue) = 244+232+180=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E8B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4E8B4 is #0B174B. Grayscale: #E5E5E5. Windows color (decimal): -726860 or 11856116. OLE color: 11856116.

HSL color Cylindrical-coordinate representation of color #F4E8B4: hue angle of 48.75º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4E8B4 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB244232180-
CMYK00.050.260.04
HSL48.75º74.42%83.14%-
HSV(B)48.75º26.23%95.69%-
XYZ74.480.2454.75-
YUV229.6699.98138.23-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.20%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 180 (70.70% from 255) = 27.44%
R=37.20%
G=35.37%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423218000.050.260.0448.7574.4283.14
HexF4E8B4051A4314a53
Octal3643502640532461112123
Binary11110100111010001011010001011101010011000110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E8B4; }

 p { color: rgb(244,232,180); }

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

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

 a { background-color: rgb(244,232,180); }

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

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

 span { border-color: rgb(244,232,180); }

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