#EDDE9F

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

Shades of Buttermilk #EDDE9F

Tints of Buttermilk #EDDE9F

Color information

#EDDE9F (or 0xEDDE9F) is unknown color: approx Buttermilk. HEX triplet: ED, DE and 9F. RGB value is (237,222,159). Sum of RGB (Red+Green+Blue) = 237+222+159=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE9F is #122160. Grayscale: #DBDBDB. Windows color (decimal): -1188193 or 10477293. OLE color: 10477293.

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

Color convert

RGB237222159-
CMYK00.060.330.07
HSL48.46º68.42%77.65%-
HSV(B)48.46º32.91%92.94%-
XYZ67.372.7543.3-
YUV219.393.97140.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 159 (62.5% from 255) = 25.73%
R=38.35%
G=35.92%
B=25.73%

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
Decimal23722215900.060.330.0748.4668.4277.65
HexEDDE9F0621730444e
Octal3553362370641760104116
Binary111011011101111010011111011010000111111000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE9F; }

 p { color: rgb(237,222,159); }

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

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

 a { background-color: rgb(237,222,159); }

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

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

 span { border-color: rgb(237,222,159); }

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