#EFE1A7

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

Shades of Buttermilk #EFE1A7

Tints of Buttermilk #EFE1A7

Color information

#EFE1A7 (or 0xEFE1A7) is unknown color: approx Buttermilk. HEX triplet: EF, E1 and A7. RGB value is (239,225,167). Sum of RGB (Red+Green+Blue) = 239+225+167=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 167 (65.62% from 255 or 26.47% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1A7 is #101E58. Grayscale: #DEDEDE. Windows color (decimal): -1056345 or 11002351. OLE color: 11002351.

HSL color Cylindrical-coordinate representation of color #EFE1A7: hue angle of 48.33º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFE1A7 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239225167-
CMYK00.060.300.06
HSL48.33º69.23%79.61%-
HSV(B)48.33º30.13%93.73%-
XYZ69.574.9947.37-
YUV222.5796.64139.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 225 (88.28% from 255) = 35.66%
BLUE value IS 167 (65.62% from 255) = 26.47%
R=37.88%
G=35.66%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922516700.060.300.0648.3369.2379.61
HexEFE1A7061E6304550
Octal3573412470636660105120
Binary11101111111000011010011101101111011011000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1A7; }

 p { color: rgb(239,225,167); }

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

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

 a { background-color: rgb(239,225,167); }

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

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

 span { border-color: rgb(239,225,167); }

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