#EDDF9F

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

Shades of Buttermilk #EDDF9F

Tints of Buttermilk #EDDF9F

Color information

#EDDF9F (or 0xEDDF9F) is unknown color: approx Buttermilk. HEX triplet: ED, DF and 9F. RGB value is (237,223,159). Sum of RGB (Red+Green+Blue) = 237+223+159=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF9F is #122060. Grayscale: #DCDCDC. Windows color (decimal): -1187937 or 10477549. OLE color: 10477549.

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

Color convert

RGB237223159-
CMYK00.060.330.07
HSL49.23º68.42%77.65%-
HSV(B)49.23º32.91%92.94%-
XYZ67.5773.2843.38-
YUV219.8993.64140.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 159 (62.5% from 255) = 25.69%
R=38.29%
G=36.03%
B=25.69%

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
Decimal23722315900.060.330.0749.2368.4277.65
HexEDDF9F0621731444e
Octal3553372370641761104116
Binary111011011101111110011111011010000111111000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF9F; }

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

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

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

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

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

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

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

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