#EEDFA4

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

Shades of Buttermilk #EEDFA4

Tints of Buttermilk #EEDFA4

Color information

#EEDFA4 (or 0xEEDFA4) is unknown color: approx Buttermilk. HEX triplet: EE, DF and A4. RGB value is (238,223,164). Sum of RGB (Red+Green+Blue) = 238+223+164=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 164 (64.45% from 255 or 26.24% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDFA4 is #11205B. Grayscale: #DDDDDD. Windows color (decimal): -1122396 or 10805230. OLE color: 10805230.

HSL color Cylindrical-coordinate representation of color #EEDFA4: hue angle of 47.84º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEDFA4 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB238223164-
CMYK00.060.310.07
HSL47.84º68.52%78.82%-
HSV(B)47.84º31.09%93.33%-
XYZ68.3573.6345.73-
YUV220.7695.97140.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 164 (64.45% from 255) = 26.24%
R=38.08%
G=35.68%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822316400.060.310.0747.8468.5278.82
HexEEDFA4061F730454f
Octal3563372440637760105117
Binary11101110110111111010010001101111111111000010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFA4; }

 p { color: rgb(238,223,164); }

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

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

 a { background-color: rgb(238,223,164); }

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

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

 span { border-color: rgb(238,223,164); }

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