#F4E5AA

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

Shades of Buttermilk #F4E5AA

Tints of Buttermilk #F4E5AA

Color information

#F4E5AA (or 0xF4E5AA) is unknown color: approx Buttermilk. HEX triplet: F4, E5 and AA. RGB value is (244,229,170). Sum of RGB (Red+Green+Blue) = 244+229+170=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E5AA is #0B1A55. Grayscale: #E3E3E3. Windows color (decimal): -727638 or 11199988. OLE color: 11199988.

HSL color Cylindrical-coordinate representation of color #F4E5AA: hue angle of 47.84º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4E5AA is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244229170-
CMYK00.060.300.04
HSL47.84º77.08%81.18%-
HSV(B)47.84º30.33%95.69%-
XYZ72.5878.1749.29-
YUV226.7695.97140.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 229 (89.84% from 255) = 35.61%
BLUE value IS 170 (66.80% from 255) = 26.44%
R=37.95%
G=35.61%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422917000.060.300.0447.8477.0881.18
HexF4E5AA061E4304d51
Octal3643452520636460115121
Binary11110100111001011010101001101111010011000010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E5AA; }

 p { color: rgb(244,229,170); }

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

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

 a { background-color: rgb(244,229,170); }

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

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

 span { border-color: rgb(244,229,170); }

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