#EDDF9E

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

Shades of Buttermilk #EDDF9E

Tints of Buttermilk #EDDF9E

Color information

#EDDF9E (or 0xEDDF9E) is unknown color: approx Buttermilk. HEX triplet: ED, DF and 9E. RGB value is (237,223,158). Sum of RGB (Red+Green+Blue) = 237+223+158=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF9E is #122061. Grayscale: #DCDCDC. Windows color (decimal): -1187938 or 10412013. OLE color: 10412013.

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

Color convert

RGB237223158-
CMYK00.060.330.07
HSL49.37º68.7%77.45%-
HSV(B)49.37º33.33%92.94%-
XYZ67.4873.2542.93-
YUV219.7893.14140.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 158 (62.11% from 255) = 25.57%
R=38.35%
G=36.08%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722315800.060.330.0749.3768.777.45
HexEDDF9E0621731454d
Octal3553372360641761105115
Binary111011011101111110011110011010000111111000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF9E; }

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

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

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

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

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

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

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

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