#EFE1A1

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

Shades of Buttermilk #EFE1A1

Tints of Buttermilk #EFE1A1

Color information

#EFE1A1 (or 0xEFE1A1) is unknown color: approx Buttermilk. HEX triplet: EF, E1 and A1. RGB value is (239,225,161). Sum of RGB (Red+Green+Blue) = 239+225+161=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1A1 is #101E5E. Grayscale: #DEDEDE. Windows color (decimal): -1056351 or 10609135. OLE color: 10609135.

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

Color convert

RGB239225161-
CMYK00.060.330.06
HSL49.23º70.91%78.43%-
HSV(B)49.23º32.64%93.73%-
XYZ68.9574.7744.52-
YUV221.8993.64140.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 161 (63.28% from 255) = 25.76%
R=38.24%
G=36%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922516100.060.330.0649.2370.9178.43
HexEFE1A10621631474e
Octal3573412410641661107116
Binary111011111110000110100001011010000111011000110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1A1; }

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

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

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

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

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

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

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

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