#EDE0A2

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

Shades of Buttermilk #EDE0A2

Tints of Buttermilk #EDE0A2

Color information

#EDE0A2 (or 0xEDE0A2) is unknown color: approx Buttermilk. HEX triplet: ED, E0 and A2. RGB value is (237,224,162). Sum of RGB (Red+Green+Blue) = 237+224+162=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0A2 is #121F5D. Grayscale: #DDDDDD. Windows color (decimal): -1187678 or 10674413. OLE color: 10674413.

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

Color convert

RGB237224162-
CMYK00.050.320.07
HSL49.6º67.57%78.24%-
HSV(B)49.6º31.65%92.94%-
XYZ68.173.9244.86-
YUV220.8294.81139.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 224 (87.89% from 255) = 35.96%
BLUE value IS 162 (63.67% from 255) = 26.00%
R=38.04%
G=35.96%
B=26.00%

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
Decimal23722416200.050.320.0749.667.5778.24
HexEDE0A20520732444e
Octal3553402420540762104116
Binary111011011110000010100010010110000011111001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0A2; }

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

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

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

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

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

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

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

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