#EDDFA1

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

Shades of Buttermilk #EDDFA1

Tints of Buttermilk #EDDFA1

Color information

#EDDFA1 (or 0xEDDFA1) is unknown color: approx Buttermilk. HEX triplet: ED, DF and A1. RGB value is (237,223,161). Sum of RGB (Red+Green+Blue) = 237+223+161=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFA1 is #12205E. Grayscale: #DCDCDC. Windows color (decimal): -1187935 or 10608621. OLE color: 10608621.

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

Color convert

RGB237223161-
CMYK00.060.320.07
HSL48.95º67.86%78.04%-
HSV(B)48.95º32.07%92.94%-
XYZ67.7573.3544.31-
YUV220.1294.64140.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 161 (63.28% from 255) = 25.93%
R=38.16%
G=35.91%
B=25.93%

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
Decimal23722316100.060.320.0748.9567.8678.04
HexEDDFA10620731444e
Octal3553372410640761104116
Binary111011011101111110100001011010000011111000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFA1; }

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

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

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

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

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

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

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

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