#EFE1A3

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

Shades of Buttermilk #EFE1A3

Tints of Buttermilk #EFE1A3

Color information

#EFE1A3 (or 0xEFE1A3) is unknown color: approx Buttermilk. HEX triplet: EF, E1 and A3. RGB value is (239,225,163). Sum of RGB (Red+Green+Blue) = 239+225+163=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 163 (64.06% from 255 or 26.00% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1A3 is #101E5C. Grayscale: #DEDEDE. Windows color (decimal): -1056349 or 10740207. OLE color: 10740207.

HSL color Cylindrical-coordinate representation of color #EFE1A3: hue angle of 48.95º degrees, saturation: 0.7, 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 #EFE1A3 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB239225163-
CMYK00.060.320.06
HSL48.95º70.37%78.82%-
HSV(B)48.95º31.8%93.73%-
XYZ69.1374.8545.45-
YUV222.1294.64140.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 225 (88.28% from 255) = 35.89%
BLUE value IS 163 (64.06% from 255) = 26.00%
R=38.12%
G=35.89%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922516300.060.320.0648.9570.3778.82
HexEFE1A30620631464f
Octal3573412430640661106117
Binary111011111110000110100011011010000011011000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1A3; }

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

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

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

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

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

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

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

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