#F0E3A4

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

Shades of Buttermilk #F0E3A4

Tints of Buttermilk #F0E3A4

Color information

#F0E3A4 (or 0xF0E3A4) is unknown color: approx Buttermilk. HEX triplet: F0, E3 and A4. RGB value is (240,227,164). Sum of RGB (Red+Green+Blue) = 240+227+164=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 164 (64.45% from 255 or 25.99% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E3A4 is #0F1C5B. Grayscale: #DFDFDF. Windows color (decimal): -990300 or 10806256. OLE color: 10806256.

HSL color Cylindrical-coordinate representation of color #F0E3A4: hue angle of 49.74º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0E3A4 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240227164-
CMYK00.050.320.06
HSL49.74º71.7%79.22%-
HSV(B)49.74º31.67%94.12%-
XYZ70.1176.1446.12-
YUV223.794.31139.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 164 (64.45% from 255) = 25.99%
R=38.03%
G=35.97%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022716400.050.320.0649.7471.779.22
HexF0E3A40520632484f
Octal3603432440540662110117
Binary111100001110001110100100010110000011011001010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3A4; }

 p { color: rgb(240,227,164); }

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

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

 a { background-color: rgb(240,227,164); }

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

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

 span { border-color: rgb(240,227,164); }

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