#EFDB83

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

Shades of Buff #EFDB83

Tints of Buff #EFDB83

Color information

#EFDB83 (or 0xEFDB83) is unknown color: approx Buff. HEX triplet: EF, DB and 83. RGB value is (239,219,131). Sum of RGB (Red+Green+Blue) = 239+219+131=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 131 (51.56% from 255 or 22.24% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB83 is #10247C. Grayscale: #D7D7D7. Windows color (decimal): -1057917 or 8641519. OLE color: 8641519.

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

Color convert

RGB239219131-
CMYK00.080.450.06
HSL48.89º77.14%72.55%-
HSV(B)48.89º45.19%93.73%-
XYZ65.0270.6531.68-
YUV214.9580.63145.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 131 (51.56% from 255) = 22.24%
R=40.58%
G=37.18%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921913100.080.450.0648.8977.1472.55
HexEFDB83082D6314d49
Octal35733320301055661115111
Binary1110111111011011100000110100010110111011000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDB83; }

 p { color: rgb(239,219,131); }

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

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

 a { background-color: rgb(239,219,131); }

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

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

 span { border-color: rgb(239,219,131); }

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