#EDE0A1

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

Shades of Buttermilk #EDE0A1

Tints of Buttermilk #EDE0A1

Color information

#EDE0A1 (or 0xEDE0A1) is unknown color: approx Buttermilk. HEX triplet: ED, E0 and A1. RGB value is (237,224,161). Sum of RGB (Red+Green+Blue) = 237+224+161=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0A1 is #121F5E. Grayscale: #DCDCDC. Windows color (decimal): -1187679 or 10608877. OLE color: 10608877.

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

Color convert

RGB237224161-
CMYK00.050.320.07
HSL49.74º67.86%78.04%-
HSV(B)49.74º32.07%92.94%-
XYZ68.0173.8944.4-
YUV220.794.31139.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 161 (63.28% from 255) = 25.88%
R=38.10%
G=36.01%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722416100.050.320.0749.7467.8678.04
HexEDE0A10520732444e
Octal3553402410540762104116
Binary111011011110000010100001010110000011111001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0A1; }

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

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

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

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

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

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

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

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