#EFD886

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

Shades of Buff #EFD886

Tints of Buff #EFD886

Color information

#EFD886 (or 0xEFD886) is unknown color: approx Buff. HEX triplet: EF, D8 and 86. RGB value is (239,216,134). Sum of RGB (Red+Green+Blue) = 239+216+134=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD886 is #102779. Grayscale: #D5D5D5. Windows color (decimal): -1058682 or 8837359. OLE color: 8837359.

HSL color Cylindrical-coordinate representation of color #EFD886: hue angle of 46.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFD886 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB239216134-
CMYK00.100.440.06
HSL46.86º76.64%73.14%-
HSV(B)46.86º43.93%93.73%-
XYZ64.4669.1832.51-
YUV213.5383.12146.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 134 (52.73% from 255) = 22.75%
R=40.58%
G=36.67%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921613400.100.440.0646.8676.6473.14
HexEFD8860A2C62f4d49
Octal35733020601254657115111
Binary1110111111011000100001100101010110011010111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD886; }

 p { color: rgb(239,216,134); }

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

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

 a { background-color: rgb(239,216,134); }

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

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

 span { border-color: rgb(239,216,134); }

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