#F0E19E

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

Shades of Buttermilk #F0E19E

Tints of Buttermilk #F0E19E

Color information

#F0E19E (or 0xF0E19E) is unknown color: approx Buttermilk. HEX triplet: F0, E1 and 9E. RGB value is (240,225,158). Sum of RGB (Red+Green+Blue) = 240+225+158=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E19E is #0F1E61. Grayscale: #DEDEDE. Windows color (decimal): -990818 or 10412528. OLE color: 10412528.

HSL color Cylindrical-coordinate representation of color #F0E19E: hue angle of 49.02º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0E19E is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240225158-
CMYK00.060.340.06
HSL49.02º73.21%78.04%-
HSV(B)49.02º34.17%94.12%-
XYZ69.0374.8443.16-
YUV221.8591.97140.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 158 (62.11% from 255) = 25.36%
R=38.52%
G=36.12%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022515800.060.340.0649.0273.2178.04
HexF0E19E0622631494e
Octal3603412360642661111116
Binary111100001110000110011110011010001011011000110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E19E; }

 p { color: rgb(240,225,158); }

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

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

 a { background-color: rgb(240,225,158); }

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

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

 span { border-color: rgb(240,225,158); }

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