#EEDE9D

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

Shades of Buttermilk #EEDE9D

Tints of Buttermilk #EEDE9D

Color information

#EEDE9D (or 0xEEDE9D) is unknown color: approx Buttermilk. HEX triplet: EE, DE and 9D. RGB value is (238,222,157). Sum of RGB (Red+Green+Blue) = 238+222+157=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE9D is #112162. Grayscale: #DBDBDB. Windows color (decimal): -1122659 or 10346222. OLE color: 10346222.

HSL color Cylindrical-coordinate representation of color #EEDE9D: hue angle of 48.15º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEDE9D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238222157-
CMYK00.070.340.07
HSL48.15º70.43%77.45%-
HSV(B)48.15º34.03%93.33%-
XYZ67.4772.8542.4-
YUV219.3792.8141.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 157 (61.72% from 255) = 25.45%
R=38.57%
G=35.98%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822215700.070.340.0748.1570.4377.45
HexEEDE9D0722730464d
Octal3563362350742760106115
Binary111011101101111010011101011110001011111000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE9D; }

 p { color: rgb(238,222,157); }

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

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

 a { background-color: rgb(238,222,157); }

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

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

 span { border-color: rgb(238,222,157); }

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