#EDDF9D

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

Shades of Buttermilk #EDDF9D

Tints of Buttermilk #EDDF9D

Color information

#EDDF9D (or 0xEDDF9D) is unknown color: approx Buttermilk. HEX triplet: ED, DF and 9D. RGB value is (237,223,157). Sum of RGB (Red+Green+Blue) = 237+223+157=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF9D is #122062. Grayscale: #DBDBDB. Windows color (decimal): -1187939 or 10346477. OLE color: 10346477.

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

Color convert

RGB237223157-
CMYK00.060.340.07
HSL49.5º68.97%77.25%-
HSV(B)49.5º33.76%92.94%-
XYZ67.473.2142.48-
YUV219.6692.64140.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 157 (61.72% from 255) = 25.45%
R=38.41%
G=36.14%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722315700.060.340.0749.568.9777.25
HexEDDF9D0622732454d
Octal3553372350642762105115
Binary111011011101111110011101011010001011111001010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF9D; }

 p { color: rgb(237,223,157); }

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

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

 a { background-color: rgb(237,223,157); }

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

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

 span { border-color: rgb(237,223,157); }

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