#EFE1A8

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

Shades of Buttermilk #EFE1A8

Tints of Buttermilk #EFE1A8

Color information

#EFE1A8 (or 0xEFE1A8) is unknown color: approx Buttermilk. HEX triplet: EF, E1 and A8. RGB value is (239,225,168). Sum of RGB (Red+Green+Blue) = 239+225+168=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 168 (66.02% from 255 or 26.58% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1A8 is #101E57. Grayscale: #DEDEDE. Windows color (decimal): -1056344 or 11067887. OLE color: 11067887.

HSL color Cylindrical-coordinate representation of color #EFE1A8: hue angle of 48.17º 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 #EFE1A8 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239225168-
CMYK00.060.300.06
HSL48.17º68.93%79.8%-
HSV(B)48.17º29.71%93.73%-
XYZ69.5975.0347.86-
YUV222.6997.14139.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 168 (66.02% from 255) = 26.58%
R=37.82%
G=35.60%
B=26.58%

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
Decimal23922516800.060.300.0648.1768.9379.8
HexEFE1A8061E6304550
Octal3573412500636660105120
Binary11101111111000011010100001101111011011000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1A8; }

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

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

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

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

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

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

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

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