#EFDEA2

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

Shades of Buttermilk #EFDEA2

Tints of Buttermilk #EFDEA2

Color information

#EFDEA2 (or 0xEFDEA2) is unknown color: approx Buttermilk. HEX triplet: EF, DE and A2. RGB value is (239,222,162). Sum of RGB (Red+Green+Blue) = 239+222+162=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEA2 is #10215D. Grayscale: #DCDCDC. Windows color (decimal): -1057118 or 10673903. OLE color: 10673903.

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

Color convert

RGB239222162-
CMYK00.070.320.06
HSL46.75º70.64%78.63%-
HSV(B)46.75º32.22%93.73%-
XYZ68.2473.244.72-
YUV220.2495.13141.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 162 (63.67% from 255) = 26.00%
R=38.36%
G=35.63%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922216200.070.320.0646.7570.6478.63
HexEFDEA2072062f474f
Octal3573362420740657107117
Binary111011111101111010100010011110000011010111110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEA2; }

 p { color: rgb(239,222,162); }

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

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

 a { background-color: rgb(239,222,162); }

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

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

 span { border-color: rgb(239,222,162); }

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