#EFDDA1

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

Shades of Buttermilk #EFDDA1

Tints of Buttermilk #EFDDA1

Color information

#EFDDA1 (or 0xEFDDA1) is unknown color: approx Buttermilk. HEX triplet: EF, DD and A1. RGB value is (239,221,161). Sum of RGB (Red+Green+Blue) = 239+221+161=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA1 is #10225E. Grayscale: #DBDBDB. Windows color (decimal): -1057375 or 10608111. OLE color: 10608111.

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

Color convert

RGB239221161-
CMYK00.080.330.06
HSL46.15º70.91%78.43%-
HSV(B)46.15º32.64%93.73%-
XYZ67.8972.6444.16-
YUV219.5494.96141.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 161 (63.28% from 255) = 25.93%
R=38.49%
G=35.59%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922116100.080.330.0646.1570.9178.43
HexEFDDA1082162e474e
Octal35733524101041656107116
Binary1110111111011101101000010100010000111010111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDA1; }

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

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

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

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

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

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

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

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