#EDDFA0

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

Shades of Buttermilk #EDDFA0

Tints of Buttermilk #EDDFA0

Color information

#EDDFA0 (or 0xEDDFA0) is unknown color: approx Buttermilk. HEX triplet: ED, DF and A0. RGB value is (237,223,160). Sum of RGB (Red+Green+Blue) = 237+223+160=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFA0 is #12205F. Grayscale: #DCDCDC. Windows color (decimal): -1187936 or 10543085. OLE color: 10543085.

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

Color convert

RGB237223160-
CMYK00.060.320.07
HSL49.09º68.14%77.84%-
HSV(B)49.09º32.49%92.94%-
XYZ67.6673.3243.84-
YUV22094.14140.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 160 (62.89% from 255) = 25.81%
R=38.23%
G=35.97%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722316000.060.320.0749.0968.1477.84
HexEDDFA00620731444e
Octal3553372400640761104116
Binary111011011101111110100000011010000011111000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFA0; }

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

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

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

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

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

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

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

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